diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-17 13:09:56 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-17 13:09:56 +0000 |
commit | c0f51fae12dae94c59e092199423a8f5b1c68b2c (patch) | |
tree | 004f91a2cd5d77bd5eb0cb53987c1b5fdd85d9a9 /math | |
parent | 4daeca007b7d641be528b6f1df740b42356284f8 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/PDL/Makefile | 2 | ||||
-rw-r--r-- | math/asymptote/Makefile | 2 | ||||
-rw-r--r-- | math/dieharder/Makefile | 2 | ||||
-rw-r--r-- | math/fflas-ffpack/Makefile | 2 | ||||
-rw-r--r-- | math/giacxcas/Makefile | 2 | ||||
-rw-r--r-- | math/gsl/Makefile | 4 | ||||
-rw-r--r-- | math/gsl/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | math/gsl/pkg-plist | 6 | ||||
-rw-r--r-- | math/labplot/Makefile | 2 | ||||
-rw-r--r-- | math/libflame/Makefile | 2 | ||||
-rw-r--r-- | math/ocamlgsl/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-gsl/Makefile | 2 | ||||
-rw-r--r-- | math/orpie/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-GSL/Makefile | 1 | ||||
-rw-r--r-- | math/pspp/Makefile | 1 | ||||
-rw-r--r-- | math/py-gsl/Makefile | 2 | ||||
-rw-r--r-- | math/qtiplot/Makefile | 2 | ||||
-rw-r--r-- | math/ruby-gsl/Makefile | 2 |
18 files changed, 21 insertions, 26 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index b3ffc2a61a50..0432762b2acc 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -3,7 +3,7 @@ PORTNAME= PDL PORTVERSION= 2.4.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math perl5 MASTER_SITES= CPAN/${PORTNAME}:cpan \ SF/pdl/PDL/${PORTVERSION}:sf diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 7e4af8a6b71b..8adf46219f18 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -3,7 +3,7 @@ PORTNAME= asymptote PORTVERSION= 2.32 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile index bf32f88181dd..fa8249b58ed6 100644 --- a/math/dieharder/Makefile +++ b/math/dieharder/Makefile @@ -3,7 +3,7 @@ PORTNAME= dieharder PORTVERSION= 3.31.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/ LOCAL/bf diff --git a/math/fflas-ffpack/Makefile b/math/fflas-ffpack/Makefile index ec6483d44834..f058c17fbbf2 100644 --- a/math/fflas-ffpack/Makefile +++ b/math/fflas-ffpack/Makefile @@ -3,7 +3,7 @@ PORTNAME= fflas-ffpack PORTVERSION= 1.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://linalg.org/ LOCAL/bf diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile index 68d914ba4c22..770571fe8a67 100644 --- a/math/giacxcas/Makefile +++ b/math/giacxcas/Makefile @@ -3,7 +3,7 @@ PORTNAME= giacxcas PORTVERSION= 1.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/giac/ \ http://www.math.jussieu.fr/~han/xcas/sources/v2/ diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 5699ea132f57..023e5322a94a 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -3,6 +3,7 @@ PORTNAME= gsl PORTVERSION= 1.16 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= GNU @@ -11,10 +12,11 @@ COMMENT= The GNU Scientific Library - mathematical libs LICENSE= GPLv3 -USES= makeinfo +USES= libtool makeinfo pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split' +INSTALL_TARGET= install-strip INFO= gsl-ref diff --git a/math/gsl/files/patch-Makefile.in b/math/gsl/files/patch-Makefile.in deleted file mode 100644 index c91d9e2f5477..000000000000 --- a/math/gsl/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Mar 31 14:47:46 2006 -+++ Makefile.in Wed May 3 17:02:20 2006 -@@ -254,7 +254,7 @@ - SUBLIBS = block/libgslblock.la blas/libgslblas.la complex/libgslcomplex.la cheb/libgslcheb.la dht/libgsldht.la diff/libgsldiff.la deriv/libgslderiv.la eigen/libgsleigen.la err/libgslerr.la fft/libgslfft.la fit/libgslfit.la histogram/libgslhistogram.la ieee-utils/libgslieeeutils.la integration/libgslintegration.la interpolation/libgslinterpolation.la linalg/libgsllinalg.la matrix/libgslmatrix.la min/libgslmin.la monte/libgslmonte.la multifit/libgslmultifit.la multimin/libgslmultimin.la multiroots/libgslmultiroots.la ntuple/libgslntuple.la ode-initval/libgslodeiv.la permutation/libgslpermutation.la combination/libgslcombination.la poly/libgslpoly.la qrng/libgslqrng.la randist/libgslrandist.la rng/libgslrng.la roots/libgslroots.la siman/libgslsiman.la sort/libgslsort.la specfunc/libgslspecfunc.la statistics/libgslstatistics.la sum/libgslsum.la sys/libgslsys.la test/libgsltest.la utils/libutils.la vector/libgslvector.la cdf/libgslcdf.la wavelet/libgslwavelet.la - pkginclude_HEADERS = gsl_math.h gsl_pow_int.h gsl_nan.h gsl_machine.h gsl_mode.h gsl_precision.h gsl_types.h gsl_version.h - bin_SCRIPTS = gsl-config --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = gsl.pc - EXTRA_DIST = autogen.sh gsl-config.in gsl.pc.in configure.ac THANKS BUGS SUPPORT gsl.spec.in gsl.m4 test_gsl_histogram.sh - lib_LTLIBRARIES = libgsl.la diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index f2bf7c3e1998..900622131f09 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -221,13 +221,13 @@ include/gsl/gsl_version.h include/gsl/gsl_wavelet.h include/gsl/gsl_wavelet2d.h lib/libgsl.a -lib/libgsl.la lib/libgsl.so -lib/libgsl.so.17 +lib/libgsl.so.0 +lib/libgsl.so.0.17.0 lib/libgslcblas.a -lib/libgslcblas.la lib/libgslcblas.so lib/libgslcblas.so.0 +lib/libgslcblas.so.0.0.0 libdata/pkgconfig/gsl.pc share/aclocal/gsl.m4 man/man1/gsl-config.1.gz diff --git a/math/labplot/Makefile b/math/labplot/Makefile index b2b09bad2b5e..a922c95f5e7b 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= labplot PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math kde MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}.0 diff --git a/math/libflame/Makefile b/math/libflame/Makefile index 49f5b21abf83..58a9a2395ad4 100644 --- a/math/libflame/Makefile +++ b/math/libflame/Makefile @@ -3,7 +3,7 @@ PORTNAME= libflame DISTVERSION= r7421 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.cs.utexas.edu/users/%SUBDIR%/:1,2 LOCAL/bf:3 MASTER_SITE_SUBDIR= flame/snapshots/:1 field/docs/:2 diff --git a/math/ocamlgsl/Makefile b/math/ocamlgsl/Makefile index 60a9b0c919a0..bf3863243670 100644 --- a/math/ocamlgsl/Makefile +++ b/math/ocamlgsl/Makefile @@ -3,6 +3,7 @@ PORTNAME= ocaml-gsl PORTVERSION= 1.15.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://bitbucket.org/mmottl/gsl-ocaml/downloads/ DISTNAME= gsl-ocaml-${PORTVERSION} diff --git a/math/octave-forge-gsl/Makefile b/math/octave-forge-gsl/Makefile index 3839aa444ae3..8ba9dfc2bec5 100644 --- a/math/octave-forge-gsl/Makefile +++ b/math/octave-forge-gsl/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-gsl PORTVERSION= 1.0.8 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/orpie/Makefile b/math/orpie/Makefile index abfc0a1868db..8a90b27f8342 100644 --- a/math/orpie/Makefile +++ b/math/orpie/Makefile @@ -3,6 +3,7 @@ PORTNAME= orpie PORTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES+= math MASTER_SITES= http://pessimization.com/software/orpie/ diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index 64fe40c33701..9efc7a0c8a1c 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -3,6 +3,7 @@ PORTNAME= Math-GSL PORTVERSION= 0.32 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 39e8b0edce8f..e0890d3d9630 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -3,6 +3,7 @@ PORTNAME= pspp PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= GNU diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index 2e8ae0646793..6f6d95645e6b 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsl PORTVERSION= 0.9.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 017c473b9acf..75edda695afd 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= qtiplot DISTVERSION= 0.9.8.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math science MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile index 74f45b663544..e198f599d316 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsl PORTVERSION= 1.14.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math ruby MASTER_SITES= RF MASTER_SITE_SUBDIR= rb-${PORTNAME} |