diff options
-rw-r--r-- | devel/hdf5/Makefile | 6 | ||||
-rw-r--r-- | devel/hdf5/files/patch-sum | 7 | ||||
-rw-r--r-- | devel/hdf5/patches/patch-aa | 13 |
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 |