Subject: CVS commit: pkgsrc/net/gnet
To: None <pkgsrc-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: pkgsrc-changes
Date: 10/16/2002 10:58:59
Module Name: pkgsrc
Committed By: rh
Date: Wed Oct 16 07:58:58 UTC 2002
Modified Files:
pkgsrc/net/gnet: Makefile PLIST distinfo
Added Files:
pkgsrc/net/gnet: buildlink2.mk
pkgsrc/net/gnet/patches: patch-aa
Log Message:
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
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/net/gnet/Makefile pkgsrc/net/gnet/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/net/gnet/buildlink2.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/net/gnet/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/net/gnet/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.