aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-GSL
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-10-25 23:41:34 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-10-25 23:41:34 +0000
commit4e896a50f826a6dab94bd8c9a09d268a8aa48cf7 (patch)
tree10b7014104ebd0aaae8e4e402003e77848c50655 /math/p5-Math-GSL
parent2c7110785aadaaf617e492105d7e1ffc032f75b3 (diff)
downloadports-4e896a50f826a6dab94bd8c9a09d268a8aa48cf7.tar.gz
ports-4e896a50f826a6dab94bd8c9a09d268a8aa48cf7.zip
math/gsl: update to 2.6
- math/p5-Math-GSL does not seem to have any upstream activity to make it work with this version -> mark it broken - this also breaks the two consumers of this port - biology/gemma: has a conflict with cblas, and is makred broken. PR: 241363 Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=515671
Diffstat (limited to 'math/p5-Math-GSL')
-rw-r--r--math/p5-Math-GSL/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile
index 4bfaec297e2e..ec50f7aa1fab 100644
--- a/math/p5-Math-GSL/Makefile
+++ b/math/p5-Math-GSL/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Math-GSL
PORTVERSION= 0.40
+PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -23,6 +24,8 @@ TEST_DEPENDS= p5-Test-Class>=0.12:devel/p5-Test-Class \
USES= perl5
USE_PERL5= modbuild
+BROKEN= Does not work with gsl-2.6
+
post-install:
${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GSL/ -name "*.so" -exec ${STRIP_CMD} {} +