summaryrefslogtreecommitdiff
path: root/devel/hdf5
diff options
context:
space:
mode:
authorjtb <jtb>2001-03-04 18:05:23 +0000
committerjtb <jtb>2001-03-04 18:05:23 +0000
commit71898c62b487f53a3345439827e0a51517fc95bf (patch)
treeb48363e0cb8c66f9a1f637fc4d28df1e0e30ef74 /devel/hdf5
parentcbecdda0d1d0044c1c47880e67c359f6783b01c9 (diff)
downloadpkgsrc-71898c62b487f53a3345439827e0a51517fc95bf.tar.gz
Fix the ${MASTER_SITES} for the new distfile. Fixes i386 bulk build
problem. Also, patch configure script to not add "-ansi -pedantic" to CFLAGS. It seems pointless to use the "-ansi" warning when so many warnings about ANSI C not supporting "long long", etc., appear.
Diffstat (limited to 'devel/hdf5')
-rw-r--r--devel/hdf5/Makefile6
-rw-r--r--devel/hdf5/files/patch-sum7
-rw-r--r--devel/hdf5/patches/patch-aa13
3 files changed, 18 insertions, 8 deletions
diff --git a/devel/hdf5/Makefile b/devel/hdf5/Makefile
index ac10229fee9..9ee597dfa51 100644
--- a/devel/hdf5/Makefile
+++ b/devel/hdf5/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2001/03/01 19:10:22 jtb Exp $
+# $NetBSD: Makefile,v 1.7 2001/03/04 18:05:23 jtb Exp $
DISTNAME= hdf5-1.4.0
CATEGORIES= devel
-MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/HDF5/hdf5-1.2.2/src/ \
- ftp://sunsite.doc.ic.ac.uk/packages/HDF5/hdf5-1.2.2/src/
+MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/HDF5/hdf5-1.4.0/src/ \
+ ftp://sunsite.doc.ic.ac.uk/packages/HDF/HDF5/hdf5-1.4.0/src/
MAINTAINER= jtb@netbsd.org
HOMEPAGE= http://hdf.ncsa.uiuc.edu/HDF5/
diff --git a/devel/hdf5/files/patch-sum b/devel/hdf5/files/patch-sum
index 2e1aeed7292..a0b3d42f15c 100644
--- a/devel/hdf5/files/patch-sum
+++ b/devel/hdf5/files/patch-sum
@@ -1,6 +1,3 @@
-$NetBSD: patch-sum,v 1.2 2001/02/25 00:05:40 jtb Exp $
+$NetBSD: patch-sum,v 1.3 2001/03/04 18:05:23 jtb Exp $
-This placeholder file is generated by the ``makepatchsum'' target
-whenever the patches directory is empty or missing. Its purpose
-is to ensure that the presence of any obsolete patches will cause
-the proper error to be emitted at build time.
+MD5 (patch-aa) = 963e1929ca84a817da7598dce82917f3
diff --git a/devel/hdf5/patches/patch-aa b/devel/hdf5/patches/patch-aa
new file mode 100644
index 00000000000..38420e279c3
--- /dev/null
+++ b/devel/hdf5/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2001/03/04 18:05:24 jtb Exp $
+
+--- configure.orig Sun Mar 4 17:58:18 2001
++++ configure
+@@ -1797,7 +1797,7 @@
+ rm maketest
+
+ if test "X$GCC" = "Xyes"; then
+- CFLAGS="$CFLAGS -ansi -pedantic -Wchar-subscripts -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline"
++ CFLAGS="$CFLAGS -Wchar-subscripts -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline"
+ fi
+
+ echo $ac_n "checking for production mode""... $ac_c" 1>&6