From owner-svn-ports-all@FreeBSD.ORG Mon Jul 7 21:56:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64CAAA1E; Mon, 7 Jul 2014 21:56:18 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51FAE2565; Mon, 7 Jul 2014 21:56:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s67LuIIA028666; Mon, 7 Jul 2014 21:56:18 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s67LuH1g028663; Mon, 7 Jul 2014 21:56:17 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407072156.s67LuH1g028663@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 7 Jul 2014 21:56:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361135 - head/science/silo 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.18 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, 07 Jul 2014 21:56:18 -0000 Author: tijl Date: Mon Jul 7 21:56:17 2014 New Revision: 361135 URL: http://svnweb.freebsd.org/changeset/ports/361135 QAT: https://qat.redports.org/buildarchive/r361135/ Log: - Add USES=libtool - Add INSTALL_TARGET=install-strip Modified: head/science/silo/Makefile head/science/silo/pkg-plist Modified: head/science/silo/Makefile ============================================================================== --- head/science/silo/Makefile Mon Jul 7 21:35:34 2014 (r361134) +++ head/science/silo/Makefile Mon Jul 7 21:56:17 2014 (r361135) @@ -4,7 +4,7 @@ PORTNAME= silo PORTVERSION= 4.9.1 DISTVERSIONSUFFIX= -bsd -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= https://wci.llnl.gov/codes/${PORTNAME}/silo-${PORTVERSION}/ @@ -21,9 +21,10 @@ OPTIONS_DEFAULT= QT4 OPTIONS_SUB= yes -USES= gmake readline GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --disable-static +INSTALL_TARGET= install-strip +USES= gmake libtool readline USE_LDCONFIG= yes FORTRAN_CONFIGURE_ENABLE= fortran Modified: head/science/silo/pkg-plist ============================================================================== --- head/science/silo/pkg-plist Mon Jul 7 21:35:34 2014 (r361134) +++ head/science/silo/pkg-plist Mon Jul 7 21:56:17 2014 (r361135) @@ -7,8 +7,7 @@ include/ioperf.h include/pmpio.h include/silo.h include/silo.inc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/Silo.la %%PYTHON%%%%PYTHON_SITELIBDIR%%/Silo.so -lib/libsilo%%SUFX_HDF5%%.la lib/libsilo%%SUFX_HDF5%%.so lib/libsilo%%SUFX_HDF5%%.so.0 +lib/libsilo%%SUFX_HDF5%%.so.0.0.0