summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astro/orsa/Makefile4
-rw-r--r--audio/p5-Audio/Makefile1
-rw-r--r--audio/snd/Makefile4
-rw-r--r--benchmarks/sipp/Makefile3
-rw-r--r--biology/adun/Makefile4
-rw-r--r--cad/gmsh-occ/Makefile1
-rw-r--r--cad/gmsh/Makefile2
-rw-r--r--deskutils/kdeplasma-addons/Makefile1
-rw-r--r--devel/nx/Makefile2
-rw-r--r--french/aster/Makefile1
-rw-r--r--french/gibi/Makefile2
-rw-r--r--french/homard/Makefile2
-rw-r--r--graphics/inkscape/Makefile3
-rw-r--r--graphics/nip2/Makefile2
-rw-r--r--graphics/ocropus/Makefile4
-rw-r--r--graphics/qgis/Makefile4
-rw-r--r--mail/bogofilter-sqlite/Makefile1
-rw-r--r--mail/bogofilter-tc/Makefile2
-rw-r--r--mail/bogofilter/Makefile4
-rw-r--r--mail/milter-bogom/Makefile1
-rw-r--r--math/PDL/Makefile4
-rw-r--r--math/asymptote/Makefile4
-rw-r--r--math/dieharder/Makefile1
-rw-r--r--math/labplot/Makefile4
-rw-r--r--math/labplot/files/patch-src__constants.h10
-rw-r--r--math/octave-forge-bim/Makefile2
-rw-r--r--math/octave-forge-gsl/Makefile4
-rw-r--r--math/octave-forge-msh/Makefile2
-rw-r--r--math/orpie/Makefile4
-rw-r--r--math/p5-Math-GSL/Makefile4
-rw-r--r--math/pspp/Makefile1
-rw-r--r--math/py-gsl/Makefile4
-rw-r--r--math/py-gsl/files/patch-src__const_cgs_array.c23
-rw-r--r--math/py-gsl/files/patch-src__const_cgsm_array.c10
-rw-r--r--math/qtiplot/Makefile4
-rw-r--r--math/ruby-gsl/Makefile4
-rw-r--r--math/ruby-gsl/files/patch-ext__const.c10
-rw-r--r--math/yacas/Makefile4
-rw-r--r--misc/kdeedu4/Makefile3
-rw-r--r--science/abinit/Makefile4
-rw-r--r--science/getdp/Makefile4
-rw-r--r--science/gnudatalanguage/Makefile4
-rw-r--r--science/gromacs/Makefile3
-rw-r--r--science/kst/Makefile3
-rw-r--r--science/kst2/Makefile3
-rw-r--r--science/mcstas/Makefile2
-rw-r--r--science/py-mlpy/Makefile3
-rw-r--r--textproc/p5-Search-VectorSpace/Makefile2
48 files changed, 123 insertions, 55 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile
index 5047b8ce8fc3..925247cc4a5c 100644
--- a/astro/orsa/Makefile
+++ b/astro/orsa/Makefile
@@ -8,14 +8,14 @@
PORTNAME= orsa
PORTVERSION= 0.7.0
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= astro
MASTER_SITES= SF/${PORTNAME}/OldFiles
MAINTAINER= ports@FreeBSD.org
COMMENT= Orbit Reconstruction, Simulation and Analysis
-LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl \
+LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl \
cln.6:${PORTSDIR}/math/cln \
fftw.2:${PORTSDIR}/math/fftw \
ginac-1.5.0:${PORTSDIR}/math/GiNaC
diff --git a/audio/p5-Audio/Makefile b/audio/p5-Audio/Makefile
index 8ef3bf8ecbed..174b71ca5345 100644
--- a/audio/p5-Audio/Makefile
+++ b/audio/p5-Audio/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Audio
PORTVERSION= 1.029
+PORTREVISION= 1
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index 4cd2f6a8c7f0..484efc3e4f7f 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= snd
PORTVERSION= 11.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= ftp://ccrma-ftp.stanford.edu/pub/Lisp/ \
http://mirror.mcx2.org/
@@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --without-fftw
.endif
.if !defined(WITHOUT_GSL)
-LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl.14:${PORTSDIR}/math/gsl
.else
CONFIGURE_ARGS+= --without-gsl
.endif
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile
index fcd438fd523b..8d627f10bf46 100644
--- a/benchmarks/sipp/Makefile
+++ b/benchmarks/sipp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sipp
PORTVERSION= 3.1.20090121
+PORTREVISION= 1
CATEGORIES= benchmarks net
MASTER_SITES= http://sipp.sourceforge.net/snapshots/
DISTNAME= ${PORTNAME}.2009-01-21
@@ -30,7 +31,7 @@ OPTIONS= OPENSSL "OpenSSL support (for digest auth and SIP over TLS)" on \
.include <bsd.port.pre.mk>
.if defined(WITH_GSL)
-LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl.14:${PORTSDIR}/math/gsl
MAKE_ENV+= EXTRACPPFLAGS=-DHAVE_GSL \
EXTRACFLAGS=-DHAVE_GSL \
diff --git a/biology/adun/Makefile b/biology/adun/Makefile
index 22fcb8771409..0686922e55c8 100644
--- a/biology/adun/Makefile
+++ b/biology/adun/Makefile
@@ -7,7 +7,7 @@
PORTNAME= adun
PORTVERSION= 0.8.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= biology gnustep
MASTER_SITES= http://download.gna.org/adun/
DISTNAME= Adun-${PORTVERSION}
@@ -15,7 +15,7 @@ DISTNAME= Adun-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Molecular Simulator for GNUstep
-LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl.14:${PORTSDIR}/math/gsl
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
diff --git a/cad/gmsh-occ/Makefile b/cad/gmsh-occ/Makefile
index d69b9a91c311..3692a0446b16 100644
--- a/cad/gmsh-occ/Makefile
+++ b/cad/gmsh-occ/Makefile
@@ -6,6 +6,7 @@
#
PORTNAME= gmsh
+PORTREVISION= 1
CATEGORIES= cad
PKGNAMESUFFIX= -occ
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile
index 1c3275705267..95c0e6bc2d8d 100644
--- a/cad/gmsh/Makefile
+++ b/cad/gmsh/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gmsh
PORTVERSION= 2.3.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= cad
MASTER_SITES= http://www.geuz.org/gmsh/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
diff --git a/deskutils/kdeplasma-addons/Makefile b/deskutils/kdeplasma-addons/Makefile
index 845033bc9fc9..9073d43f6ec1 100644
--- a/deskutils/kdeplasma-addons/Makefile
+++ b/deskutils/kdeplasma-addons/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kdeplasma-addons
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= deskutils kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
diff --git a/devel/nx/Makefile b/devel/nx/Makefile
index c1cc2e4bdc79..ec6ba990ac91 100644
--- a/devel/nx/Makefile
+++ b/devel/nx/Makefile
@@ -8,7 +8,7 @@
PORTNAME= nx
PORTVERSION= 0.37
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= https://networkx.lanl.gov/download/networkx/
DISTNAME= networkx-${PORTVERSION}
diff --git a/french/aster/Makefile b/french/aster/Makefile
index 35c2166f432d..05c8d09916a3 100644
--- a/french/aster/Makefile
+++ b/french/aster/Makefile
@@ -9,6 +9,7 @@ PORTNAME= aster
DISTVERSIONPREFIX= full-src-
DISTVERSION= 10.0.3-2
DISTVERSIONSUFFIX= .noarch
+PORTREVISION= 1
CATEGORIES= french cad
MASTER_SITES= http://www.code-aster.org/V2/UPLOAD/DOC/Telechargement/
diff --git a/french/gibi/Makefile b/french/gibi/Makefile
index f4c623db3d6a..6db635e38004 100644
--- a/french/gibi/Makefile
+++ b/french/gibi/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gibi
DISTVERSION= 2003-2
DISTVERSIONSUFFIX= .i386
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= french cad linux
MASTER_SITES= http://www.code-aster.org/V2/UPLOAD/DOC/Telechargement/
EXTRACT_SUFX= .tar
diff --git a/french/homard/Makefile b/french/homard/Makefile
index 6d66c6042f81..d9bb33158dd8 100644
--- a/french/homard/Makefile
+++ b/french/homard/Makefile
@@ -9,7 +9,7 @@ PORTNAME= homard
DISTVERSIONPREFIX= full-src-
DISTVERSION= 9.5-1
DISTVERSIONSUFFIX= .all
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= french cad linux
MASTER_SITES= http://www.code-aster.org/V2/UPLOAD/DOC/Telechargement/
DISTNAME= aster-${DISTVERSIONPREFIX}${ASTER_DISTVERSION}${ASTER_DISTVERSIONSUFFIX}
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index 88239b3a2fe7..181980fe425c 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -7,6 +7,7 @@
PORTNAME= inkscape
PORTVERSION= 0.47
+PORTREVISION= 1
CATEGORIES= graphics gnome
MASTER_SITES= SF
@@ -17,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:${PORTSDIR}/devel/bo
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
gc.1:${PORTSDIR}/devel/boehm-gc \
- gsl.13:${PORTSDIR}/math/gsl \
+ gsl.14:${PORTSDIR}/math/gsl \
gtkspell.0:${PORTSDIR}/textproc/gtkspell \
lcms.1:${PORTSDIR}/graphics/lcms \
wpg-0.1.1:${PORTSDIR}/graphics/libwpg \
diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile
index 1e0a5dcb4442..c8d2d7bb066a 100644
--- a/graphics/nip2/Makefile
+++ b/graphics/nip2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nip2
PORTVERSION= 7.14.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/
diff --git a/graphics/ocropus/Makefile b/graphics/ocropus/Makefile
index d6499832c369..9b6f333853f9 100644
--- a/graphics/ocropus/Makefile
+++ b/graphics/ocropus/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ocropus
PORTVERSION= 0.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@@ -18,7 +18,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
jpeg.10:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
iulib.0:${PORTSDIR}/graphics/iulib \
- gsl.13:${PORTSDIR}/math/gsl
+ gsl.14:${PORTSDIR}/math/gsl
WRKSRC= ${WRKDIR}/ocropus-0.4/ocropus
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index 9db746f5ead7..b3963f0754d5 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -7,7 +7,7 @@
PORTNAME= qgis
PORTVERSION= 1.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics geography
MASTER_SITES= http://download.osgeo.org/qgis/src/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -17,7 +17,7 @@ COMMENT= Geographical Information System (GIS) data viewer
LIB_DEPENDS= geos:${PORTSDIR}/graphics/geos \
proj:${PORTSDIR}/graphics/proj \
- gsl.13:${PORTSDIR}/math/gsl \
+ gsl.14:${PORTSDIR}/math/gsl \
gdal:${PORTSDIR}/graphics/gdal
USE_PYTHON= yes
diff --git a/mail/bogofilter-sqlite/Makefile b/mail/bogofilter-sqlite/Makefile
index 6351f291fbf8..dee149df333a 100644
--- a/mail/bogofilter-sqlite/Makefile
+++ b/mail/bogofilter-sqlite/Makefile
@@ -6,6 +6,7 @@
#
PORTNAME= bogofilter
+PORTREVISION= 1
CATEGORIES= mail
PKGNAMESUFFIX= -sqlite
diff --git a/mail/bogofilter-tc/Makefile b/mail/bogofilter-tc/Makefile
index e47989b1706e..ca77aeb3cbab 100644
--- a/mail/bogofilter-tc/Makefile
+++ b/mail/bogofilter-tc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bogofilter
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
PKGNAMESUFFIX= -tc
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index a0a817b3e606..e69ad46bdde8 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bogofilter
PORTVERSION= 1.2.0
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES?= mail
MASTER_SITES= SF/bogofilter/bogofilter-stable/bogofilter-${PORTVERSION}
@@ -46,7 +46,7 @@ USE_ICONV= yes
BF_LIBS+= -liconv
.endif
.if !defined(WITHOUT_GSL)
-LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl.14:${PORTSDIR}/math/gsl
.else
CONFIGURE_ARGS+= --with-included-gsl
.endif
diff --git a/mail/milter-bogom/Makefile b/mail/milter-bogom/Makefile
index f8a24173a059..485a76d44cd6 100644
--- a/mail/milter-bogom/Makefile
+++ b/mail/milter-bogom/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bogom
PORTVERSION= 1.9.2
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.usebox.net/jjm/bogom/ \
http://blackshell.usebox.net/bogom/
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index 25cd3f4f6715..981eae7845f7 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -8,7 +8,7 @@
PORTNAME= PDL
PORTVERSION= 2.4.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math perl5
MASTER_SITES= CPAN/${PORTNAME}:cpan \
SF/pdl/PDL/${PORTVERSION}:sf
@@ -26,7 +26,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \
${SITE_PERL}/Term/ReadLine/readline.pm:${PORTSDIR}/devel/p5-ReadLine-Perl
LIB_DEPENDS= plplotd.11:${PORTSDIR}/math/plplot \
fftw.2:${PORTSDIR}/math/fftw \
- gsl.13:${PORTSDIR}/math/gsl
+ gsl.14:${PORTSDIR}/math/gsl
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_GL= yes
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile
index 3d55395672ff..b31c87789f0a 100644
--- a/math/asymptote/Makefile
+++ b/math/asymptote/Makefile
@@ -7,7 +7,7 @@
PORTNAME= asymptote
PORTVERSION= 1.75
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/old/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
@@ -17,7 +17,7 @@ MAINTAINER= nivit@FreeBSD.org
COMMENT= A powerful script-based vector graphics language
.if defined(WITH_GSL)
-LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl.14:${PORTSDIR}/math/gsl
.endif
.if defined(WITH_FFTW)
LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3
diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile
index 16d77356537b..2d0fa0246ed5 100644
--- a/math/dieharder/Makefile
+++ b/math/dieharder/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dieharder
PORTVERSION= 2.28.1
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/
EXTRACT_SUFX= .tgz
diff --git a/math/labplot/Makefile b/math/labplot/Makefile
index bf3b04dd025d..3b77201ab078 100644
--- a/math/labplot/Makefile
+++ b/math/labplot/Makefile
@@ -7,7 +7,7 @@
PORTNAME= LabPlot
PORTVERSION= 1.6.0.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math kde
MASTER_SITES= SF
@@ -17,7 +17,7 @@ COMMENT= LabPlot : Data analysis and visualisation
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
jasper.4:${PORTSDIR}/graphics/jasper \
MagickWand.2:${PORTSDIR}/graphics/ImageMagick \
- gsl.13:${PORTSDIR}/math/gsl \
+ gsl.14:${PORTSDIR}/math/gsl \
fftw3.5:${PORTSDIR}/math/fftw3 \
qwtplot3d.0:${PORTSDIR}/math/qwtplot3d \
origin.0:${PORTSDIR}/math/liborigin
diff --git a/math/labplot/files/patch-src__constants.h b/math/labplot/files/patch-src__constants.h
new file mode 100644
index 000000000000..6def48bd5ea9
--- /dev/null
+++ b/math/labplot/files/patch-src__constants.h
@@ -0,0 +1,10 @@
+--- ./src/constants.h.orig 2009-11-28 14:12:55.000000000 +0300
++++ ./src/constants.h 2009-11-28 23:00:49.000000000 +0300
+@@ -220,7 +220,6 @@
+ {"stokes_cgs",GSL_CONST_CGSM_STOKES},
+ {"f_cgs",GSL_CONST_CGSM_FARADAY},
+ {"e_cgs",GSL_CONST_CGSM_ELECTRON_CHARGE},
+- {"gauss_cgs",GSL_CONST_CGSM_GAUSS},
+ {"stilb_cgs",GSL_CONST_CGSM_STILB},
+ {"lumen_cgs",GSL_CONST_CGSM_LUMEN},
+ {"lux_cgs",GSL_CONST_CGSM_LUX},
diff --git a/math/octave-forge-bim/Makefile b/math/octave-forge-bim/Makefile
index dbdf4230d965..7eff9d3c9c06 100644
--- a/math/octave-forge-bim/Makefile
+++ b/math/octave-forge-bim/Makefile
@@ -7,7 +7,7 @@
PORTNAME= octave-forge-bim
PORTVERSION= 0.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= stephen@missouri.edu
diff --git a/math/octave-forge-gsl/Makefile b/math/octave-forge-gsl/Makefile
index 607afe81a71a..79eaa28430f1 100644
--- a/math/octave-forge-gsl/Makefile
+++ b/math/octave-forge-gsl/Makefile
@@ -7,13 +7,13 @@
PORTNAME= octave-forge-gsl
PORTVERSION= 1.0.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= stephen@missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl
post-patch:
@${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/config*
diff --git a/math/octave-forge-msh/Makefile b/math/octave-forge-msh/Makefile
index f45140a50c69..1625dd274b88 100644
--- a/math/octave-forge-msh/Makefile
+++ b/math/octave-forge-msh/Makefile
@@ -7,7 +7,7 @@
PORTNAME= octave-forge-msh
PORTVERSION= 0.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= stephen@missouri.edu
diff --git a/math/orpie/Makefile b/math/orpie/Makefile
index 6d2aef6ad476..2019e9a64375 100644
--- a/math/orpie/Makefile
+++ b/math/orpie/Makefile
@@ -7,7 +7,7 @@
PORTNAME= orpie
PORTVERSION= 1.5.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES+= math
MASTER_SITES= http://pessimization.com/software/orpie/
@@ -15,7 +15,7 @@ MAINTAINER= dylan@dylex.net
COMMENT= A fullscreen RPN calculator for the console
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
-LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile
index 517efbfbce7d..d24e1ddd1a35 100644
--- a/math/p5-Math-GSL/Makefile
+++ b/math/p5-Math-GSL/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Math-GSL
PORTVERSION= 0.20
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,7 +18,7 @@ COMMENT= A perl interface to GNU Scientific Library
BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
${SITE_PERL}/Test/Class.pm:${PORTSDIR}/devel/p5-Test-Class
-LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl
PERL_CONFIGURE= yes
PERL_MODBUILD= yes
diff --git a/math/pspp/Makefile b/math/pspp/Makefile
index 8f9c8351433e..1943ad3acbe9 100644
--- a/math/pspp/Makefile
+++ b/math/pspp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pspp
PORTVERSION= 0.6.2
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= GNU
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile
index 98cb50868b96..7bc07ae5025c 100644
--- a/math/py-gsl/Makefile
+++ b/math/py-gsl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gsl
PORTVERSION= 0.9.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math python
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,7 @@ COMMENT= Python interface to GNU Scientific Library
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/include/numpy/arrayobject.h:${PORTSDIR}/math/py-numpy
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy
-LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
USE_PYTHON= yes
diff --git a/math/py-gsl/files/patch-src__const_cgs_array.c b/math/py-gsl/files/patch-src__const_cgs_array.c
new file mode 100644
index 000000000000..cd102349341e
--- /dev/null
+++ b/math/py-gsl/files/patch-src__const_cgs_array.c
@@ -0,0 +1,23 @@
+--- ./src/const_cgs_array.c.orig 2005-04-27 11:53:37.000000000 +0400
++++ ./src/const_cgs_array.c 2009-11-28 23:12:12.000000000 +0300
+@@ -14,10 +14,6 @@
+ {"mass_neutron",GSL_CONST_CGS_MASS_NEUTRON,"g"},
+ {"rydberg",GSL_CONST_CGS_RYDBERG,"g cm^2 / s^2"},
+ {"boltzmann",GSL_CONST_CGS_BOLTZMANN,"g cm^2 / K s^2"},
+-{"bohr_magneton",GSL_CONST_CGS_BOHR_MAGNETON,"A cm^2"},
+-{"nuclear_magneton",GSL_CONST_CGS_NUCLEAR_MAGNETON,"A cm^2"},
+-{"electron_magnetic_moment",GSL_CONST_CGS_ELECTRON_MAGNETIC_MOMENT,"A cm^2"},
+-{"proton_magnetic_moment",GSL_CONST_CGS_PROTON_MAGNETIC_MOMENT,"A cm^2"},
+ {"molar_gas",GSL_CONST_CGS_MOLAR_GAS,"g cm^2 / K mol s^2"},
+ {"standard_gas_volume",GSL_CONST_CGS_STANDARD_GAS_VOLUME,"cm^3 / mol"},
+ {"minute",GSL_CONST_CGS_MINUTE,"s"},
+@@ -76,9 +72,6 @@
+ {"psi",GSL_CONST_CGS_PSI,"g / cm s^2"},
+ {"poise",GSL_CONST_CGS_POISE,"g / cm s"},
+ {"stokes",GSL_CONST_CGS_STOKES,"cm^2 / s"},
+-{"faraday",GSL_CONST_CGS_FARADAY,"A s / mol"},
+-{"electron_charge",GSL_CONST_CGS_ELECTRON_CHARGE,"A s"},
+-{"gauss",GSL_CONST_CGS_GAUSS,"g / A s^2"},
+ {"stilb",GSL_CONST_CGS_STILB,"cd / cm^2"},
+ {"lumen",GSL_CONST_CGS_LUMEN,"cd sr"},
+ {"lux",GSL_CONST_CGS_LUX,"cd sr / cm^2"},
diff --git a/math/py-gsl/files/patch-src__const_cgsm_array.c b/math/py-gsl/files/patch-src__const_cgsm_array.c
new file mode 100644
index 000000000000..1c86846b5ce2
--- /dev/null
+++ b/math/py-gsl/files/patch-src__const_cgsm_array.c
@@ -0,0 +1,10 @@
+--- ./src/const_cgsm_array.c.orig 2006-12-21 15:20:15.000000000 +0300
++++ ./src/const_cgsm_array.c 2009-11-28 23:12:26.000000000 +0300
+@@ -77,7 +77,6 @@
+ {"stokes",GSL_CONST_CGSM_STOKES,"cm^2 / s"},
+ {"faraday",GSL_CONST_CGSM_FARADAY,"abamp s / mol"},
+ {"electron_charge",GSL_CONST_CGSM_ELECTRON_CHARGE,"abamp s"},
+-{"gauss",GSL_CONST_CGSM_GAUSS,"g / abamp s^2"},
+ {"stilb",GSL_CONST_CGSM_STILB,"cd / cm^2"},
+ {"lumen",GSL_CONST_CGSM_LUMEN,"cd sr"},
+ {"lux",GSL_CONST_CGSM_LUX,"cd sr / cm^2"},
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile
index 0631ee89faf2..0772cfeb2d3d 100644
--- a/math/qtiplot/Makefile
+++ b/math/qtiplot/Makefile
@@ -7,7 +7,7 @@
PORTNAME= qtiplot
DISTVERSION= 0.9.7.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math science
MASTER_SITES= BERLIOS http://soft.proindependent.com/src/
@@ -15,7 +15,7 @@ MAINTAINER= makc@FreeBSD.org
COMMENT= An Origin clone for data analysis and scientific plotting
BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser
-LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl \
+LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl \
qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \
boost_date_time:${PORTSDIR}/devel/boost-libs
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile
index a61844787869..c23f8e3d0f73 100644
--- a/math/ruby-gsl/Makefile
+++ b/math/ruby-gsl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gsl
PORTVERSION= 1.10.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math ruby
MASTER_SITES= RF
MASTER_SITE_SUBDIR= rb-${PORTNAME}
@@ -18,7 +18,7 @@ DIST_SUBDIR= ruby
MAINTAINER= clsung@FreeBSD.org
COMMENT= A Ruby extension library for GSL (GNU Scientific Library)
-LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl
USE_RUBY= yes
USE_RUBY_SETUP= yes
diff --git a/math/ruby-gsl/files/patch-ext__const.c b/math/ruby-gsl/files/patch-ext__const.c
new file mode 100644
index 000000000000..d0e4e16c5bd5
--- /dev/null
+++ b/math/ruby-gsl/files/patch-ext__const.c
@@ -0,0 +1,10 @@
+--- ./ext/const.c.orig 2007-12-08 17:45:32.000000000 +0300
++++ ./ext/const.c 2009-11-28 23:21:00.000000000 +0300
+@@ -599,7 +599,6 @@
+ rb_float_new(GSL_CONST_CGSM_ELECTRON_CHARGE));
+ rb_define_const(module, "ELECTRON_CHARGE_ESU",
+ rb_float_new(GSL_CONST_CGSM_ELECTRON_CHARGE*GSL_CONST_CGSM_SPEED_OF_LIGHT));
+- rb_define_const(module, "GAUSS", rb_float_new(GSL_CONST_CGSM_GAUSS));
+ rb_define_const(module, "STILB", rb_float_new(GSL_CONST_CGSM_STILB));
+ rb_define_const(module, "LUMEN", rb_float_new(GSL_CONST_CGSM_LUMEN));
+ rb_define_const(module, "LUX", rb_float_new(GSL_CONST_CGSM_LUX));
diff --git a/math/yacas/Makefile b/math/yacas/Makefile
index f8f48be08fd5..a9cd822850d8 100644
--- a/math/yacas/Makefile
+++ b/math/yacas/Makefile
@@ -8,14 +8,14 @@
PORTNAME= yacas
PORTVERSION= 1.0.61
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= http://yacas.sourceforge.net/backups/
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet Another Computer Algebra System
-LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl
USE_AUTOTOOLS= libtool:22
USE_PERL5_BUILD= yes
diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile
index ce4951710cdc..67ae6b55ece5 100644
--- a/misc/kdeedu4/Makefile
+++ b/misc/kdeedu4/Makefile
@@ -6,6 +6,7 @@
PORTNAME= kdeedu
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@@ -23,7 +24,7 @@ LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \
openbabel.3:${PORTSDIR}/science/openbabel \
cfitsio.0:${PORTSDIR}/astro/cfitsio \
qalculate.4:${PORTSDIR}/math/libqalculate \
- gsl.13:${PORTSDIR}/math/gsl
+ gsl.14:${PORTSDIR}/math/gsl
RUN_DEPENDS= xplanet:${PORTSDIR}/astro/xplanet
LATEST_LINK= ${PORTNAME}4
diff --git a/science/abinit/Makefile b/science/abinit/Makefile
index ae2c098af354..cce4829d946f 100644
--- a/science/abinit/Makefile
+++ b/science/abinit/Makefile
@@ -7,7 +7,7 @@
PORTNAME= abinit
PORTVERSION= 5.7.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science
MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/
@@ -16,7 +16,7 @@ COMMENT= Abinit calculates electronic structure of systems
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray
LIB_DEPENDS= netcdff.4:${PORTSDIR}/science/netcdf-ftn \
- gsl.13:${PORTSDIR}/math/gsl
+ gsl.14:${PORTSDIR}/math/gsl
USE_FORTRAN= yes
USE_GMAKE= yes
diff --git a/science/getdp/Makefile b/science/getdp/Makefile
index 222c57685233..e0a0dd0eb200 100644
--- a/science/getdp/Makefile
+++ b/science/getdp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= getdp
PORTVERSION= 1.2.1
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= science
MASTER_SITES= http://www.geuz.org/getdp/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
@@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= stephen@missouri.edu
COMMENT= A rather general finite element solver using mixed finite elements
-LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl \
+LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl \
lapack.4:${PORTSDIR}/math/lapack
USE_FORTRAN= yes
diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile
index ecd7a96e0117..fa253e8df320 100644
--- a/science/gnudatalanguage/Makefile
+++ b/science/gnudatalanguage/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnudatalanguage
DISTVERSION= 0.9pre6
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= science lang
MASTER_SITES= SF/${PORTNAME}/gdl/0.9pre6
.if defined(BUILD_PYTHON_MODULE)
@@ -31,7 +31,7 @@ COMMENT?= GDL, a free IDL compatible incremental compiler
#---------------------------------------------------------------------------
LIB_DEPENDS+= plplotd.11:${PORTSDIR}/math/plplot \
- gsl.13:${PORTSDIR}/math/gsl \
+ gsl.14:${PORTSDIR}/math/gsl \
dps.0:${PORTSDIR}/x11/dgs \
readline.6:${PORTSDIR}/devel/readline
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile
index b316e576b069..2a21bc73fade 100644
--- a/science/gromacs/Makefile
+++ b/science/gromacs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gromacs
PORTVERSION= 4.0.5
+PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/
@@ -62,7 +63,7 @@ CONFIGURE_ARGS+= --with-fft=fftpack
.if !defined(WITHOUT_GSL)
CONFIGURE_ARGS+= --with-gsl
-LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl.14:${PORTSDIR}/math/gsl
.else
CONFIGURE_ARGS+= --without-gsl
.endif
diff --git a/science/kst/Makefile b/science/kst/Makefile
index 6b15b6be9fed..c6178de3045a 100644
--- a/science/kst/Makefile
+++ b/science/kst/Makefile
@@ -6,6 +6,7 @@
PORTNAME= kst
PORTVERSION= 1.8.0
+PORTREVISION= 1
CATEGORIES= science kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/apps/KDE3.x/scientific
@@ -15,7 +16,7 @@ COMMENT= Data viewing program for KDE
BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser
LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \
- gsl.13:${PORTSDIR}/math/gsl
+ gsl.14:${PORTSDIR}/math/gsl
USE_KDELIBS_VER=3
USE_GMAKE= yes
diff --git a/science/kst2/Makefile b/science/kst2/Makefile
index 6b15b6be9fed..c6178de3045a 100644
--- a/science/kst2/Makefile
+++ b/science/kst2/Makefile
@@ -6,6 +6,7 @@
PORTNAME= kst
PORTVERSION= 1.8.0
+PORTREVISION= 1
CATEGORIES= science kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/apps/KDE3.x/scientific
@@ -15,7 +16,7 @@ COMMENT= Data viewing program for KDE
BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser
LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \
- gsl.13:${PORTSDIR}/math/gsl
+ gsl.14:${PORTSDIR}/math/gsl
USE_KDELIBS_VER=3
USE_GMAKE= yes
diff --git a/science/mcstas/Makefile b/science/mcstas/Makefile
index 8e2e584d10d1..050747947781 100644
--- a/science/mcstas/Makefile
+++ b/science/mcstas/Makefile
@@ -6,7 +6,7 @@
PORTNAME= mcstas
PORTVERSION= 1.9
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science
MASTER_SITES= http://www.mcstas.org/download/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
diff --git a/science/py-mlpy/Makefile b/science/py-mlpy/Makefile
index dd89019c540f..5a82b42d7ea5 100644
--- a/science/py-mlpy/Makefile
+++ b/science/py-mlpy/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mlpy
PORTVERSION= 2.1.0
+PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= https://mlpy.fbk.eu/download/src/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +18,7 @@ COMMENT= High performance Python package for predictive modeling
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy
RUN_DEPENDS= ${BUILD_DEPENDS}
-LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/textproc/p5-Search-VectorSpace/Makefile b/textproc/p5-Search-VectorSpace/Makefile
index b3e2d2dd2619..8021d6317316 100644
--- a/textproc/p5-Search-VectorSpace/Makefile
+++ b/textproc/p5-Search-VectorSpace/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Search-VectorSpace
PORTVERSION= 0.02
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-