svn commit: r353464 - head/science/netcdf-fortran

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 9 15:14:29 UTC 2014


Author: sunpoet
Date: Fri May  9 15:14:28 2014
New Revision: 353464
URL: http://svnweb.freebsd.org/changeset/ports/353464
QAT: https://qat.redports.org/buildarchive/r353464/

Log:
  - Fix "make test"
  - Bump PORTREVISION for package change
  
  PR:		ports/189490
  Submitted by:	Shin-ya Murakami <murashin at gfd-dennou.org>

Modified:
  head/science/netcdf-fortran/Makefile

Modified: head/science/netcdf-fortran/Makefile
==============================================================================
--- head/science/netcdf-fortran/Makefile	Fri May  9 13:31:29 2014	(r353463)
+++ head/science/netcdf-fortran/Makefile	Fri May  9 15:14:28 2014	(r353464)
@@ -3,7 +3,7 @@
 
 PORTNAME=	netcdf-fortran
 PORTVERSION=	4.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science
 MASTER_SITES=	https://github.com/Unidata/${PORTNAME}/archive/ \
 		LOCAL/sunpoet
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libnetcdf.so:${PORTSDIR}/sc
 
 CONFLICTS=	netcdf-ftn-[0-9]* netcdf3-ftn-[0-9]*
 
-CPPFLAGS+=	-I${LOCALBASE}/include -fPIC -DPIC
+CPPFLAGS+=	-I${LOCALBASE}/include -fPIC -DPIC -DgFortran
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 MAKE_ENV=	MAKEINFOFLAGS=--no-split


More information about the svn-ports-all mailing list