Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 2009 17:22:07 -0600 (CST)
From:      Stephen Montgomery-Smith <stephen@math.missouri.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/130397: bsd.octave.mk calls in gfortran as RUN_DEPENDS
Message-ID:  <200901112322.n0BNM7Qp062885@cauchy.math.missouri.edu>
Resent-Message-ID: <200901112330.n0BNU4Pu017455@freefall.freebsd.org>

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

>Number:         130397
>Category:       ports
>Synopsis:       bsd.octave.mk calls in gfortran as RUN_DEPENDS
>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:   Sun Jan 11 23:30:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD cauchy 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Wed Dec 24 14:55:19 CST 2008 stephen@cauchy:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

bsd.octave.mk had a hack in it to bring in gfortran as a RUN_DEPENDS.  But now,
USE_FORTRAN seems to do this automatically.

	
>How-To-Repeat:
	
>Fix:

--- bsd.octave.mk-old	2009-01-11 16:29:26.000000000 -0600
+++ bsd.octave.mk	2009-01-11 16:29:52.000000000 -0600
@@ -19,8 +19,6 @@
 RUN_DEPENDS+=	${LOCALBASE}/share/octave/tarballs:${PORTSDIR}/math/octave-forge-base
 LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre
 USE_FORTRAN=	yes
-# hack to get fortran installed with octave
-RUN_DEPENDS+=	${BUILD_DEPENDS:M*fortran*} ${BUILD_DEPENDS:M*f77*} ${BUILD_DEPENDS:M*g77*}
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes


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



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