aboutsummaryrefslogtreecommitdiff
path: root/math/labplot
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2009-12-01 20:33:45 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2009-12-01 20:33:45 +0000
commit7cb3294da78ddd596f197b8f599a9bc3f3c83eac (patch)
tree1c72184bc6e535e324c3903ec7138b0daceaed97 /math/labplot
parent8b1dce6212c686a1fbedd71ad7127d0dfc2cb54e (diff)
Notes
Diffstat (limited to 'math/labplot')
-rw-r--r--math/labplot/Makefile4
-rw-r--r--math/labplot/files/patch-src__constants.h10
2 files changed, 12 insertions, 2 deletions
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},