aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-02-14 20:45:35 +0800
committermm <mm@FreeBSD.org>2012-02-14 20:45:35 +0800
commitbe0b9912665d6b9817306e97e10f6829144a8d83 (patch)
treed4af35b8c4ef9603087df62c197a0b5ec4ba9ba3 /math
parentc0984d7212423fec61910cec885222df29522d13 (diff)
downloadfreebsd-ports-gnome-be0b9912665d6b9817306e97e10f6829144a8d83.tar.gz
freebsd-ports-gnome-be0b9912665d6b9817306e97e10f6829144a8d83.tar.zst
freebsd-ports-gnome-be0b9912665d6b9817306e97e10f6829144a8d83.zip
Bump pcre library dependency due to 8.30 update
Diffstat (limited to 'math')
-rw-r--r--math/R/Makefile3
-rw-r--r--math/octave/Makefile4
-rw-r--r--math/scilab/Makefile4
3 files changed, 6 insertions, 5 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 81e52eb6114c..8d0792564094 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -8,6 +8,7 @@
PORTNAME?= R
PORTVERSION= 2.14.1
+PORTREVISION= 1
CATEGORIES= math lang
MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \
ftp://cran.r-project.org/pub/R/src/base/R-2/ \
@@ -128,7 +129,7 @@ PLIST_SUB+= NLS="@comment "
.if defined(WITHOUT_PCRE_PORT)
CONFIGURE_ARGS+= --without-system-pcre
.else
-LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+= --with-system-pcre
.endif
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 83e724e25bcf..66c2421a81d2 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -7,7 +7,7 @@
PORTNAME= octave
PORTVERSION= 3.4.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= ftp://ftp.gnu.org/gnu/octave/ \
ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/
@@ -31,7 +31,7 @@ LIB_DEPENDS= GraphicsMagick.1:${PORTSDIR}/graphics/GraphicsMagick \
fltk.1:${PORTSDIR}/x11-toolkits/fltk \
ftgl:${PORTSDIR}/graphics/ftgl \
hdf5:${PORTSDIR}/science/hdf5-18 \
- pcre.0:${PORTSDIR}/devel/pcre \
+ pcre.1:${PORTSDIR}/devel/pcre \
qhull.5:${PORTSDIR}/math/qhull5 \
qrupdate:${PORTSDIR}/math/qrupdate \
umfpack.1:${PORTSDIR}/math/suitesparse \
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 3682b6686b41..aa4f84ef23ef 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -7,7 +7,7 @@
PORTNAME= scilab
PORTVERSION= 5.3.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math cad parallel java
MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/:scilab \
http://www.predatorlabs.net/dl/:jgraphx \
@@ -21,7 +21,7 @@ COMMENT= Scientific software package for numerical computations
# A partial dependencies list can be found at:
# http://wiki.scilab.org/Dependencies_of_Scilab_5.X
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
- pcre.0:${PORTSDIR}/devel/pcre
+ pcre.1:${PORTSDIR}/devel/pcre
MAKE_JOBS_SAFE= yes