summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrh <rh>2002-07-18 02:19:24 +0000
committerrh <rh>2002-07-18 02:19:24 +0000
commit15b6268d663b9dc0a6c91eaec26de46511354092 (patch)
tree623e300dcabd3e58c0a18d12e4086b06d5d92a01 /net
parenta95c023084a1a3e464e3420c200df783c6315075 (diff)
downloadpkgsrc-15b6268d663b9dc0a6c91eaec26de46511354092.tar.gz
Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
Diffstat (limited to 'net')
-rw-r--r--net/ORBit/Makefile3
-rw-r--r--net/ORBit/distinfo4
-rw-r--r--net/ORBit/patches/patch-ah11
-rw-r--r--net/ORBit/patches/patch-aj11
-rw-r--r--net/ORBit2/Makefile3
-rw-r--r--net/ORBit2/distinfo3
-rw-r--r--net/ORBit2/patches/patch-ab11
7 files changed, 42 insertions, 4 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile
index 99c88fb19ce..804ca8c2992 100644
--- a/net/ORBit/Makefile
+++ b/net/ORBit/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.76 2002/04/29 18:27:17 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2002/07/18 02:19:24 rh Exp $
#
DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR}
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ORBit/}
diff --git a/net/ORBit/distinfo b/net/ORBit/distinfo
index 7b0de11348c..8b293f28a50 100644
--- a/net/ORBit/distinfo
+++ b/net/ORBit/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2002/04/25 12:17:04 agc Exp $
+$NetBSD: distinfo,v 1.11 2002/07/18 02:19:24 rh Exp $
SHA1 (ORBit-0.5.15.tar.gz) = 1571976662311060175008d225de05e9bc2eb038
Size (ORBit-0.5.15.tar.gz) = 1335272 bytes
@@ -9,7 +9,9 @@ SHA1 (patch-ad) = 688920ba423aa2994d9e2e6540f8738305cb7fd9
SHA1 (patch-ae) = 95cc6f46fa2cfcd34af2e546f3d4a8d55194e5eb
SHA1 (patch-af) = b88b26b8fe7d42f267c6761edc3e3b8250bd14fb
SHA1 (patch-ag) = 875e83a597ab39d57abcfd9259d8ec15707ea45c
+SHA1 (patch-ah) = 1b05e1f77ddc3a0ee6637822d4f7359e9329fff9
SHA1 (patch-ai) = 06e1cb2bc9f4f5460cdde71526417cdaa38ff310
+SHA1 (patch-aj) = 4bb189b042058671a08de84028097bf87f4dbf3b
SHA1 (patch-ak) = d569014320dbea40ccdb9e369e07c984ee7bd9de
SHA1 (patch-al) = 7f2992136c3f7b1badfc76a83d6fed0aa73a8873
SHA1 (patch-am) = f52369447d04a382d6e93a6bddaf3962a3ab6677
diff --git a/net/ORBit/patches/patch-ah b/net/ORBit/patches/patch-ah
new file mode 100644
index 00000000000..052cb071845
--- /dev/null
+++ b/net/ORBit/patches/patch-ah
@@ -0,0 +1,11 @@
+$NetBSD: patch-ah,v 1.6 2002/07/18 02:19:25 rh Exp $
+
+--- ORBit.pc.in.orig Sat Sep 30 12:09:43 2000
++++ ORBit.pc.in
+@@ -7,5 +7,5 @@ Name: ORBit
+ Description: High-performance CORBA Object Request Broker.
+ Version: @VERSION@
+ Requires: glib
+-Libs: -L${libdir} -lORBit -lIIOP -lORBitutil @LIBS@ -lm
++Libs: -L${libdir} -Wl,-R${libdir} -lORBit -lIIOP -lORBitutil @LIBS@ -lm
+ Cflags: -I${includedir}
diff --git a/net/ORBit/patches/patch-aj b/net/ORBit/patches/patch-aj
new file mode 100644
index 00000000000..a95f81fdab0
--- /dev/null
+++ b/net/ORBit/patches/patch-aj
@@ -0,0 +1,11 @@
+$NetBSD: patch-aj,v 1.8 2002/07/18 02:19:25 rh Exp $
+
+--- libIDL/libIDL.pc.in.orig Sat Sep 30 12:09:43 2000
++++ libIDL/libIDL.pc.in
+@@ -8,5 +8,5 @@ Name: libIDL
+ Description: IDL parsing library
+ Version: @VERSION@
+ Requires: glib
+-Libs: -L${libdir} -lIDL
++Libs: -L${libdir} -Wl,-R${libdir} -lIDL
+ Cflags: -I${includedir}
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile
index 21f27a9b96f..52d0042f73e 100644
--- a/net/ORBit2/Makefile
+++ b/net/ORBit2/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2002/07/12 15:33:12 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2002/07/18 02:19:40 rh Exp $
#
DISTNAME= ORBit2-2.4.0
+PKGREVISION= 1
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=2.0.0/sources/ORBit2/}/
EXTRACT_SUFX= .tar.bz2
diff --git a/net/ORBit2/distinfo b/net/ORBit2/distinfo
index 3f1b740d042..b8a3357ed51 100644
--- a/net/ORBit2/distinfo
+++ b/net/ORBit2/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2002/07/12 15:33:13 wiz Exp $
+$NetBSD: distinfo,v 1.6 2002/07/18 02:19:40 rh Exp $
SHA1 (ORBit2-2.4.0.tar.bz2) = 234b4b8f66744637386ad7f2caf0aeca88afe484
Size (ORBit2-2.4.0.tar.bz2) = 431841 bytes
SHA1 (patch-aa) = 41e3dd08b704ed3fc20161e2c151bfc58b969eaa
+SHA1 (patch-ab) = 1dee388a93179376810250207e52cebeb55af875
diff --git a/net/ORBit2/patches/patch-ab b/net/ORBit2/patches/patch-ab
new file mode 100644
index 00000000000..2095b23870d
--- /dev/null
+++ b/net/ORBit2/patches/patch-ab
@@ -0,0 +1,11 @@
+$NetBSD: patch-ab,v 1.1 2002/07/18 02:19:40 rh Exp $
+
+--- ORBit-CosNaming-2.0.pc.in.orig Thu Nov 1 11:50:44 2001
++++ ORBit-CosNaming-2.0.pc.in
+@@ -8,5 +8,5 @@ Name: ORBit-CosNaming-2.0
+ Description: High-performance CORBA Object Request Broker - Naming Service.
+ Version: @ORBIT_VERSION@
+ Requires: ORBit-2.0
+-Libs: -L${libdir} -lORBitCosNaming-2
++Libs: -L${libdir} -Wl,-R${libdir} -lORBitCosNaming-2
+ Cflags: -I${includedir}/orbit-2.0