diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-08-26 16:06:37 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-08-26 16:06:37 +0000 |
commit | 6c4fa199d028f22e1f32896f15cbafd93ed40845 (patch) | |
tree | 347697fba4162ae0c60ff32a1a87d6d7f894c389 /math/gsl | |
parent | 3af54f2d0c3a2f038cc92d1e368b6500eb1bbc0f (diff) | |
download | ports-6c4fa199d028f22e1f32896f15cbafd93ed40845.tar.gz ports-6c4fa199d028f22e1f32896f15cbafd93ed40845.zip |
Notes
Diffstat (limited to 'math/gsl')
-rw-r--r-- | math/gsl/Makefile | 19 | ||||
-rw-r--r-- | math/gsl/distinfo | 4 | ||||
-rw-r--r-- | math/gsl/pkg-plist | 2 |
3 files changed, 13 insertions, 12 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 315942d97fe8..24eb9d47e872 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: gsl -# Date created: 15 Feb 2000 -# Whom: Andrew L. Neporada <andrew@chg.ru> -# +# Created by: Andrew L. Neporada <andrew@chg.ru> # $FreeBSD$ -# PORTNAME= gsl -PORTVERSION= 1.15 -PORTREVISION= 1 +PORTVERSION= 1.16 CATEGORIES= math MASTER_SITES= GNU @@ -27,9 +22,15 @@ INFO= gsl-ref post-extract: @${RM} -f ${WRKSRC}/doc/gsl-ref.info* +#prevent regression test coredumps from causing failures on the +#package-building cluster: +.ifndef(MAINTAINER_MODE) +CORELIMIT?= /usr/bin/limits -Sc 0 +.endif + check regression-test test: build - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} \ - ${MAKE_ARGS} check) + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CORELIMIT} ${MAKE_CMD} \ + ${MAKE_ARGS} check .include <bsd.port.pre.mk> diff --git a/math/gsl/distinfo b/math/gsl/distinfo index a29a961f9f4b..4de762b80637 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,2 +1,2 @@ -SHA256 (gsl-1.15.tar.gz) = 85b907e57902e2b7606ef3aef960302ffdd13bd9dc5b8fcbfa75e4f0bf340ea3 -SIZE (gsl-1.15.tar.gz) = 3281134 +SHA256 (gsl-1.16.tar.gz) = 73bc2f51b90d2a780e6d266d43e487b3dbd78945dd0b04b14ca5980fe28d2f53 +SIZE (gsl-1.16.tar.gz) = 3534080 diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index 9cb20e79ff73..3eb7e61b7bbc 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -223,7 +223,7 @@ include/gsl/gsl_wavelet2d.h lib/libgsl.a lib/libgsl.la lib/libgsl.so -lib/libgsl.so.16 +lib/libgsl.so.17 lib/libgslcblas.a lib/libgslcblas.la lib/libgslcblas.so |