svn commit: r361262 - head/science/fvm

Tijl Coosemans tijl at FreeBSD.org
Tue Jul 8 16:09:30 UTC 2014


Author: tijl
Date: Tue Jul  8 16:09:29 2014
New Revision: 361262
URL: http://svnweb.freebsd.org/changeset/ports/361262
QAT: https://qat.redports.org/buildarchive/r361262/

Log:
  Strip libraries and remove reference to PTHREAD_LIBS

Modified:
  head/science/fvm/Makefile

Modified: head/science/fvm/Makefile
==============================================================================
--- head/science/fvm/Makefile	Tue Jul  8 15:57:18 2014	(r361261)
+++ head/science/fvm/Makefile	Tue Jul  8 16:09:29 2014	(r361262)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fvm
 PORTVERSION=	0.15.3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	science parallel
 MASTER_SITES=	http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//g}
@@ -27,7 +27,7 @@ CONFIGURE_ARGS=	--with-bft=${LOCALBASE}	
 		--with-hdf5=${LOCALBASE}	\
 		--with-cgns=${LOCALBASE}	\
 		--with-med=${LOCALBASE}
-CONFIGURE_ENV=	PTHREAD_LIBS=${PTHREAD_LIBS}
+INSTALL_TARGET=	install-strip
 
 .if defined(WITH_LAM)
 BUILD_DEPENDS+=	${LOCALBASE}/lib/liblam.a:${PORTSDIR}/net/lam


More information about the svn-ports-head mailing list