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/Makefile | |
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/Makefile')
-rw-r--r-- | net/gnet/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/net/gnet/Makefile b/net/gnet/Makefile index f003ecbfd9d..482c4d105bb 100644 --- a/net/gnet/Makefile +++ b/net/gnet/Makefile @@ -1,18 +1,19 @@ -# $NetBSD: Makefile,v 1.2 2002/08/25 21:49:57 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/16 07:58:55 rh Exp $ # -DISTNAME= gnet-1.1.4 -CATEGORIES= net -MASTER_SITES= http://www.gnetlibrary.org/src/ +DISTNAME= gnet-1.1.7 +CATEGORIES= net +MASTER_SITES= http://www.gnetlibrary.org/src/ -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.gnetlibrary.org/ -COMMENT= simple network library +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnetlibrary.org/ +COMMENT= simple network library USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= YES USE_BUILDLINK2= YES +CONFIGURE_ARGS= --enable-glib2 -.include "../../devel/glib/buildlink2.mk" +.include "../../devel/glib2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |