From fcf2c54505616b127840df295e363ea8e77e0794 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 13 Feb 2008 19:36:48 +0000 Subject: update to 2.14.12 changes: -Fix off by one in all method name lengths. Fixes interoperability with other ORBs -Fix the build with glib 2.15 pkgsrc fix: don't touch _res (resolver state) on NetBSD, it is not thread safe --- net/ORBit2/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'net/ORBit2/Makefile') diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index aefe8098aef..d963e56512a 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2007/10/31 19:48:32 drochner Exp $ +# $NetBSD: Makefile,v 1.61 2008/02/13 19:36:48 drochner Exp $ # -DISTNAME= ORBit2-2.14.10 +DISTNAME= ORBit2-2.14.12 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.14/} EXTRACT_SUFX= .tar.bz2 @@ -49,6 +49,9 @@ PRINT_PLIST_AWK+= /^@dirrm share\/idl$$/ \ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0 +# needs interaction +#TEST_TARGRT= check + .include "../../devel/glib2/buildlink3.mk" .include "../../net/libIDL/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3