From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 9 03:20:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.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 DEB01D71 for ; Fri, 9 May 2014 03:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A598F94B for ; Fri, 9 May 2014 03:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s493K0ne089947 for ; Fri, 9 May 2014 03:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s493K0Qh089945; Fri, 9 May 2014 03:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 9 May 2014 03:20:00 GMT Resent-Message-Id: <201405090320.s493K0Qh089945@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shin-ya Murakami 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 ; 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 ; 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 To: FreeBSD-gnats-submit@freebsd.org Subject: ports/189490: [update] science/netcdf-fortran: fix `make test failed` X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2014 03:20:01 -0000 >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: