summaryrefslogtreecommitdiff
path: root/math/gsl
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-08-02 13:20:15 +0000
committerseb <seb@pkgsrc.org>2003-08-02 13:20:15 +0000
commit28900cf2c5a36a61fe219487bb11a8691de2f5cd (patch)
tree51b50978a69a624ae36ddf84dd5882b6436cfea1 /math/gsl
parentfebdd5a8140906006522c7ebc4e596fc11d2f4b2 (diff)
downloadpkgsrc-28900cf2c5a36a61fe219487bb11a8691de2f5cd.tar.gz
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'math/gsl')
-rw-r--r--math/gsl/Makefile5
-rw-r--r--math/gsl/PLIST4
-rw-r--r--math/gsl/distinfo4
-rw-r--r--math/gsl/patches/patch-aa27
4 files changed, 30 insertions, 10 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile
index e060ff5cb15..0dfbbe4eb91 100644
--- a/math/gsl/Makefile
+++ b/math/gsl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/07/02 22:28:05 jtb Exp $
+# $NetBSD: Makefile,v 1.12 2003/08/02 13:20:15 seb Exp $
DISTNAME= gsl-1.3
CATEGORIES= math devel
@@ -11,8 +11,9 @@ COMMENT= The GNU Scientific Library
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+USE_NEW_TEXINFO= yes
+INFO_FILES= gsl-ref.info
TEST_TARGET= check
-.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/gsl/PLIST b/math/gsl/PLIST
index 1855e6403a8..793318c62dc 100644
--- a/math/gsl/PLIST
+++ b/math/gsl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2003/02/17 01:01:38 jtb Exp $
+@comment $NetBSD: PLIST,v 1.6 2003/08/02 13:20:16 seb Exp $
bin/gsl-config
bin/gsl-histogram
bin/gsl-randist
@@ -209,7 +209,6 @@ include/gsl/gsl_vector_uint.h
include/gsl/gsl_vector_ulong.h
include/gsl/gsl_vector_ushort.h
include/gsl/gsl_version.h
-@unexec /usr/bin/install-info --delete --info-dir=%D/info %D/info/gsl-ref.info
info/gsl-ref.info
info/gsl-ref.info-1
info/gsl-ref.info-10
@@ -234,7 +233,6 @@ info/gsl-ref.info-6
info/gsl-ref.info-7
info/gsl-ref.info-8
info/gsl-ref.info-9
-@exec /usr/bin/install-info --info-dir=%D/info %D/info/gsl-ref.info
lib/libgsl.a
lib/libgsl.la
lib/libgsl.so
diff --git a/math/gsl/distinfo b/math/gsl/distinfo
index 8363acfc108..12438f3bd2d 100644
--- a/math/gsl/distinfo
+++ b/math/gsl/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2003/02/17 01:01:38 jtb Exp $
+$NetBSD: distinfo,v 1.9 2003/08/02 13:20:16 seb Exp $
SHA1 (gsl-1.3.tar.gz) = ecde676adb997adbd507a7a7974bb7f6f69f9d87
Size (gsl-1.3.tar.gz) = 2052026 bytes
-SHA1 (patch-aa) = af794d95720e2192b0b860bc5c08cebf8935a23c
+SHA1 (patch-aa) = a8965df1a505aa43254025e4b03779b5896594c1
diff --git a/math/gsl/patches/patch-aa b/math/gsl/patches/patch-aa
index 6927ff8ede3..86bee3fb8dd 100644
--- a/math/gsl/patches/patch-aa
+++ b/math/gsl/patches/patch-aa
@@ -1,8 +1,29 @@
-$NetBSD: patch-aa,v 1.4 2001/07/05 18:04:51 jtb Exp $
+$NetBSD: patch-aa,v 1.5 2003/08/02 13:20:17 seb Exp $
---- configure.orig Thu Jul 5 19:03:46 2001
+--- configure.orig 2002-12-18 22:32:51.000000000 +0000
+++ configure
-@@ -6753,7 +6753,7 @@
+@@ -939,13 +939,13 @@ echo "configure:939: checking for workin
+ # Run test in a subshell; some versions of sh will print an error if
+ # an executable is not found, even if stderr is redirected.
+ # Redirect stdin to placate older versions of autoconf. Sigh.
+-if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
+- MAKEINFO=makeinfo
+- echo "$ac_t""found" 1>&6
+-else
+- MAKEINFO="$missing_dir/missing makeinfo"
+- echo "$ac_t""missing" 1>&6
+-fi
++#if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
++# MAKEINFO=makeinfo
++# echo "$ac_t""found" 1>&6
++#else
++# MAKEINFO="$missing_dir/missing makeinfo"
++# echo "$ac_t""missing" 1>&6
++#fi
+
+
+
+@@ -7652,7 +7652,7 @@ esac
# Now restore our (possibly augmented) CFLAGS.
CFLAGS="$save_cflags"
GSL_CFLAGS="-I$includedir"