Date: Sat, 25 Oct 2008 16:20:46 -0500 (CDT) From: Stephen Montgomery-Smith <stephen@math.missouri.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/128378: math/octave-forge-fpl needs to bring in opendx as dependency Message-ID: <200810252120.m9PLKk7f022059@cauchy.math.missouri.edu> Resent-Message-ID: <200810252130.m9PLU5cx004742@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128378 >Category: ports >Synopsis: math/octave-forge-fpl needs to bring in opendx as dependency >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: Sat Oct 25 21:30:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: >Environment: FreeBSD laptop3.gateway.2wire.net 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sat Oct 11 19:31:46 CDT 2008 stephen@laptop3.gateway.2wire.net:/usr/obj/usr/src/sys/LAPTOP3 amd64 >Description: The math/octave-forge-fpl currently doesn't bring in the run-dependency graphics/opendx with the amd64 architecture. This was because opendx did not build. But it does now, and so this needs to be corrected. >How-To-Repeat: >Fix: diff -ur ../ports/math/octave-forge/Makefile math/octave-forge/Makefile --- ../ports/math/octave-forge/Makefile 2008-09-25 16:54:55.000000000 -0500 +++ math/octave-forge/Makefile 2008-10-25 16:13:01.000000000 -0500 @@ -21,8 +21,6 @@ # work on these, I would appreciate it. # * vrml builds, but is non functional, as it depends on freewrl, which is # not yet available on FreeBSD. -# * fpl builds, but will not function on amd64 or sparc64, as it depends on -# opendx, which does not build on those architectures. OPTIONS= \ ANN "Install package: ann" On \ diff -ur ../ports/math/octave-forge-fpl/Makefile math/octave-forge-fpl/Makefile --- ../ports/math/octave-forge-fpl/Makefile 2008-09-09 01:42:47.000000000 -0500 +++ math/octave-forge-fpl/Makefile 2008-10-25 16:12:29.000000000 -0500 @@ -12,11 +12,8 @@ MAINTAINER= stephen@math.missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -.include <bsd.port.pre.mk> - -.if ${ARCH} != "amd64" && ${ARCH} != "sparc64" RUN_DEPENDS+= dx:${PORTSDIR}/graphics/opendx -.endif +.include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" .include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810252120.m9PLKk7f022059>