Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2009 19:26:29 +0900 (JST)
From:      "Shin'ya Murakami" <murashin@gfd-dennou.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gerald@pfeifer.com
Subject:   ports/130734: [maintainer] science/dcl: use USE_FORTRAN knob
Message-ID:  <20090119.192629.127205383.murashin@gfd-dennou.org>
Resent-Message-ID: <200901191100.n0JB08lV055227@freefall.freebsd.org>

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

>Number:         130734
>Category:       ports
>Synopsis:       [maintainer] science/dcl: use USE_FORTRAN knob
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 19 11:00:08 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Shin'ya Murakami
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD qgpv 7.1-STABLE FreeBSD 7.1-STABLE #1: Mon Jan 19 09:14:27 JST 2009 murashin@qgpv:/zpool0/obj/usr/src/sys/QGPV i386

>Description:
	* use USE_FORTRAN knob.
>How-To-Repeat:
	N/A
>Fix:

--- dcl.diff begins here ---
diff -urN /usr/ports/science/dcl/Makefile dcl/Makefile
--- /usr/ports/science/dcl/Makefile	2008-09-28 04:26:28.000000000 +0900
+++ dcl/Makefile	2009-01-19 18:40:19.000000000 +0900
@@ -7,7 +7,7 @@
 
 PORTNAME=	dcl
 PORTVERSION=	5.3.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science graphics
 MASTER_SITES=	http://www.gfd-dennou.org/arch/dcl/ \
 		http://dennou-h.gfd-dennou.org/arch/dcl/ \
@@ -17,14 +17,10 @@
 COMMENT=	Scientific graphic library for geoscience
 
 USE_XORG=	x11 xext
+USE_FORTRAN=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --disable-gtk2 --disable-gtk --with-x
 
-WANT_FORTRAN=	yes #dummy but future use
-BUILD_DEPENDS+=	gfortran42:${PORTSDIR}/lang/gcc42
-FC=		gfortran42
-CONFIGURE_ENV+=	FC="${FC}" FFLAGS="${FFLAGS}"
-
 DOCFILES=	CHECK CREDITS HISTORY README README_clrmap README_gt2dlib \
 		README_itr51 README_pslib README_umfmap
 
--- dcl.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090119.192629.127205383.murashin>