From owner-svn-ports-all@FreeBSD.ORG Mon Jul 22 18:17:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E3179345; Mon, 22 Jul 2013 18:17:32 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA64C2CEB; Mon, 22 Jul 2013 18:17:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6MIHWYr067490; Mon, 22 Jul 2013 18:17:32 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6MIHWaG067487; Mon, 22 Jul 2013 18:17:32 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201307221817.r6MIHWaG067487@svn.freebsd.org> From: John Marino Date: Mon, 22 Jul 2013 18:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323491 - in head/science/hdf5: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jul 2013 18:17:33 -0000 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