Date: Mon, 22 Jul 2013 18:17:32 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323491 - in head/science/hdf5: . files Message-ID: <201307221817.r6MIHWaG067487@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Jul 22 18:17:31 2013 New Revision: 323491 URL: http://svnweb.freebsd.org/changeset/ports/323491 Log: 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) Added: head/science/hdf5/files/patch-Makefile.in (contents, props changed) Modified: head/science/hdf5/Makefile head/science/hdf5/pkg-plist Modified: head/science/hdf5/Makefile ============================================================================== --- head/science/hdf5/Makefile Mon Jul 22 18:15:40 2013 (r323490) +++ head/science/hdf5/Makefile Mon Jul 22 18:17:31 2013 (r323491) @@ -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/ \ Added: head/science/hdf5/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/hdf5/files/patch-Makefile.in Mon Jul 22 18:17:31 2013 (r323491) @@ -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 Modified: head/science/hdf5/pkg-plist ============================================================================== --- head/science/hdf5/pkg-plist Mon Jul 22 18:15:40 2013 (r323490) +++ head/science/hdf5/pkg-plist Mon Jul 22 18:17:31 2013 (r323491) @@ -9,7 +9,6 @@ bin/h5dump bin/h5import bin/h5jam bin/h5ls -bin/h5perf bin/h5redeploy bin/h5repack bin/h5repart
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307221817.r6MIHWaG067487>