Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2014 16:09:30 +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: r361262 - head/science/fvm
Message-ID:  <201407081609.s68G9UJK051503@svn.freebsd.org>

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



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