summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2004-03-29Patch configure.ac and regenerate the patch for configure instead ofminskim3-9/+11
patching configure directly, because this package already has a patch for configure.ac.
2004-03-29Include "sys/types.h" in configure test program checking for "sun_len"tron2-4/+5
in "struct sockaddr_in" to fix compile failure which causes incorrect auto configuration and later build failures under NetBSD 1.6.2_STABLE.
2004-03-29update to 5.2.1recht3-10/+10
** Bug fixes mv could mistakenly fail to preserve hard links when moving two or more arguments between partitions. `cp --sparse=always F /dev/hdx' no longer tries to use lseek to create holes in the destination. nohup now sets the close-on-exec flag for its copy of the stderr file descriptor. This avoids some nohup-induced hangs. For example, before this change, if you ran `ssh localhost', then `nohup sleep 600 </dev/null &', and then exited that remote shell, the ssh session would hang until the 10-minute sleep terminated. With the fixed nohup, the ssh session terminates immediately. `expr' now conforms to POSIX better: Integers like -0 and 00 are now treated as zero. The `|' operator now returns 0, not its first argument, if both arguments are null or zero. E.g., `expr "" \| ""' now returns 0, not the empty string. The `|' and `&' operators now use short-circuit evaluation, e.g., `expr 1 \| 1 / 0' no longer reports a division by zero. ** New features `chown user.group file' now has its traditional meaning even when conforming to POSIX 1003.1-2001, so long as no user has a name containing `.' that happens to equal `user.group'.
2004-03-29Update to 2.1.28.cube5-10/+19
pkgsrc changes: o provide GKRELLM_DEBUG to easily build a debug version (should help with the spinning gkrellm issue) o don't strip binaries in debug mode o small gkrellm Makefiles fixes GKrellM changes (from Changelog): o Stephan Kapfinger <s.kapfinger--at--gmx.de> mail.c patch fixes bug I introduced into the last release where parsing of the mail reader command could fail.
2004-03-29Add and enable libol.minskim1-1/+2
2004-03-29Import libol from pkgsrc-wip. Packaged by Adrian Portelli and updatedminskim5-0/+80
by me. libol is a library written by the author of syslog-ng, Balazs Scheidler, which is used in syslog-ng. A built copy of libol needs to be present on a system when syslog-ng is built.
2004-03-28Add files missed in the previous commit.minskim3-0/+49
2004-03-28Update fam to 2.7.0. Fixes the following PR's:minskim19-786/+269
- PR pkg/23017 - PR pkg/23495 - PR pkg/23496 - PR pkg/24578 The patches for 23017 and 24578 were provided by reed@. Although rh@ suspended PR 23017 saying that pkgsrc does not support installation to /usr, this still needs to be fixed because the same problem occurs even when LOCALBASE != /usr. Changes since 2.6.10: Changed NOGROUP usage in src/Cred.c++ to -1 as NOGROUP is not defined in IRIX. (mraymond@sgi.com) removed const modifier from Scheduler.h to fix GCC 3.x build. (wardle@sgi.com) created new GNU autotools files: - test whether we have IMon rather than testing OS. - test whether we have sockaddr length members rather than testing OS. - install daemon in sbin rather than bin. - install manual pages in typical GNU/Linux sections. - rename daemon to famd. - rename fam source directory to src. - rename libfam source directory to lib. - remove editconf and util subdirectory. - remove rpm target and build subdirectory. - remove support target and subdirectory. [wardle@sgi.com] (wardle@sgi.com) fixed warnings about typenames in BTree.h. (wardle@sgi.com)
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz21-34/+42
Buildlink files: RECOMMENDED version changed to current version.
2004-03-23Update acpi-iasl to 2004311.xtraeme2-5/+5
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam2-4/+4
2004-03-22fam is "File Alteration Monitor", not "File Alternation Monitor".minskim1-2/+2
2004-03-22Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.kristerw1-2/+2
2004-03-21The configure script defines HAVE_STATVFS as 0 on non-IRIX platforms,minskim2-4/+399
regardless of the result of sys/statvfs.h availability test. It results in two definitions of HAVE_STATVFS in confdefs.h. Check the availability of sys/statvfs.h only on IRIX platforms to ensure that HAVE_STATVFS is defined at most once.
2004-03-21Build against gkrellm1. From Noud de Brouwer in PR 24827.wiz1-2/+2
2004-03-20Remove a non-existent file and bl3ify, fixes the problem seen in agc@'sxtraeme2-8/+7
bulk build. Bump PKGREVISION.
2004-03-20Don't use NULL as 0. Fix compile error on gcc 3.X.taca2-5/+33
2004-03-18Change dependency constraint to 'gkrellm<2.0' so that gkrellm1 pluginscube2-4/+4
don't even try building when gkrellm-2 is installed.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam13-39/+26
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-17- Update MASTER_SITES for sourceforge sites.taca2-5/+5
- Update distinfo since distfile has changed.
2004-03-16Backout my recent changes because Thomas Klausner and Grant Beattietron3-7/+4
disapprove.
2004-03-16Include "db4" buildlink3 glue code to fix build problems in packagetron1-1/+2
depending on this package.
2004-03-16Include "db4" buildlink2 glue code to fix build problems in packagetron1-1/+2
depending on this package.
2004-03-16Include "db4" buildlink2 glue code to fix build problem. Bump packagetron1-2/+3
revision because of this.
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-03-15bl3ifyxtraeme1-7/+7
2004-03-15Fix build under 1.6.2; found by latest kristerw@'s bulk build.jmmv2-1/+14
2004-03-15- Update MASTER_SITES and HOMEPAGE.taca2-6/+6
- Update distinfo.
2004-03-12Upgrade to lsof version 4.71. Changes related to or affecting NetBSDatatat2-5/+5
(or pkgsrc) from the 00DIST file: 4.71 March 11, 2004 ... Added process_kqueue() function prototypes for FreeBSD, NetBSD and OpenBSD. ... Added support for the optional reporting of socket options, socket states and TCP flags for most currently supported dialects. John Smith <lbalbalba@hotmail.com> and Tristan Nefzger <tn@bhtrader.com> requested the information. The dialects and their versions for which this feature has become available include: AIX 4.3.2 and 5.[12] Apple Darwin 7.2 BSDI BSD/OS 4.3.1 Digital UNIX and Tru64 UNIX 4.0 FreeBSD 4.9 and 5.2 HP-UX 11 and 11.11 (aka 11i) NetBSD 1.6ZH OpenBSD 3.4 OPENSTEP 4.2 OpenUNIX 8 Solaris 2.6, 8, 9 and 10 UnixWare 7.1.[134]
2004-03-12bl3ify.snj2-3/+24
2004-03-10Deal with situation where ICONV_TYPE isn't defined until after bsd.pkg.mkjlam1-6/+4
is included by not checking its value explicitly.
2004-03-10File removed, we are now using buildlink3martti8-220/+0
2004-03-10bl3ify and bump PKGREVISION due to meta-pkgs/xfce4 upgrade.xtraeme10-15/+125
2004-03-10bl3ify, s,USE_X11BASE,USE_X11,g. Welcome to 4.0.4nb1, ok'ed by martti@xtraeme6-11/+78
2004-03-10Updated XFce to 4.0.4martti10-22/+21
* Bug fixes * Translation updates
2004-03-10Remove info files entries from PLIST.seb5-13/+5
2004-03-10Remove info files entries from PLIST.seb2-8/+3
Add missing info file in INFO_FILES.
2004-03-10Remove info files entries from PLIST.seb3-24/+3
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim4-8/+8
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 willminskim1-2/+2
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv11-25/+34
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-07Add a comment why coreutils conflicts with databases/geneweb.recht1-8/+6
While at it combine all GNU_PROGRAM_PREFIX conflicts in a single if.
2004-03-07Add explicit dependency on pkgconfig.minskim1-1/+2
2004-03-07Forgot to add the .packlistheinz1-1/+3
2004-03-07Use bl3 and honor CFLAGS.snj4-11/+18
2004-03-07Enable p5-Sys-Hostname-Longheinz1-1/+2
2004-03-07Initial import of p5-Sys-Hostname-Long.heinz5-0/+46
This Perl module tries to determine the full host name in a portable way on multiple operating systems (mac, windows, unix*). A patch is included which should make this module work on most *nix platforms, not just on Linux. Submitted to the author via rt.cpan.org.
2004-03-07Add RCSID.snj2-2/+4
2004-03-07Make this work for amd64, and enable it.fvdl5-3/+54
2004-03-06move dvdrip to multimedia.grant5-53/+1