svn commit: r364137 - head/science/netcdf-cxx

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 5 20:04:59 UTC 2014


Author: amdmi3
Date: Tue Aug  5 20:04:58 2014
New Revision: 364137
URL: http://svnweb.freebsd.org/changeset/ports/364137
QAT: https://qat.redports.org/buildarchive/r364137/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/science/netcdf-cxx/Makefile
  head/science/netcdf-cxx/pkg-plist

Modified: head/science/netcdf-cxx/Makefile
==============================================================================
--- head/science/netcdf-cxx/Makefile	Tue Aug  5 19:53:10 2014	(r364136)
+++ head/science/netcdf-cxx/Makefile	Tue Aug  5 20:04:58 2014	(r364137)
@@ -3,6 +3,7 @@
 
 PORTNAME=	netcdf-cxx
 PORTVERSION=	4.2.1
+PORTREVISION=	1
 CATEGORIES=	science
 MASTER_SITES=	https://github.com/Unidata/${PORTNAME}4/archive/v${PORTVERSION}.tar.gz?dummy=/ \
 		LOCAL/sunpoet
@@ -18,7 +19,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include -fPIC 
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
-USES=		pathfix
+USES=		libtool pathfix
 WRKSRC=		${WRKDIR}/${PORTNAME}4-${PORTVERSION}
 
 post-install:

Modified: head/science/netcdf-cxx/pkg-plist
==============================================================================
--- head/science/netcdf-cxx/pkg-plist	Tue Aug  5 19:53:10 2014	(r364136)
+++ head/science/netcdf-cxx/pkg-plist	Tue Aug  5 20:04:58 2014	(r364137)
@@ -27,7 +27,7 @@ include/ncVarAtt.h
 include/ncVlenType.h
 include/netcdf
 lib/libnetcdf_c++4.a
-lib/libnetcdf_c++4.la
 lib/libnetcdf_c++4.so
 lib/libnetcdf_c++4.so.1
+lib/libnetcdf_c++4.so.1.0.2
 libdata/pkgconfig/netcdf-cxx4.pc


More information about the svn-ports-all mailing list