diff options
author | rh <rh@pkgsrc.org> | 2002-10-30 03:09:25 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-10-30 03:09:25 +0000 |
commit | e525650d57c64ed0d063922256be9d4729b94bf6 (patch) | |
tree | b57a6c9b34c1159eea1751ac22709c1f6436e822 /net/ORBit2 | |
parent | c60effffcceee870310186cecfcaf1cc480de223 (diff) | |
download | pkgsrc-e525650d57c64ed0d063922256be9d4729b94bf6.tar.gz |
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'net/ORBit2')
-rw-r--r-- | net/ORBit2/Makefile | 4 | ||||
-rw-r--r-- | net/ORBit2/distinfo | 4 | ||||
-rw-r--r-- | net/ORBit2/patches/patch-aa | 11 | ||||
-rw-r--r-- | net/ORBit2/patches/patch-ab | 11 |
4 files changed, 4 insertions, 26 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index 09719ce07ed..210f8555dac 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/10/27 09:16:08 rh Exp $ +# $NetBSD: Makefile,v 1.11 2002/10/30 03:09:35 rh Exp $ # DISTNAME= ORBit2-2.5.0 @@ -15,6 +15,8 @@ USE_LIBTOOL= YES USE_BUILDLINK2= YES GNU_CONFIGURE= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE= ${WRKSRC}/ORBit-2.0.pc.in +PKGCONFIG_OVERRIDE+= ${WRKSRC}/ORBit-CosNaming-2.0.pc.in .include "../../net/linc/buildlink2.mk" .include "../../net/libIDL/buildlink2.mk" diff --git a/net/ORBit2/distinfo b/net/ORBit2/distinfo index eee6d42c24f..35d78e4fb69 100644 --- a/net/ORBit2/distinfo +++ b/net/ORBit2/distinfo @@ -1,6 +1,4 @@ -$NetBSD: distinfo,v 1.9 2002/10/27 09:16:09 rh Exp $ +$NetBSD: distinfo,v 1.10 2002/10/30 03:09:35 rh Exp $ SHA1 (ORBit2-2.5.0.tar.bz2) = bce1b2ce54fbb0e2d699a2ebe0b9b46ef0284aca Size (ORBit2-2.5.0.tar.bz2) = 429821 bytes -SHA1 (patch-aa) = 41e3dd08b704ed3fc20161e2c151bfc58b969eaa -SHA1 (patch-ab) = 1dee388a93179376810250207e52cebeb55af875 diff --git a/net/ORBit2/patches/patch-aa b/net/ORBit2/patches/patch-aa deleted file mode 100644 index a9b665445bb..00000000000 --- a/net/ORBit2/patches/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2002/08/25 19:23:10 jlam Exp $ - ---- ORBit-2.0.pc.in.orig Sat Apr 27 18:24:08 2002 -+++ ORBit-2.0.pc.in -@@ -9,5 +9,5 @@ - Description: High-performance CORBA Object Request Broker. - Version: @ORBIT_VERSION@ - Requires: linc glib-2.0 gmodule-2.0 --Libs: -L${libdir} -lORBit-2 @ORBIT_LIBS@ @LIBS@ -lm -+Libs: -Wl,-R${libdir} -L${libdir} -lORBit-2 @ORBIT_LIBS@ @LIBS@ -lm - Cflags: -I${includedir}/orbit-2.0 -DORBIT2=1 diff --git a/net/ORBit2/patches/patch-ab b/net/ORBit2/patches/patch-ab deleted file mode 100644 index e7f70c1e6b5..00000000000 --- a/net/ORBit2/patches/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2002/08/25 19:23:10 jlam 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 |