Date: Thu, 13 Jan 2011 20:50:13 GMT From: Stephen Montgomery-Smith <stephen@missouri.edu> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/148234: pkg_install fails for some math/octave-forge ports Message-ID: <201101132050.p0DKoDHV084985@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/148234; it has been noted by GNATS. From: Stephen Montgomery-Smith <stephen@missouri.edu> To: bug-followup@FreeBSD.org, stephen@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@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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101132050.p0DKoDHV084985>