Update to 2.9.12.
This commit is contained in:
parent
1cabc15bd2
commit
5dc74bcd3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194361
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= octave
|
||||
PORTVERSION= 2.9.9
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.9.12
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \
|
||||
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/\
|
||||
@ -18,8 +17,9 @@ MAINTAINER= maho@FreeBSD.org
|
||||
COMMENT= Developer's version of math/octave
|
||||
|
||||
BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot \
|
||||
gperf:${PORTSDIR}/devel/gperf \
|
||||
${LOCALBASE}/lib/libglpk.a:${PORTSDIR}/math/glpk
|
||||
${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
|
||||
${LOCALBASE}/lib/libglpk.a:${PORTSDIR}/math/glpk \
|
||||
gsed:${PORTSDIR}/textproc/gsed
|
||||
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
|
||||
LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \
|
||||
hdf5:${PORTSDIR}/science/hdf5 \
|
||||
@ -91,7 +91,7 @@ SUB_FILES= octave
|
||||
SUB_LIST= OCTAVE_VERSION="${OCTAVE_VERSION}" GNU_HOST="${GNU_HOST}"
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKSRC}/scripts ; autoconf259
|
||||
@cd ${WRKSRC}/scripts ; ${AUTOCONF}
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/liboctave/liboctave.info ${PREFIX}/info
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (octave-2.9.9.tar.bz2) = a76a6d88f414285472896a63e4282b7f
|
||||
SHA256 (octave-2.9.9.tar.bz2) = bb593781c103f9ae1d7d24cb6a38980e50d5154312fd017ef114ef593054941f
|
||||
SIZE (octave-2.9.9.tar.bz2) = 7025759
|
||||
MD5 (octave-2.9.12.tar.bz2) = cd1cfde5ef28e0faf79ce306cf178276
|
||||
SHA256 (octave-2.9.12.tar.bz2) = 82a7c2b380d67e9c65eb5a5c8d6d39590e9caa72015967e68636ba0a94281fc1
|
||||
SIZE (octave-2.9.12.tar.bz2) = 7699564
|
||||
|
10
math/octave-devel/files/patch-libcruft+mkf77def.in
Normal file
10
math/octave-devel/files/patch-libcruft+mkf77def.in
Normal file
@ -0,0 +1,10 @@
|
||||
--- libcruft/mkf77def.in~ Sat Oct 28 08:19:17 2006
|
||||
+++ libcruft/mkf77def.in Wed Jun 27 16:17:36 2007
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
|
||||
-SED=${SED:-'sed'}
|
||||
+SED=gsed
|
||||
AWK=${AWK:-'awk'}
|
||||
|
||||
F77_TOLOWER=%F77_APPEND_UNDERSCORE%
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user