Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 May 2014 12:18:23 +0900 (JST)
From:      Shin-ya Murakami <murashin@gfd-dennou.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/189490: [update] science/netcdf-fortran: fix `make test failed`
Message-ID:  <20140509.121823.436800978.murashin@gfd-dennou.org>
Resent-Message-ID: <201405090320.s493K0Qh089945@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189490
>Category:       ports
>Synopsis:       [update] science/netcdf-fortran: fix `make test failed`
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 09 03:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Shin-ya Murakami
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
GFD-Dennou Club
>Environment:
System: FreeBSD phase 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r265473: Wed May 7 12:59:56 JST 2014 murashin@phase:/usr/obj/usr/src/sys/PHASE amd64

>Description:
	- fix `make test failed`
>How-To-Repeat:
	make install test
>Fix:

--- netcdf-fortran.patch begins here ---
diff -urN /usr/ports/science/netcdf-fortran/Makefile netcdf-fortran/Makefile
--- /usr/ports/science/netcdf-fortran/Makefile	2014-05-09 12:13:48.733441835 +0900
+++ netcdf-fortran/Makefile	2014-05-09 12:14:06.001433576 +0900
@@ -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 @@
 
 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
--- netcdf-fortran.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?20140509.121823.436800978.murashin>