Subject: CVS commit: pkgsrc/pkgtools/libnbcompat
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/03/2003 03:28:29
Module Name: pkgsrc
Committed By: jlam
Date: Wed Sep 3 03:28:29 UTC 2003
Modified Files:
pkgsrc/pkgtools/libnbcompat: Makefile PLIST
pkgsrc/pkgtools/libnbcompat/files: Makefile.in configure configure.ac
nbconfig.h.in util.h
Log Message:
Update pkgtools/libnbcompat to 20030824. Changes from previous version:
* Don't install namespace.h, extern.h and stat_flags.h, which are
only used internally.
* Clean up util.h by using '#if !HAVE_xxx' instead of
'#ifndef !HAVE_xxx', removing some LIST_* definitions that are
defined by <nbcompat.h>, and removing static declarations.
* If fparseln is in libutil (as it is in NetBSD), then don't build
it into libnbcompat.a.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/pkgtools/libnbcompat/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/pkgtools/libnbcompat/PLIST
cvs rdiff -r1.10 -r1.11 pkgsrc/pkgtools/libnbcompat/files/Makefile.in
cvs rdiff -r1.14 -r1.15 pkgsrc/pkgtools/libnbcompat/files/configure \
pkgsrc/pkgtools/libnbcompat/files/configure.ac
cvs rdiff -r1.1 -r1.2 pkgsrc/pkgtools/libnbcompat/files/nbconfig.h.in
cvs rdiff -r1.2 -r1.3 pkgsrc/pkgtools/libnbcompat/files/util.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.