Date: Sat, 31 Aug 2019 17:11:47 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510403 - head/science/netcdf-cxx Message-ID: <201908311711.x7VHBlS5035040@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 31 17:11:46 2019 New Revision: 510403 URL: https://svnweb.freebsd.org/changeset/ports/510403 Log: Remove CONFLICTS: it is over 5 years ago - Use INSTALL_TARGET=install-strip Modified: head/science/netcdf-cxx/Makefile Modified: head/science/netcdf-cxx/Makefile ============================================================================== --- head/science/netcdf-cxx/Makefile Sat Aug 31 17:11:41 2019 (r510402) +++ head/science/netcdf-cxx/Makefile Sat Aug 31 17:11:46 2019 (r510403) @@ -20,15 +20,12 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se LIB_DEPENDS= libnetcdf.so:science/netcdf -CONFLICTS= netcdf-3.* netcdf-4.[0-2].* +USES= libtool localbase pathfix CPPFLAGS+= -fPIC -DPIC GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes -USES= libtool localbase pathfix - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnetcdf_c++4.so.1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908311711.x7VHBlS5035040>