diff options
author | rh <rh@pkgsrc.org> | 2002-10-16 07:58:55 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-10-16 07:58:55 +0000 |
commit | dd1ad81aa46fdc7b0c244152b9a4b235df465e2d (patch) | |
tree | 0bbf355d509a95832953506c27d3d926898905cc /net/gnet/PLIST | |
parent | 84fe9acdc85a1f0e177e73752221fd38b8a143a7 (diff) | |
download | pkgsrc-dd1ad81aa46fdc7b0c244152b9a4b235df465e2d.tar.gz |
Update gnet to 1.1.7. Depends on glib2 now. Other changes are:
* Fixed major bug in IO channel code from 1.1.6
* IOChannels are non-buffering, non-encoded by default (for GLib 2.0)
* examples are now build by default
* gnet_inetaddr_list_interfaces() bug fix
* FreeBSD compile fix (affected gnet_inetaddr_list_interfaces())
* New gnet_init() function. This should be called in main(). [1]
* GNet now properly links to libgthread (if necessary)
* More automated test cases
* Several compile fixes and small bug fixes
* Package now includes a buildlink2.mk
Diffstat (limited to 'net/gnet/PLIST')
-rw-r--r-- | net/gnet/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gnet/PLIST b/net/gnet/PLIST index 5e648998bd1..119473aefb9 100644 --- a/net/gnet/PLIST +++ b/net/gnet/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/08/25 21:49:57 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/10/16 07:58:56 rh Exp $ bin/gnet-config include/gnet/conn.h include/gnet/gnet.h @@ -16,8 +16,8 @@ include/gnet/unix.h include/gnet/url.h lib/gnet/include/gnetconfig.h lib/libgnet-1.1.so -lib/libgnet-1.1.so.1 -lib/libgnet-1.1.so.1.3 +lib/libgnet-1.1.so.7 +lib/libgnet-1.1.so.7.0 lib/libgnet.a lib/libgnet.la lib/libgnet.so |