diff options
author | marino <marino@FreeBSD.org> | 2013-07-23 02:17:31 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-07-23 02:17:31 +0800 |
commit | efeed12e7043e4fd10154fe1d224433e442e1e83 (patch) | |
tree | 8ab34b076872c1309a464db987319cbbf583d31d /science | |
parent | 858b94b34cd9756e548f95f616ce9f1eba5e9a00 (diff) | |
download | freebsd-ports-gnome-efeed12e7043e4fd10154fe1d224433e442e1e83.tar.gz freebsd-ports-gnome-efeed12e7043e4fd10154fe1d224433e442e1e83.tar.zst freebsd-ports-gnome-efeed12e7043e4fd10154fe1d224433e442e1e83.zip |
science/hdf5: Remove h5perf that is missing shared library
The h5perf program will not run because it is linked to libh5test.so.0
which is not installed. Rather than install this shared library, a patch
was added to prohibit h5perf from installing.
PR: ports/179951
Approved by: bapt (mentor), maintainer timeout (~4 weeks)
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf5/Makefile | 9 | ||||
-rw-r--r-- | science/hdf5/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | science/hdf5/pkg-plist | 1 |
3 files changed, 13 insertions, 8 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 332153bbe3a5..a06dd96c4a13 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -1,14 +1,9 @@ -# ex:ts=8 -# New ports collection makefile for: HDF5 -# Date created: Jul 7, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= hdf5 PORTVERSION= 1.6.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science archivers graphics MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/current16/src/ \ ftp://ftp.hdfgroup.org/HDF5/prev-releases/ \ diff --git a/science/hdf5/files/patch-Makefile.in b/science/hdf5/files/patch-Makefile.in new file mode 100644 index 000000000000..f2dc8dd97cf4 --- /dev/null +++ b/science/hdf5/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2009-05-01 02:23:03.000000000 +0000 ++++ Makefile.in +@@ -93,7 +93,7 @@ uninstall-all: + @$(MAKE) uninstall-doc + + install: +- @@SETX@; for d in $(SUBDIRS) perform; do \ ++ @@SETX@; for d in $(SUBDIRS); do \ + (cd $$d && $(MAKE) $@) || exit 1; \ + done + @$(MAKE) install-examples diff --git a/science/hdf5/pkg-plist b/science/hdf5/pkg-plist index 34c64cb2a741..ba8217caef46 100644 --- a/science/hdf5/pkg-plist +++ b/science/hdf5/pkg-plist @@ -9,7 +9,6 @@ bin/h5dump bin/h5import bin/h5jam bin/h5ls -bin/h5perf bin/h5redeploy bin/h5repack bin/h5repart |