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/gsl | |
parent | 4daeca007b7d641be528b6f1df740b42356284f8 (diff) | |
download | ports-c0f51fae12dae94c59e092199423a8f5b1c68b2c.tar.gz ports-c0f51fae12dae94c59e092199423a8f5b1c68b2c.zip |
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstage port)
Notes
Notes:
svn path=/head/; revision=365182
Diffstat (limited to 'math/gsl')
-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 |
3 files changed, 6 insertions, 15 deletions
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 |