pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/gsl correct the name of some included header file...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9ac72b498e19
branches: trunk
changeset: 461329:9ac72b498e19
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Sun Sep 14 14:53:06 2003 +0000
description:
correct the name of some included header files. This lets the CGS and MKS
units work correctly now. Bump pkgrevision.
diffstat:
math/gsl/Makefile | 3 ++-
math/gsl/distinfo | 3 ++-
math/gsl/patches/patch-ab | 14 ++++++++++++++
3 files changed, 18 insertions(+), 2 deletions(-)
diffs (41 lines):
diff -r 6197a9ee8a34 -r 9ac72b498e19 math/gsl/Makefile
--- a/math/gsl/Makefile Sun Sep 14 14:41:23 2003 +0000
+++ b/math/gsl/Makefile Sun Sep 14 14:53:06 2003 +0000
@@ -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 -r 6197a9ee8a34 -r 9ac72b498e19 math/gsl/distinfo
--- a/math/gsl/distinfo Sun Sep 14 14:41:23 2003 +0000
+++ b/math/gsl/distinfo Sun Sep 14 14:53:06 2003 +0000
@@ -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 -r 6197a9ee8a34 -r 9ac72b498e19 math/gsl/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/gsl/patches/patch-ab Sun Sep 14 14:53:06 2003 +0000
@@ -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__ */
Home |
Main Index |
Thread Index |
Old Index