Fri Jan 11 13:25:11 2013 UTC ()
Don't use -Bdynamic and -Bstatic directly.


(joerg)
diff -r1.7 -r1.8 pkgsrc/devel/teem/distinfo
diff -r1.3 -r1.4 pkgsrc/devel/teem/patches/patch-aa

cvs diff -r1.7 -r1.8 pkgsrc/devel/teem/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/teem/distinfo 2011/08/05 00:26:25 1.7
+++ pkgsrc/devel/teem/distinfo 2013/01/11 13:25:11 1.8
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.7 2011/08/05 00:26:25 wiz Exp $ 1$NetBSD: distinfo,v 1.8 2013/01/11 13:25:11 joerg Exp $
2 2
3SHA1 (teem-1.8.0-src.tar.gz) = fd57c40136d877d33cb45b2afc54a95564e67225 3SHA1 (teem-1.8.0-src.tar.gz) = fd57c40136d877d33cb45b2afc54a95564e67225
4RMD160 (teem-1.8.0-src.tar.gz) = 7154b1a7b12a08f7267017e213794673f6192827 4RMD160 (teem-1.8.0-src.tar.gz) = 7154b1a7b12a08f7267017e213794673f6192827
5Size (teem-1.8.0-src.tar.gz) = 1127914 bytes 5Size (teem-1.8.0-src.tar.gz) = 1127914 bytes
6SHA1 (patch-aa) = ebb0d5be710416276fbc028ee8e635b669eaa378 6SHA1 (patch-aa) = 6eb2ebdc6c4f7c4235bb714dda2e116a32e794c0
7SHA1 (patch-ab) = 0dbbe8290711e18d4c1312a452aaee19a13b5a04 7SHA1 (patch-ab) = 0dbbe8290711e18d4c1312a452aaee19a13b5a04
8SHA1 (patch-ac) = 5e3f9a3fcf2c3807025fec65f5bb034691ba9457 8SHA1 (patch-ac) = 5e3f9a3fcf2c3807025fec65f5bb034691ba9457
9SHA1 (patch-ad) = c977a2bde100f2280a7db6182ae1d02e28b4a0bc 9SHA1 (patch-ad) = c977a2bde100f2280a7db6182ae1d02e28b4a0bc

cvs diff -r1.3 -r1.4 pkgsrc/devel/teem/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/devel/teem/patches/patch-aa 2005/04/11 13:37:28 1.3
+++ pkgsrc/devel/teem/patches/patch-aa 2013/01/11 13:25:11 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: patch-aa,v 1.3 2005/04/11 13:37:28 jschauma Exp $ 1$NetBSD: patch-aa,v 1.4 2013/01/11 13:25:11 joerg Exp $
2 2
3--- /dev/null 2005-04-01 11:19:18.000000000 -0500 3--- /dev/null 2005-04-01 11:19:18.000000000 -0500
4+++ src/make/netbsd.mk 2005-04-01 11:14:31.000000000 -0500 4+++ src/make/netbsd.mk 2005-04-01 11:14:31.000000000 -0500
5@@ -0,0 +1,57 @@ 5@@ -0,0 +1,57 @@
6+# 6+#
7+# teem: Gordon Kindlmann's research software 7+# teem: Gordon Kindlmann's research software
8+# Copyright (C) 2005 Gordon Kindlmann 8+# Copyright (C) 2005 Gordon Kindlmann
9+# Copyright (C) 2003, 2002, 2001, 2000, 1999, 1998 University of Utah 9+# Copyright (C) 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
10+# 10+#
11+# This library is free software; you can redistribute it and/or 11+# This library is free software; you can redistribute it and/or
12+# modify it under the terms of the GNU Lesser General Public 12+# modify it under the terms of the GNU Lesser General Public
13+# License as published by the Free Software Foundation; either 13+# License as published by the Free Software Foundation; either
14+# version 2.1 of the License, or (at your option) any later version. 14+# version 2.1 of the License, or (at your option) any later version.
@@ -17,28 +17,28 @@ $NetBSD: patch-aa,v 1.3 2005/04/11 13:37 @@ -17,28 +17,28 @@ $NetBSD: patch-aa,v 1.3 2005/04/11 13:37
17+# but WITHOUT ANY WARRANTY; without even the implied warranty of 17+# but WITHOUT ANY WARRANTY; without even the implied warranty of
18+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19+# Lesser General Public License for more details. 19+# Lesser General Public License for more details.
20+# 20+#
21+# You should have received a copy of the GNU Lesser General Public 21+# You should have received a copy of the GNU Lesser General Public
22+# License along with this library; if not, write to the Free Software 22+# License along with this library; if not, write to the Free Software
23+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24+# 24+#
25+# 25+#
26+ 26+
27+TEEM_SHEXT = so 27+TEEM_SHEXT = so
28+ 28+
29+OPT_CFLAG ?= -O2 29+OPT_CFLAG ?= -O2
30+STATIC_CFLAG = -Wl,-Bstatic 30+STATIC_CFLAG = -static
31+SHARED_CFLAG = -Wl,-Bdynamic 31+SHARED_CFLAG =
32+SHARED_LDFLAG = -shared 32+SHARED_LDFLAG = -shared
33+SHARED_RPATH = -Wl,-rpath -Wl, 33+SHARED_RPATH = -Wl,-rpath -Wl,
34+ 34+
35+TEEM_ENDIAN = 1234 35+TEEM_ENDIAN = 1234
36+TEEM_QNANHIBIT = 1 36+TEEM_QNANHIBIT = 1
37+TEEM_DIO = 0 37+TEEM_DIO = 0
38+ifeq ($(SUBARCH),ia64) 38+ifeq ($(SUBARCH),ia64)
39+ TEEM_32BIT = 0 39+ TEEM_32BIT = 0
40+ ARCH_CFLAG = -fPIC -W -Wall 40+ ARCH_CFLAG = -fPIC -W -Wall
41+ ARCH_LDFLAG = 41+ ARCH_LDFLAG =
42+else 42+else
43+ ifeq ($(SUBARCH),64) 43+ ifeq ($(SUBARCH),64)
44+ TEEM_32BIT = 0 44+ TEEM_32BIT = 0