Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 03/28/2004 22:00:05
Module Name: pkgsrc
Committed By: minskim
Date: Sun Mar 28 22:00:05 UTC 2004
Modified Files:
pkgsrc/doc: CHANGES
pkgsrc/sysutils/fam: MESSAGE Makefile PLIST distinfo
pkgsrc/sysutils/fam/patches: patch-ab patch-ae patch-af patch-ag
patch-ah patch-ai patch-aj patch-ao patch-ap patch-au patch-ax
Removed Files:
pkgsrc/sysutils/fam/patches: patch-ak patch-an patch-av patch-aw
Log Message:
Update fam to 2.7.0. Fixes the following PR's:
- 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)
To generate a diff of this commit:
cvs rdiff -r1.5325 -r1.5326 pkgsrc/doc/CHANGES
cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/fam/MESSAGE
cvs rdiff -r1.11 -r1.12 pkgsrc/sysutils/fam/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/fam/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/sysutils/fam/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/fam/patches/patch-ab \
pkgsrc/sysutils/fam/patches/patch-ae pkgsrc/sysutils/fam/patches/patch-af \
pkgsrc/sysutils/fam/patches/patch-ai pkgsrc/sysutils/fam/patches/patch-ao \
pkgsrc/sysutils/fam/patches/patch-ap
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/fam/patches/patch-ag \
pkgsrc/sysutils/fam/patches/patch-ah
cvs rdiff -r1.4 -r1.5 pkgsrc/sysutils/fam/patches/patch-aj \
pkgsrc/sysutils/fam/patches/patch-au pkgsrc/sysutils/fam/patches/patch-ax
cvs rdiff -r1.3 -r0 pkgsrc/sysutils/fam/patches/patch-ak \
pkgsrc/sysutils/fam/patches/patch-av pkgsrc/sysutils/fam/patches/patch-aw
cvs rdiff -r1.2 -r0 pkgsrc/sysutils/fam/patches/patch-an
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.