diff options
author | wiz <wiz> | 2008-10-09 20:22:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-10-09 20:22:23 +0000 |
commit | 3c2e4cbb9556379ac13fc561feb8f367e2cec9c9 (patch) | |
tree | 279a46b841a74a069b2338b4811a06e2d2de3205 | |
parent | 66325afcdd11e96bf837915de89da1c316814b4d (diff) | |
download | pkgsrc-3c2e4cbb9556379ac13fc561feb8f367e2cec9c9.tar.gz |
Update to 2.14.16:
ORBit2-2.14.16
- bug fixes
+ fix make check on Mac OS/X
+ The ORBNetID option was not consistent in relation to
ORBIIOPIPName. This fix ensures that ORBIIOPIPName always
takes precedence. (Jules Colding)
ORBit2-2.14.15
- bug fixes
+ fix some leaks (Jules Colding)
+ fix for Mike's recent fixes (Mike Gorse)
+ fix potential make loop (Diego Pettenò)
-rw-r--r-- | net/ORBit2/Makefile | 4 | ||||
-rw-r--r-- | net/ORBit2/distinfo | 10 | ||||
-rw-r--r-- | net/ORBit2/patches/patch-ab | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index e131307b65c..b5c764bab0d 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2008/09/06 15:10:18 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2008/10/09 20:22:23 wiz Exp $ # -DISTNAME= ORBit2-2.14.14 +DISTNAME= ORBit2-2.14.16 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.14/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/ORBit2/distinfo b/net/ORBit2/distinfo index 6793e811924..4e5b501a0bf 100644 --- a/net/ORBit2/distinfo +++ b/net/ORBit2/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.42 2008/09/06 15:10:18 wiz Exp $ +$NetBSD: distinfo,v 1.43 2008/10/09 20:22:23 wiz Exp $ -SHA1 (ORBit2-2.14.14.tar.bz2) = 263ab65c72133775306f2279e666245ad8fad9da -RMD160 (ORBit2-2.14.14.tar.bz2) = c09b43e7b66380f25857f7e2570c51958108f3e5 -Size (ORBit2-2.14.14.tar.bz2) = 739599 bytes +SHA1 (ORBit2-2.14.16.tar.bz2) = d366a92f8ce1989caf21cc6884f90cbcad42ea59 +RMD160 (ORBit2-2.14.16.tar.bz2) = 69a76a246d06f10708cfda9c420be173e0746b39 +Size (ORBit2-2.14.16.tar.bz2) = 739458 bytes SHA1 (patch-aa) = 6e87e28e3634908f35c219f81a47d0353cfaf551 -SHA1 (patch-ab) = 1661eaaa0119895a860e0c667990ea71b80e8ace +SHA1 (patch-ab) = efd6a945b3ac65823a36bb8301fa8d0c8ff99960 SHA1 (patch-ac) = 075a11883b9d0a3ec7d5d93b37007ba64e1baf41 SHA1 (patch-ae) = d92c0c8985be666e6ec60b46ff8007447ffc4275 diff --git a/net/ORBit2/patches/patch-ab b/net/ORBit2/patches/patch-ab index a725d143ef4..e54b68631c6 100644 --- a/net/ORBit2/patches/patch-ab +++ b/net/ORBit2/patches/patch-ab @@ -1,10 +1,10 @@ -$NetBSD: patch-ab,v 1.6 2007/08/05 20:48:48 joerg Exp $ +$NetBSD: patch-ab,v 1.7 2008/10/09 20:22:23 wiz Exp $ ---- src/orb/orb-core/Makefile.in.orig 2007-08-05 20:18:06.000000000 +0000 +--- src/orb/orb-core/Makefile.in.orig 2008-09-16 13:11:18.000000000 +0000 +++ src/orb/orb-core/Makefile.in -@@ -625,7 +625,7 @@ distclean-local: +@@ -623,7 +623,7 @@ distclean-local: + -rm -rf .deps $(OPS_IDLOUT_C): $(OPS_IDLOUT_H) - true -$(OPS_IDLOUT_H): corba-ops.idl $(IDL_COMPILER) +$(OPS_IDLOUT_H): corba-ops.idl |