Date: Mon, 10 Mar 2014 14:26:59 +0200 (EET) From: Johannes Jost Meixner <xmj@chaot.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/187416: [PATCH] science/py-netCDF4: new LIB_DEPENDS format Message-ID: <6182713105100532498.enqueue@mx12.chaot.net> Resent-Message-ID: <201403101230.s2ACU2tb071326@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 187416 >Category: ports >Synopsis: [PATCH] science/py-netCDF4: new LIB_DEPENDS format >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 10 12:30:02 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 11.0-CURRENT amd64 >Organization: Goldener Grund OUe >Environment: System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #0: Sun Mar 9 17:01:41 EET >Description: - explicitly change LIB_DEPENDS to new format; required for ports/187377 compatibility portlint: looks fine port test: ok testport: ok redports: https://redports.org/buildarchive/20140310121414-54965/ Generated with FreeBSD Port Tools 1.00.2014.03.09 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py-netCDF4-1.0.5.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 347748) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= netCDF4 PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= GOOGLE_CODE PROJECTHOST= netcdf4-python @@ -15,8 +15,8 @@ LICENSE= MIT BUILD_DEPENDS= ${PYNUMPY} -LIB_DEPENDS= hdf5:${PORTSDIR}/science/hdf5-18 \ - netcdf:${PORTSDIR}/science/netcdf4 +LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5-18 \ + libnetcdf.so:${PORTSDIR}/science/netcdf4 RUN_DEPENDS= ${PYNUMPY} OPTIONS_DEFINE= DOCS EXAMPLES --- py-netCDF4-1.0.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6182713105100532498.enqueue>