summaryrefslogtreecommitdiff
path: root/net/ORBit2
diff options
context:
space:
mode:
Diffstat (limited to 'net/ORBit2')
-rw-r--r--net/ORBit2/distinfo3
-rw-r--r--net/ORBit2/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/ORBit2/distinfo b/net/ORBit2/distinfo
index 8c529ee9250..6a625a62b4d 100644
--- a/net/ORBit2/distinfo
+++ b/net/ORBit2/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.34 2007/07/28 08:39:34 wiz Exp $
+$NetBSD: distinfo,v 1.35 2007/08/05 20:48:47 joerg Exp $
SHA1 (ORBit2-2.14.8.tar.bz2) = 9f9c99a356045debcdb2286a65d25790de184415
RMD160 (ORBit2-2.14.8.tar.bz2) = 512259accfcc939873046d04ae2d482f145e71ec
Size (ORBit2-2.14.8.tar.bz2) = 742448 bytes
SHA1 (patch-aa) = 6e87e28e3634908f35c219f81a47d0353cfaf551
+SHA1 (patch-ab) = 1661eaaa0119895a860e0c667990ea71b80e8ace
diff --git a/net/ORBit2/patches/patch-ab b/net/ORBit2/patches/patch-ab
new file mode 100644
index 00000000000..a725d143ef4
--- /dev/null
+++ b/net/ORBit2/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.6 2007/08/05 20:48:48 joerg Exp $
+
+--- src/orb/orb-core/Makefile.in.orig 2007-08-05 20:18:06.000000000 +0000
++++ src/orb/orb-core/Makefile.in
+@@ -625,7 +625,7 @@ distclean-local:
+ $(OPS_IDLOUT_C): $(OPS_IDLOUT_H)
+ true
+
+-$(OPS_IDLOUT_H): corba-ops.idl $(IDL_COMPILER)
++$(OPS_IDLOUT_H): corba-ops.idl
+ -(rm -f $(OPS_IDLOUT_C) $(OPS_IDLOUT_H) || true) > /dev/null
+ $(IDL_COMPILER) $(IDL_FLAGS_CORBA_OPS) --deps .deps/corba-ops.idl.P $<
+ for I in $(OPS_IDLOUT_C) $(OPS_IDLOUT_H); do \