Commit graph

1173 commits

Author SHA1 Message Date
seb
51a111863d Adjust HOMEPAGE and MASTER_SITES: hioslo.no -> hio.no 2002-02-12 12:47:30 +00:00
wiz
018ef2a1db Update to 0.11.19:
* Mouse bindings ignore all modifiers except shift, control and
  alt at all times. Reported by Martin Uddén.
* Fixed sloppy pointer-to-int cast that gave warning on 64-bit
  systems (Alphas). Reported by Jesse Perry.
* The Information command can now optionally display the output
  of 'file' in its window. Suggested by Christian Richter. Do
  note that this *requires* your 'file' command to support the
  "-f - -n" option combo. See configure.in for details.
* If executing a child process fails, gentoo now sometimes shows
  an error rather than just dying. This is an improvement.
* Added some more -W options to gcc, that scared out some sloppy
  code that got fixed (even in widgets/). I like killing warnings.
* Updated About's copyright for the new year. Time flies. :)
* RenameSeq no longer opens its window if there's no selection.
* Should now compile on NetBSD, too. Thanks to Pehr Johansson for
  the original patch.
* String input fields (created with '{Is}') can now be set to use
  asterisks to hide entered text. To do this, add an asterisk in
  the definition, after the label part, e.g.: '{Is:"Password"*}'.
* gentoo now supplies the window manager with a prettier icon,
  and now also groups its windows, most of the time at least.
2002-02-11 00:26:03 +00:00
wiz
a0b3198d5e Fix MASTER_SITES (ugly). 2002-02-08 22:58:54 +00:00
seb
a4bc89b3b1 Fix conflict with devel/id-utils package's gid command: the GNU id command is
now installed as $PREFIX/bin/gnuid and not as $PREFIX/bin/gid.
Bump PKGREVISION along the way.
This resolves PR pkg/13906.
2002-02-07 10:52:11 +00:00
jlam
7046abc822 Changes instances where BSD_INSTALL_* were used by targets in the Makefile
into the equivalent INSTALL_*.  This is fallout from the change in
revision 1.915 that removed ${MAKE_ENV} from the environment for a
recursive make.
2002-02-06 16:58:11 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
skrll
015c2e40b9 Don't hardcode /usr/X11R6 when making directories or running X based
programs such as mkfontdir use ${X11BASE} instead.

