pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/wcalc define a common patch directory for the wcal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec162e3257ca
branches:  trunk
changeset: 503931:ec162e3257ca
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Thu Dec 01 23:58:16 2005 +0000

description:
define a common patch directory for the wcalc packages

diffstat:

 cad/wcalc/Makefile.common  |   3 ++-
 cad/wcalc/distinfo         |   3 ++-
 cad/wcalc/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r b1e2d65f8087 -r ec162e3257ca cad/wcalc/Makefile.common
--- a/cad/wcalc/Makefile.common Thu Dec 01 23:17:27 2005 +0000
+++ b/cad/wcalc/Makefile.common Thu Dec 01 23:58:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2005/11/19 15:37:08 rillig Exp $
+# $NetBSD: Makefile.common,v 1.3 2005/12/01 23:58:16 dmcmahill Exp $
 #
 
 DISTNAME=       wcalc-0.9
@@ -9,6 +9,7 @@
 HOMEPAGE=       http://wcalc.sourceforge.net/
 
 DISTINFO_FILE= ${.CURDIR}/../../cad/wcalc/distinfo
+PATCHDIR=      ${.CURDIR}/../../cad/wcalc/patches
 
 GNU_CONFIGURE=  YES
 USE_LIBTOOL=   YES
diff -r b1e2d65f8087 -r ec162e3257ca cad/wcalc/distinfo
--- a/cad/wcalc/distinfo        Thu Dec 01 23:17:27 2005 +0000
+++ b/cad/wcalc/distinfo        Thu Dec 01 23:58:16 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/11/01 03:54:45 dmcmahill Exp $
+$NetBSD: distinfo,v 1.2 2005/12/01 23:58:16 dmcmahill Exp $
 
 SHA1 (wcalc-0.9.tar.gz) = d59d03a8b1e1eceaae032ab755f0ee9ca30d0b95
 RMD160 (wcalc-0.9.tar.gz) = cccbbac6f4eca55a2a695d73da62cc4535e47edf
 Size (wcalc-0.9.tar.gz) = 1341805 bytes
+SHA1 (patch-aa) = 484dd40f6773230d43d5c66f1985fd0dba5d56e5
diff -r b1e2d65f8087 -r ec162e3257ca cad/wcalc/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/wcalc/patches/patch-aa        Thu Dec 01 23:58:16 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2005/12/01 23:58:16 dmcmahill Exp $
+
+The "" was getting eaten by the wrapper scripts causing the shared modules
+to not be built.
+
+--- mex-wcalc/mexlink.orig     2005-10-24 12:12:06.000000000 -0400
++++ mex-wcalc/mexlink  2005-11-30 10:43:27.000000000 -0500
+@@ -65,4 +65,4 @@
+ 
+ set -x
+-$LIBTOOL --mode=link $CC -avoid-version -export-dynamic -module -shrext "" -rpath $pkglibexecdir $args
++$LIBTOOL --mode=link $CC -avoid-version -export-dynamic -module -shrext '""' -rpath $pkglibexecdir $args
+ 



Home | Main Index | Thread Index | Old Index