diff options
author | drochner <drochner@pkgsrc.org> | 2008-02-13 19:36:48 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-02-13 19:36:48 +0000 |
commit | fcf2c54505616b127840df295e363ea8e77e0794 (patch) | |
tree | 30e10cbb9e50739eb7216e6521063f7d4e799c17 /net/ORBit2/Makefile | |
parent | 1e1c36cbfdb869b02b2759e9d79acdf0ca584742 (diff) | |
download | pkgsrc-fcf2c54505616b127840df295e363ea8e77e0794.tar.gz |
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
Diffstat (limited to 'net/ORBit2/Makefile')
-rw-r--r-- | net/ORBit2/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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" |