ports/185243: net/pvm needs USE_FORTRAN
Christoph Moench-Tegeder
cmt at burggraben.net
Sat Dec 28 17:10:01 UTC 2013
>Number: 185243
>Category: ports
>Synopsis: net/pvm needs USE_FORTRAN
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Dec 28 17:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Christoph Moench-Tegeder
>Release: FreeBSD 9.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD elch.exwg.net 9.2-RELEASE FreeBSD 9.2-RELEASE #11 r255911: Fri Sep 27 17:09:40 CEST 2013 cmt at elch.exwg.net:/usr/obj/usr/src/sys/ELCH amd64
net/pvm pvm-3.4.6_3
>Description:
pvm uses fortran for several of it's examples. Build errors in those
examples will be ignored, but installation fails because of missing
files.
>How-To-Repeat:
actually try to install net/pvm, e.g. when upgrading pvm-3.4.6_2 to
pvm-3.4.6_3
>Fix:
Re-add USE_FORTRAN to the port's Makefile:
Index: Makefile
===================================================================
--- Makefile (revision 337881)
+++ Makefile (working copy)
@@ -18,6 +18,7 @@
OPTIONS_SUB= yes
X11_USE= XORG=x11,xaw,xt
+USE_FORTRAN= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/pvm3
Regards,
Christoph
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list