From owner-svn-ports-head@FreeBSD.ORG Tue Feb 18 08:50:53 2014 Return-Path: Delivered-To: svn-ports-head@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 504A0BA9; Tue, 18 Feb 2014 08:50:53 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D37B1BEE; Tue, 18 Feb 2014 08:50:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1I8orY1028070; Tue, 18 Feb 2014 08:50:53 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1I8oraK028068; Tue, 18 Feb 2014 08:50:53 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201402180850.s1I8oraK028068@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 18 Feb 2014 08:50:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344845 - head/french/med X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 08:50:53 -0000 Author: gahr Date: Tue Feb 18 08:50:52 2014 New Revision: 344845 URL: http://svnweb.freebsd.org/changeset/ports/344845 QAT: https://qat.redports.org/buildarchive/r344845/ Log: - Convert to USES=tk - Convert to new LIB_DEPENDS format - STAGE-clean Modified: head/french/med/Makefile Modified: head/french/med/Makefile ============================================================================== --- head/french/med/Makefile Tue Feb 18 08:49:24 2014 (r344844) +++ head/french/med/Makefile Tue Feb 18 08:50:52 2014 (r344845) @@ -11,12 +11,11 @@ COMMENT= Modelisation et Echanges de Don LICENSE= GPLv3 -LIB_DEPENDS= hdf5.7:${PORTSDIR}/science/hdf5-18 +LIB_DEPENDS= libhdf5.so.7:${PORTSDIR}/science/hdf5-18 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= fortran gmake -USE_TK= yes +USES= fortran gmake tk FFLAGS+= -O2 CONFIGURE_ENV= HDF5HOME=${LOCALBASE} \ @@ -36,7 +35,6 @@ TST2FIX= c f PORTDOCS= * PORTEXAMPLES= * -NO_STAGE= yes pre-configure: .for ext in am in . if defined(NOPORTDOCS)