diff options
author | schmonz <schmonz> | 2009-04-07 02:59:04 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2009-04-07 02:59:04 +0000 |
commit | 0c59d994f545dade8db3f593f58f0858b2ea7d0f (patch) | |
tree | 6442678bbd918004b4e23c9db58b576fb5f2e4be /devel/bglibs/PLIST | |
parent | bdf42da8063c187a3ef9ea91b90bf57273def923 (diff) | |
download | pkgsrc-0c59d994f545dade8db3f593f58f0858b2ea7d0f.tar.gz |
Update to 1.106. From the changelog:
- Fixed installation of msg/debug.h header file.
- Fixed envstr_unset to remove all instances of the given name.
- Added sysdep for d_ino and d_type in struct dirent.
- Fixed the path_match function to match filenames containing pattern
characters (ie [filename] etc) the same way shells do.
- Files generated by cli-generate now indicate the source .cli file.
- Fixed the debug messages to not enable any by default.
- Modified the build procedure to build all sources with libtool.
This should fix problems with parallel make.
Diffstat (limited to 'devel/bglibs/PLIST')
-rw-r--r-- | devel/bglibs/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bglibs/PLIST b/devel/bglibs/PLIST index 24c0916de31..6ca9562c919 100644 --- a/devel/bglibs/PLIST +++ b/devel/bglibs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2008/04/04 16:23:27 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.8 2009/04/07 02:59:04 schmonz Exp $ bin/bg-installer bin/cli-generate bin/crc-gentab @@ -38,6 +38,7 @@ include/bglibs/iobuf/iobuf.h include/bglibs/iobuf/obuf.h include/bglibs/misc/misc.h include/bglibs/misc/ucspi.h +include/bglibs/msg/debug.h include/bglibs/msg/msg.h include/bglibs/msg/wrap.h include/bglibs/net/ipv4.h |