Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2014 21:56:17 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361135 - head/science/silo
Message-ID:  <201407072156.s67LuH1g028663@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407072156.s67LuH1g028663>