Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2007 18:04:15 -0900
From:      "Beech Rintoul" <beech@alaskaparadise.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        beech@alaskaparadise.com
Subject:   ports/108365: [Maintainer Update]
Message-ID:  <1169780655.17703@stargate.alaskaparadise.com>
Resent-Message-ID: <200701260340.l0Q3eGrq003518@freefall.freebsd.org>

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

>Number:         108365
>Category:       ports
>Synopsis:       [Maintainer Update]
>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:   Fri Jan 26 03:40:15 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Beech Rintoul
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
Alaska Paradise  
>Environment:


System: FreeBSD 7.0-CURRENT #100: Thu Jan 18 20:35:58 AKST 2007
    root@stargate.alaskaparadise.com:/usr/obj/usr/src/sys/STARGATE



>Description:


Fixed depends to work with gfortran42
Bumped PORTREVISION


>How-To-Repeat:





>Fix:


diff -ruN --exclude=CVS /usr/ports/graphics/dataplot.orig/Makefile /usr/ports/graphics/dataplot/Makefile
--- /usr/ports/graphics/dataplot.orig/Makefile	Wed Jan 17 10:30:19 2007
+++ /usr/ports/graphics/dataplot/Makefile	Thu Jan 25 17:59:46 2007
@@ -7,7 +7,7 @@
 
 PORTNAME=	dataplot
 PORTVERSION=	20061219
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.nist.gov/pub/dataplot/unix/:source \
 				http://www.alaskaparadise.com/freebsd/:source \
@@ -26,7 +26,8 @@
 		jpeg:${PORTSDIR}/graphics/jpeg
 
 WANT_FORTRAN=	yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+BUILD_DEPENDS+=	gfortran42:${PORTSDIR}/lang/gcc42
+EXTRACT_DEPENDS:=	${BUILD_DEPENDS}
 FC=		gfortran42
 F77=		gfortran42
 FFLAGS+=	-fno-range-check



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



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