From murashin@gfd-dennou.org  Fri May  9 03:18:54 2014
Return-Path: <murashin@gfd-dennou.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 19742D51
	for <freebsd-gnats-submit@freebsd.org>; Fri,  9 May 2014 03:18:54 +0000 (UTC)
Received: from dennou-k.gfd-dennou.org (studenno.kugi.kyoto-u.ac.jp [130.54.59.159])
	by mx1.freebsd.org (Postfix) with SMTP id 88CFB945
	for <freebsd-gnats-submit@freebsd.org>; Fri,  9 May 2014 03:18:52 +0000 (UTC)
Received: (qmail 32171 invoked by uid 0); 9 May 2014 12:18:51 +0900
Received: from unknown (HELO localhost) (125.4.234.249)
	by studenno.kugi.kyoto-u.ac.jp with (AES256-SHA encrypted) SMTP; Fri, 09 May 2014 12:18:50 +0900
Message-Id: <20140509.121823.436800978.murashin@gfd-dennou.org>
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: [update] science/netcdf-fortran: fix `make test failed`

>Number:         189490
>Category:       ports
>Synopsis:       [update] science/netcdf-fortran: fix `make test failed`
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 09 03:20:00 UTC 2014
>Closed-Date:    Fri May 09 15:14:45 UTC 2014
>Last-Modified:  Fri May  9 15:20:03 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri May 9 03:20:05 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189490 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Fri May 9 15:14:44 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189490 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189490: commit references a PR
Date: Fri,  9 May 2014 15:14:33 +0000 (UTC)

 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@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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
