From owner-svn-ports-head@FreeBSD.ORG Fri Mar 28 12:52:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F14394; Fri, 28 Mar 2014 12:52:00 +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 7C2E394B; Fri, 28 Mar 2014 12:52:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SCq0US073608; Fri, 28 Mar 2014 12:52:00 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2SCq0XS073606; Fri, 28 Mar 2014 12:52:00 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201403281252.s2SCq0XS073606@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 28 Mar 2014 12:52:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349414 - head/science/hdf5-18 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: Fri, 28 Mar 2014 12:52:00 -0000 Author: amdmi3 Date: Fri Mar 28 12:52:00 2014 New Revision: 349414 URL: http://svnweb.freebsd.org/changeset/ports/349414 QAT: https://qat.redports.org/buildarchive/r349414/ Log: - USE_BZIP2 -> USES=tar:bzip2 - Use new LIB_DEPENDS syntax Approved by: portmgr (blanket) Modified: head/science/hdf5-18/Makefile Modified: head/science/hdf5-18/Makefile ============================================================================== --- head/science/hdf5-18/Makefile Fri Mar 28 12:25:16 2014 (r349413) +++ head/science/hdf5-18/Makefile Fri Mar 28 12:52:00 2014 (r349414) @@ -19,8 +19,7 @@ OPTIONS_DEFINE= DEBUG EXAMPLES FORTRAN S CONFLICTS_INSTALL= hdf-4.[0-9]* hdf5-1.6.[0-9]* -USES= libtool -USE_BZIP2= yes +USES= libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-cxx \ @@ -45,7 +44,7 @@ PLIST_SUB+= FORTRAN="@comment " .endif .if ${PORT_OPTIONS:MSZIP} -LIB_DEPENDS+= sz:${PORTSDIR}/science/szip +LIB_DEPENDS+= libsz.so:${PORTSDIR}/science/szip CONFIGURE_ARGS+=--with-szlib=${LOCALBASE} .endif