pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ORBit2 Don't run the IDL compiler multiple times d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5098b18f137
branches:  trunk
changeset: 531750:c5098b18f137
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Aug 05 20:48:47 2007 +0000

description:
Don't run the IDL compiler multiple times due to a bogus
dependency, esp. not during the install phase. This is an
attempt to workaround the random breakage I see on DragonFly,
but it makes the build faster as well, which is a good thing.

diffstat:

 net/ORBit2/distinfo         |   3 ++-
 net/ORBit2/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r f6f550b47e37 -r c5098b18f137 net/ORBit2/distinfo
--- a/net/ORBit2/distinfo       Sun Aug 05 20:16:46 2007 +0000
+++ b/net/ORBit2/distinfo       Sun Aug 05 20:48:47 2007 +0000
@@ -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 -r f6f550b47e37 -r c5098b18f137 net/ORBit2/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ORBit2/patches/patch-ab       Sun Aug 05 20:48:47 2007 +0000
@@ -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                                                            \



Home | Main Index | Thread Index | Old Index