summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-23 03:32:12 +0000
committerjlam <jlam>2004-08-23 03:32:12 +0000
commit16eb24476755825ccb2109c7f874456f4e3af278 (patch)
tree207944b8d6951a04fbda0f135a565faed908b369 /doc
parent2d47581ab5658af5ef88d12e43c340c64f9291d7 (diff)
downloadpkgsrc-16eb24476755825ccb2109c7f874456f4e3af278.tar.gz
Update pkgtools/libnbcompat to 20040822. Changes from version 20040814
include: * Rework the way that poll() is detected so that it more closely follows how the rest of the replacement functions are detected. * Split err*() and warn*() functions into separate err.c and warn.c files so that we can more finely isolate the objects files pulled in by the linker. This should fix building textproc/nbsed on Solaris. * Move more definitions from nbcompat.h into nbcompat/*.h. This makes it more clear which NetBSD headers are expected to provide which function declarations and macro definitions. * Clean out nbconfig.h by moving all of the relevant definitions into the correct nbcompat/*.h files. * Update all of the library functions to the latest from src HEAD. Also change the way that sources are modified when imported -- we now include <nbcompat.h> before the first system header, include <nbcompat/*.h> versions of headers instead of system ones where available, and "#if 0" the sections that make no sense when being built outside of the NetBSD source tree. This should make future updates from src HEAD, e.g. for security updates or bug fixes, easier. * Move all private headers into a subdirectory and include the headers from the private directory. This avoids any nameclashes with system headers with the same name.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index d1cf0f515d2..71c9992821c 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6976 2004/08/23 03:31:51 schmonz Exp $
+$NetBSD: CHANGES,v 1.6977 2004/08/23 03:32:57 jlam Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -4024,3 +4024,4 @@ Changes to the packages collection and infrastructure in 2004:
Added garmin-utils-2.1 [gson 2004-08-22]
Updated JMdict to 2004.02 [wiz 2004-08-23]
Updated qmail-qfilter to 1.5nb2 [schmonz 2004-08-23]
+ Updated libnbcompat to 20040822 [jlam 2004-08-23]