summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-09-14 14:53:06 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-09-14 14:53:06 +0000
commit07d1b3f65bcaec0b83e28fa316d419e895c48861 (patch)
tree5d85583cde545a3c50b70ca92a5e98e45f459384 /math
parente40162e638e760579948dfbeb92bbb0090eb8824 (diff)
downloadpkgsrc-07d1b3f65bcaec0b83e28fa316d419e895c48861.tar.gz
correct the name of some included header files. This lets the CGS and MKS
units work correctly now. Bump pkgrevision.
Diffstat (limited to 'math')
-rw-r--r--math/gsl/Makefile3
-rw-r--r--math/gsl/distinfo3
-rw-r--r--math/gsl/patches/patch-ab14
3 files changed, 18 insertions, 2 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile
index 90351a3a56b..d13ccfc4668 100644
--- a/math/gsl/Makefile
+++ b/math/gsl/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2003/08/30 21:50:59 jtb Exp $
+# $NetBSD: Makefile,v 1.15 2003/09/14 14:53:06 dmcmahill Exp $
DISTNAME= gsl-1.4
+PKGREVISION= 1
CATEGORIES= math devel
MASTER_SITES= ${MASTER_SITE_GNU:=gsl/}
diff --git a/math/gsl/distinfo b/math/gsl/distinfo
index b225306b6e9..0f62f29beee 100644
--- a/math/gsl/distinfo
+++ b/math/gsl/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.10 2003/08/30 21:51:00 jtb Exp $
+$NetBSD: distinfo,v 1.11 2003/09/14 14:53:06 dmcmahill Exp $
SHA1 (gsl-1.4.tar.gz) = 72de214bc3e2466f196aa98d698002faceb7132c
Size (gsl-1.4.tar.gz) = 2211031 bytes
SHA1 (patch-aa) = 56b2b86411ff0f026525d7ec50d582db5a9b37bf
+SHA1 (patch-ab) = aa166d7d43b5dfb115403b66c13b4630a878a1c8
diff --git a/math/gsl/patches/patch-ab b/math/gsl/patches/patch-ab
new file mode 100644
index 00000000000..4ebb90b6df9
--- /dev/null
+++ b/math/gsl/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.3 2003/09/14 14:53:07 dmcmahill Exp $
+
+--- const/gsl_const.h.orig Fri Jul 25 15:18:18 2003
++++ const/gsl_const.h
+@@ -21,7 +21,7 @@
+ #define __GSL_CONST__
+
+ #include <gsl/gsl_const_num.h>
+-#include <gsl/gsl_const_cgs.h>
+-#include <gsl/gsl_const_mks.h>
++#include <gsl/gsl_const_cgsm.h>
++#include <gsl/gsl_const_mksa.h>
+
+ #endif /* __GSL_CONST__ */