ports/114281: [maintainer] science/dcl: use gfortran and update to 5.3.3

Shin'ya Murakami murakami at ahs.scitec.kobe-u.ac.jp
Wed Jul 4 08:40:26 UTC 2007


>Number:         114281
>Category:       ports
>Synopsis:       [maintainer] science/dcl: use gfortran and update to 5.3.3
>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:   Wed Jul 04 08:40:25 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Shin'ya Murakami
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD lune.ahs.scitec.kobe-u.ac.jp 7.0-CURRENT FreeBSD 7.0-CURRENT #4: Fri Apr 20 15:50:48 JST 2007 murashin at lune.ahs.scitec.kobe-u.ac.jp:/usr/obj/usr/src/sys/LUNE i386

>Description:
	change to use gfortran and update to 5.3.3.
>How-To-Repeat:
	N/A
>Fix:

--- dcl.diff begins here ---
diff -urN /usr/ports/science/dcl/Makefile dcl/Makefile
--- /usr/ports/science/dcl/Makefile	Sun May 20 18:53:28 2007
+++ dcl/Makefile	Wed Jul  4 16:27:24 2007
@@ -2,21 +2,24 @@
 # Date created:		30 January 2005
 # Whom:			Shin'ya Murakami <murakami at ahs.scitec.kobe-u.ac.jp>
 #
-# $FreeBSD: ports/science/dcl/Makefile,v 1.5 2007/05/19 20:22:03 flz Exp $
+# $FreeBSD: ports/science/dcl/Makefile,v 1.4 2006/10/31 02:18:58 alepulver Exp $
 #
 
 PORTNAME=	dcl
-PORTVERSION=	5.3.2
-PORTREVISION=	1
+PORTVERSION=	5.3.3
 CATEGORIES=	science graphics
 MASTER_SITES=	http://www.gfd-dennou.org/arch/dcl/
 
 MAINTAINER=	murakami at ahs.scitec.kobe-u.ac.jp
 COMMENT=	Scientific graphic library for geoscience
 
-USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} --exec-prefix=${PREFIX} --libdir=${PREFIX}/lib/${PORTNAME}-${PORTVERSION}  --disable-gtk2 --disable-gtk --with-x
+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
diff -urN /usr/ports/science/dcl/distinfo dcl/distinfo
--- /usr/ports/science/dcl/distinfo	Wed Nov  1 08:57:42 2006
+++ dcl/distinfo	Tue Jul  3 22:32:16 2007
@@ -1,3 +1,3 @@
-MD5 (dcl-5.3.2.tar.gz) = 1617fd5ba8681cb7585dcd03378a45cc
-SHA256 (dcl-5.3.2.tar.gz) = 2d3d92f54b23e9f02b8fd36669fa98bc41753c9a0629d4be08ca111ae4579a49
-SIZE (dcl-5.3.2.tar.gz) = 856024
+MD5 (dcl-5.3.3.tar.gz) = 4b6af2b59215a877472975de3571b242
+SHA256 (dcl-5.3.3.tar.gz) = 39ea30769a01bb900d867544b13d999308d16dab78f374519b8f4082f5a18169
+SIZE (dcl-5.3.3.tar.gz) = 856114
diff -urN /usr/ports/science/dcl/pkg-plist dcl/pkg-plist
--- /usr/ports/science/dcl/pkg-plist	Wed Nov  1 08:57:42 2006
+++ dcl/pkg-plist	Wed Jul  4 16:25:09 2007
@@ -2,7 +2,7 @@
 bin/dclclr
 bin/dclcmap
 bin/dclconfig
-bin/dclconfig532
+bin/dclconfig533
 bin/dcldate
 bin/dcldbs
 bin/dclexec
@@ -48,12 +48,13 @@
 lib/dcldbase/colormap_11.x11
 lib/dcldbase/colormap_12.x11
 lib/dcldbase/colormap_13.x11
+lib/dcldbase/colormap_14.x11
 lib/dcldbase/font1u
 lib/dcldbase/font2u
 lib/dcldbase/plate_world
 lib/dcldbase/pref_japan
 lib/dcldbase/state_usa
-lib/libf77dcl532.a
+lib/libf77dcl533.a
 %%PORTDOCS%%%%DOCSDIR%%/CHECK
 %%PORTDOCS%%%%DOCSDIR%%/CREDITS
 %%PORTDOCS%%%%DOCSDIR%%/HISTORY
--- dcl.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list