pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ORBit Build orbit-ird dynamic, not static.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbddeb410597
branches:  trunk
changeset: 462652:dbddeb410597
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Tue Oct 07 19:43:34 2003 +0000

description:
Build orbit-ird dynamic, not static.
This makes this package compile on Solaris and Linux (plus - hey! - static
linking is really from the past millennium!)

Fixes PR 23032.

diffstat:

 net/ORBit/distinfo         |   4 ++--
 net/ORBit/patches/patch-al |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r eb388cc002eb -r dbddeb410597 net/ORBit/distinfo
--- a/net/ORBit/distinfo        Tue Oct 07 19:35:34 2003 +0000
+++ b/net/ORBit/distinfo        Tue Oct 07 19:43:34 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2003/08/29 06:48:07 martti Exp $
+$NetBSD: distinfo,v 1.19 2003/10/07 19:43:34 hubertf Exp $
 
 SHA1 (ORBit-0.5.15.tar.gz) = 1571976662311060175008d225de05e9bc2eb038
 Size (ORBit-0.5.15.tar.gz) = 1335272 bytes
@@ -11,7 +11,7 @@
 SHA1 (patch-ag) = 875e83a597ab39d57abcfd9259d8ec15707ea45c
 SHA1 (patch-ai) = 06e1cb2bc9f4f5460cdde71526417cdaa38ff310
 SHA1 (patch-ak) = d569014320dbea40ccdb9e369e07c984ee7bd9de
-SHA1 (patch-al) = 7f2992136c3f7b1badfc76a83d6fed0aa73a8873
+SHA1 (patch-al) = 74fcc40377e85e29a35d60b465f51ef50e7df8fd
 SHA1 (patch-am) = f52369447d04a382d6e93a6bddaf3962a3ab6677
 SHA1 (patch-an) = fa9bb500ddcd0ec8e64b5ff1edbe0f02f5cb0f39
 SHA1 (patch-ao) = 4346486e6a3d947350b162088490692543dde2f3
diff -r eb388cc002eb -r dbddeb410597 net/ORBit/patches/patch-al
--- a/net/ORBit/patches/patch-al        Tue Oct 07 19:35:34 2003 +0000
+++ b/net/ORBit/patches/patch-al        Tue Oct 07 19:43:34 2003 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-al,v 1.6 2002/04/25 12:17:05 agc Exp $
-
 --- src/daemons/interface_repository/Makefile.in.orig  Wed Mar 20 15:46:31 2002
-+++ src/daemons/interface_repository/Makefile.in
-@@ -106,7 +106,7 @@
++++ src/daemons/interface_repository/Makefile.in       Tue Oct  7 19:08:10 2003
+@@ -105,8 +105,8 @@
+ orbit_ird_DEPENDENCIES = $(top_builddir)/src/orb/libORBit.la                   $(top_builddir)/src/IIOP/libIIOP.la                     $(top_builddir)/src/ORBitutil/libORBitutil.la
  
  
- orbit_ird_LDFLAGS = -static
+-orbit_ird_LDFLAGS = -static
 -orbit_ird_LDADD =     $(top_builddir)/src/orb/libORBit.la     $(top_builddir)/src/IIOP/libIIOP.la     $(top_builddir)/src/ORBitutil/libORBitutil.la   @GLIB_LIBS@     -lm
++orbit_ird_LDFLAGS = #HF# -static
 +orbit_ird_LDADD =     $(top_builddir)/src/orb/libORBit.la     $(top_builddir)/src/IIOP/libIIOP.la     $(top_builddir)/src/ORBitutil/libORBitutil.la   @GLIB_LIBS@     -lm @LIB_WRAP@
  
  



Home | Main Index | Thread Index | Old Index