f8dd961144
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.
41 lines
1.1 KiB
Text
41 lines
1.1 KiB
Text
@comment $NetBSD: PLIST,v 1.13 2004/08/23 03:32:12 jlam Exp $
|
|
include/nbcompat.h
|
|
include/nbcompat/assert.h
|
|
include/nbcompat/cdefs.h
|
|
include/nbcompat/ctype.h
|
|
include/nbcompat/dirent.h
|
|
include/nbcompat/endian.h
|
|
include/nbcompat/err.h
|
|
include/nbcompat/fnmatch.h
|
|
include/nbcompat/fts.h
|
|
include/nbcompat/getopt.h
|
|
include/nbcompat/glob.h
|
|
include/nbcompat/grp.h
|
|
include/nbcompat/limits.h
|
|
include/nbcompat/md5.h
|
|
include/nbcompat/nbconfig.h
|
|
include/nbcompat/nbtypes.h
|
|
include/nbcompat/param.h
|
|
include/nbcompat/paths.h
|
|
include/nbcompat/poll.h
|
|
include/nbcompat/pwd.h
|
|
include/nbcompat/queue.h
|
|
include/nbcompat/regex.h
|
|
include/nbcompat/rmd160.h
|
|
include/nbcompat/sha1.h
|
|
include/nbcompat/stat.h
|
|
include/nbcompat/statvfs.h
|
|
include/nbcompat/stdio.h
|
|
include/nbcompat/stdlib.h
|
|
include/nbcompat/string.h
|
|
include/nbcompat/termcap.h
|
|
include/nbcompat/time.h
|
|
include/nbcompat/types.h
|
|
include/nbcompat/tzfile.h
|
|
include/nbcompat/unistd.h
|
|
include/nbcompat/util.h
|
|
include/nbcompat/vis.h
|
|
lib/libnbcompat.a
|
|
@dirrm include/nbcompat
|
|
@unexec ${RMDIR} -p %D/include 2>/dev/null || ${TRUE}
|
|
@unexec ${RMDIR} -p %D/lib 2>/dev/null || ${TRUE}
|