ports/148234: pkg_install fails for some math/octave-forge ports
Stephen Montgomery-Smith
stephen at missouri.edu
Thu Jan 13 20:50:14 UTC 2011
The following reply was made to PR ports/148234; it has been noted by GNATS.
From: Stephen Montgomery-Smith <stephen at missouri.edu>
To: bug-followup at FreeBSD.org, stephen at missouri.edu
Cc:
Subject: Re: ports/148234: pkg_install fails for some math/octave-forge ports
Date: Thu, 13 Jan 2011 14:43:32 -0600
This is a multi-part message in MIME format.
--------------050201090701070700050607
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Here is the patch done properly.
As I said, it is necessary for gmake to be a RUNS_DEPENDS for the
octave-forge ports. Without this, the packages will not install correctly.
--------------050201090701070700050607
Content-Type: text/plain;
name="ddd"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="ddd"
diff -ur Mk-orig/bsd.octave.mk Mk/bsd.octave.mk
--- Mk-orig/bsd.octave.mk 2011-01-13 13:43:11.000000000 -0600
+++ Mk/bsd.octave.mk 2011-01-13 13:45:23.000000000 -0600
@@ -17,7 +17,8 @@
bsd_octave_mk_MAINTAINER= stephen at missouri.edu
BUILD_DEPENDS+= octave:${PORTSDIR}/math/octave
-RUN_DEPENDS+= octave:${PORTSDIR}/math/octave
+RUN_DEPENDS+= octave:${PORTSDIR}/math/octave \
+ gmake:${PORTSDIR}/devel/gmake
RUN_DEPENDS+= ${LOCALBASE}/share/octave/tarballs:${PORTSDIR}/math/octave-forge-base
LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre
USE_FORTRAN= yes
--------------050201090701070700050607--
More information about the freebsd-ports-bugs
mailing list