summaryrefslogtreecommitdiff
path: root/net/gnet/Makefile
diff options
context:
space:
mode:
authorrh <rh>2002-10-16 07:58:55 +0000
committerrh <rh>2002-10-16 07:58:55 +0000
commitfed6c8472a9447b8751ef81687bbcced3ab1f354 (patch)
tree0bbf355d509a95832953506c27d3d926898905cc /net/gnet/Makefile
parent79a0a1b1c9f5482ab6ad90633c5eb540e42efad9 (diff)
downloadpkgsrc-fed6c8472a9447b8751ef81687bbcced3ab1f354.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/Makefile17
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"