From owner-svn-ports-head@freebsd.org Sat Apr 23 06:46:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC86DB182B0; Sat, 23 Apr 2016 06:46:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 8D1162000; Sat, 23 Apr 2016 06:46:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3N6kpOT052344; Sat, 23 Apr 2016 06:46:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3N6kpMc052343; Sat, 23 Apr 2016 06:46:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604230646.u3N6kpMc052343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 Apr 2016 06:46:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413811 - head/science/cdo 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.21 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: Sat, 23 Apr 2016 06:46:52 -0000 Author: sunpoet Date: Sat Apr 23 06:46:51 2016 New Revision: 413811 URL: https://svnweb.freebsd.org/changeset/ports/413811 Log: - Use USES=localbase - Remove unnecessary REINPLACE_CMD Modified: head/science/cdo/Makefile Modified: head/science/cdo/Makefile ============================================================================== --- head/science/cdo/Makefile Sat Apr 23 06:46:47 2016 (r413810) +++ head/science/cdo/Makefile Sat Apr 23 06:46:51 2016 (r413811) @@ -36,28 +36,21 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes -USES= gmake libtool pathfix +USES= gmake libtool localbase pathfix -CGRIBEX_CONFIGURE_OFF= --without-cgribex -CGRIBEX_CONFIGURE_ON= --with-cgribex=${LOCALBASE} +CGRIBEX_CONFIGURE_WITH= cgribex CGRIBEX_LIB_DEPENDS= libcgribex.so:science/cgribex -HDF5_CONFIGURE_OFF= --without-hdf5 -HDF5_CONFIGURE_ON= --with-hdf5=${LOCALBASE} +HDF5_CONFIGURE_WITH= hdf5 HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 -JASPER_CONFIGURE_OFF= --without-jasper -JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE} +JASPER_CONFIGURE_WITH= jasper JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper -NETCDF_CONFIGURE_OFF= --without-netcdf -NETCDF_CONFIGURE_ON= --with-netcdf=${LOCALBASE} +NETCDF_CONFIGURE_WITH= netcdf NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf -PROJ_CONFIGURE_OFF= --without-proj -PROJ_CONFIGURE_ON= --with-proj=${LOCALBASE} +PROJ_CONFIGURE_WITH= proj PROJ_LIB_DEPENDS= libproj.so:graphics/proj -SZIP_CONFIGURE_OFF= --without-szlib -SZIP_CONFIGURE_ON= --with-szlib=${LOCALBASE} +SZIP_CONFIGURE_WITH= szlib SZIP_LIB_DEPENDS= libsz.so:science/szip -UDUNITS_CONFIGURE_OFF= --without-udunits2 -UDUNITS_CONFIGURE_ON= --with-udunits2=${LOCALBASE} +UDUNITS_CONFIGURE_WITH= udunits2 UDUNITS_LIB_DEPENDS= libudunits2.so:science/udunits .include