Also pick up a couple of /bin/chmod -> ${CHMOD}s
2002-02-05 22:03:54 +00:00
jlam
e0d358778b Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-02-05 06:04:36 +00:00
wennmach
0eb8f8b48f Upgrade fdgw to fdgw-20020127
(provided by Ken'ichi Fukamachi <fukachan@fml.org>)

The new version provides cleaner Makefiles, contains all patches from
pkgsrc, and in addition adresses a missing directoy problem on the
netbsd-1-5 branch before September, 2001.
2002-01-29 18:24:29 +00:00
wiz
cbb0d6a40b add and enable gentoo 2002-01-29 12:39:19 +00:00
wiz
aaa1c45c40 Initial import of gentoo-0.11.18, provided by Pehr Johansson in pkg/15393,
with buildlinking and other minor changes by me:
gentoo is a modern, powerful, flexible, and utterly configurable file
manager for UNIX systems, written using the GTK+ toolkit. It aims to
be 100% graphically configurable; there's no need to edit config files
by hand and then restart the application. gentoo is somewhat
inspired in its look & feel by the classic Amiga program
DirectoryOpus.
2002-01-29 12:37:16 +00:00
wiz
ced2aa62bb Remove duplicate Unix from PKGNAME. 2002-01-28 02:34:02 +00:00
kim
16e37b322b Upgrade to roller 1.10:
- fixes API problem in the proc-ftp filter
2002-01-27 23:11:58 +00:00
jlam
955150a284 Move message outputted by INSTALL into a MESSAGE file where it is more
appropriate.
2002-01-27 19:31:58 +00:00
jlam
139241c40c Use auto-extract code for .shar files. 2002-01-27 18:32:32 +00:00
kim
c38091744c Upgrade to roller-1.9:
- BIND9, lukemftpd, new cyrus daemons and vtund added.
- Better per-recipient reports for rejected mail.
2002-01-26 22:20:29 +00:00
martti
6547a079ca Updated p5-Unix-Unix-Syslog to 0.98 (provede by Shell Hung in pkg/15351)
- distname now is Unix-Syslog
- When calling libc-syslog() internally, pass message as string argument,
  not as format string
- Instead of quoting percent-signs in syslog()-wrapper, simply pass the
  string to libc-syslog() as string argument via %s
- Copy ident-argument using some Perl-API functions. Just
  using a reference counter had unwanted side-effects
2002-01-26 07:09:52 +00:00
wiz
58cda4e5f8 Restrict to new-toolchain systems because of assembler problems. 2002-01-24 15:50:45 +00:00
atatat
b9302ca830 Upgrade to version 4.61. NetBSD related fixes/features from the
release notes are:

4.61            January 22, 2002
                Updated field output example Perl scripts in the
                scripts/ subdirectory to discover the lsof path,
                starting at .. and proceding through the PATH
                environment variable's directories.
...
                In response to a report from Joshua Wright
                <Joshua.Wright@jwu.edu> modified NetBSD and OpenBSD
                Configure stanzas and sources so that lsof can be
                built when there is no system source tree (e.g.,
                /usr/src/sys).
...
                Corrected a bug in the matching of IPv4 addresses,
                mapped in IPv6 addresses, to an IPv4 paramter to
                an -i option.
2002-01-23 01:34:36 +00:00
dmcmahill
f2b7ef2f76 fix a printf format string. Fixes recently noted build problems on alpha. 2002-01-21 13:59:45 +00:00
drochner
fc31e634f2 use python buildlink file 2002-01-18 11:04:04 +00:00
jlam
6bc0c4b062 Don't hardcode the location of the other rc.d scripts as @RCD_SCRIPTS_DIR@
as they might not be there depending on whether INSTALL_RCD_SCRIPTS is set
in /etc/mk.conf when the package is built.  Instead, assume that the other
rc.d scripts are in the same place as this "meta" script and locate them
using "dirname $0".  Problem noted by Stoned Elipot <seb@netbsd.org> in
private email.
2002-01-10 12:01:37 +00:00
jlam
03460120e7 Fix description. 2002-01-08 18:33:36 +00:00
jlam
2739299743 Fix obvious pasto, and remove "required_files" line as upslog (unlike
upsmon) doesn't need a config file.
2002-01-08 18:33:17 +00:00
wennmach
ecb0b4b6cc We don't know the state of object files in $BSDSRCDIR, so we always
"make clean" before building. This will remove all soft links pointing
to .o files, not the object files themselves.

Also, we now mention in the Makefile that a kernel with 'pseudo-device vnd 4'
is required in the install stage.
2002-01-07 17:26:08 +00:00
tron
b6c85af9a8 Add support for Plextor PX-W2410A. 2002-01-07 10:16:44 +00:00
taca
0fd0e9f312 Oops. Missing more lines. 2002-01-03 16:10:01 +00:00
taca
f4fbf669a2 Make this only for ruby 1.4 base package since ruby-1.6.6 and later already
have syslog library.
2002-01-03 16:06:07 +00:00
wiz
5a1efb688a Buildlinkify. Fixes bulk build problem. 2002-01-03 14:49:22 +00:00
lukem
95457f844f Update to 0.45.3, to synchronise with ups-nut update. 2002-01-03 14:48:59 +00:00
lukem
3858993760 Update to nut 0.45.3. Notable changes:
- upsd can reload its config files on the fly.
- 'upsdrvctl status' will check for presence of pid files
- upsd can be stopped with 'upsd -c stop'
- newpowercom driver added
- cyberpower driver added
- more man pages
- various bug fixes
2002-01-03 14:42:43 +00:00
wiz
6091608d9e Remove @INTLLIBS@ from source side of Makefile rules.
It made make(1) wonder how to create targets like
-L/usr/tmp/pkgsrc/sysutils/apcupsd/work.i386/.buildlink/lib
Fixes bulk build problem.
2002-01-03 14:31:09 +00:00
abs
2baa02b807 Update rconfig to 0.06
Fix inappropriate chomp usage that caused problems in fping
2002-01-03 11:34:08 +00:00
fredb
a908ed3ee4 The author's name is "Robert Leslie". 2001-12-31 21:21:30 +00:00
wiz
8c5758db96 Fix typo. 2001-12-31 15:45:12 +00:00
abs
ca3533883a Add rconfig-0.05
Rconfig is intended to manage configuration files across
hetrogenous groups of machines. The configuration for each
machine is determined by a set of rdist trees based on the
various tags such as OS, hostname, and architecture.
Files in 'more specific' rdist trees take priority.
2001-12-31 11:46:33 +00:00
abs
9d93d75eec Import rconfig-0.05
Rconfig is intended to manage configuration files across
hetrogenous groups of machines. The configuration for each
machine is determined by a set of rdist trees based on the
various tags such as OS, hostname, and architecture.
Files in 'more specific' rdist trees take priority.
2001-12-31 11:45:35 +00:00
martti
6c77c0c3ca Set myself as MAINTAINER 2001-12-30 17:10:47 +00:00
abs
517dc48a7c add missing lib/vfs/modules/lib{ftp,vfs-test}.so.0{,0}. Was fatal on arm32 1.5 2001-12-29 11:07:45 +00:00
tron
4d66a3b13b Add necessary build dependence on "perl" package. 2001-12-28 07:35:30 +00:00
wennmach
6a19711b52 Added fdgw. 2001-12-26 11:49:18 +00:00
wennmach
01d2ef1cb1 fdgw is a toolkit to build a one-floppy NetBSD system (on i386 machines).
It provides two NetBSD floppy versions, an ADSL router, and a NAT system.

Provided by Ken'ichi Fukamachi in PR 14171.
2001-12-26 11:45:22 +00:00
wiz
1e4661299f Update to 2.8. Changes since 2.6:
o Eric Biederman reworked the build process making it far simpler and also
  to produce a network bootable ELF image.
o Re-wrote the memory and cache speed detection code.  Previuosly the
  reported numbers were inaccurate for intel CPU's and completely wrong
  for Athlon/Duron CPU's.
o By default the serial console is disabled since this was slowing
  down testing.
o Added CPU detection for Pentium 4.
o Expanded workaround for errors caused by BIOS USB keyboard support to
  include test #5.
o Re-worked L1 / L2 cache detection code to provide clearer reporting.
o Fixed an obvious bug in the computation of cache and memory speeds.
o Changed on-line menu to stay in the menu between option selections.
o Fixed bugs in the test restart and redraw code.
o Adjusted code size to fix compilation problems with RedHat 7.1.
o Misc updates to the documentation.
2001-12-25 22:08:52 +00:00
wiz
299f5c037d Remove duplicate line. 2001-12-25 20:50:00 +00:00
jlam
7b9ad2abcf Revert previous as the problem with AUTOMAKE_OVERRIDE has been fixed in
bsd.pkg.mk to be much more precise about the files that are touched.
2001-12-22 08:49:58 +00:00
atatat
c4d4636352 Upgrade to version 4.60. NetBSD related fixes/features from the
release notes are:

4.60		November 9, 2001
		Added special handling to and corrected bugs in
		the matching of IPv4 in IPv6 addresses to -i6:<...>
		selectors.
		...
		Made lsof's method of killing its child process
		more robust, based on a suggestion from Bela Lubkin
		<belal@caldera.com>.
		...
		Modified all dialect Makefile segments to accept
		select -v #define's from the environment -- a
		builder's comment, host, logname, system information
		and user name.  This was done for Bela Lubkin, so
		he can "tune" the -v output when he packages lsof
		in the upcoming Caldera OSR 5.0.7 release.

The relevant #define from the last note is LSOF_BLDCMT which is
currently assigned the value "NetBSD pkgsrc rocks!"  :)
2001-12-21 21:26:05 +00:00
jlam
f207998a1b Fix the config directory to point to ${PKG_SYSCONFDIR}. 2001-12-21 04:45:03 +00:00
tron
268024ad5e Use "gmake" to fix build problems caused by "AUTOMAKE_OVERRIDE". 2001-12-20 06:17:39 +00:00
wiz
b24e599078 Add perl BUILD_DEPENDENCY. Should fix bulk build failure. 2001-12-19 20:31:57 +00:00
wiz
5432a22787 Correct DISTNAME and WRKSRC. Fixes bulk build problem. 2001-12-19 20:21:30 +00:00