From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 25 21:30:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D29721065680 for ; Sat, 25 Oct 2008 21:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AAA2A8FC26 for ; Sat, 25 Oct 2008 21:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9PLU5gd004745 for ; Sat, 25 Oct 2008 21:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9PLU5cx004742; Sat, 25 Oct 2008 21:30:05 GMT (envelope-from gnats) Resent-Date: Sat, 25 Oct 2008 21:30:05 GMT Resent-Message-Id: <200810252130.m9PLU5cx004742@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 735F21065679 for ; Sat, 25 Oct 2008 21:21:13 +0000 (UTC) (envelope-from stephen@cauchy.math.missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 2AF598FC17 for ; Sat, 25 Oct 2008 21:21:13 +0000 (UTC) (envelope-from stephen@cauchy.math.missouri.edu) Received: from cauchy.math.missouri.edu (localhost [127.0.0.1]) by cauchy.math.missouri.edu (8.14.3/8.14.3) with ESMTP id m9PLKktR022060 for ; Sat, 25 Oct 2008 16:20:46 -0500 (CDT) (envelope-from stephen@cauchy.math.missouri.edu) Received: (from stephen@localhost) by cauchy.math.missouri.edu (8.14.3/8.14.3/Submit) id m9PLKk7f022059; Sat, 25 Oct 2008 16:20:46 -0500 (CDT) (envelope-from stephen) Message-Id: <200810252120.m9PLKk7f022059@cauchy.math.missouri.edu> Date: Sat, 25 Oct 2008 16:20:46 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/128378: math/octave-forge-fpl needs to bring in opendx as dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2008 21:30:05 -0000 >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 - -.if ${ARCH} != "amd64" && ${ARCH} != "sparc64" RUN_DEPENDS+= dx:${PORTSDIR}/graphics/opendx -.endif +.include .include "${PORTSDIR}/Mk/bsd.octave.mk" .include >Release-Note: >Audit-Trail: >Unformatted: