Date: Wed, 20 Jun 2001 15:33:56 -0400 (EDT) From: vlad@ariel.phys.wesleyan.edu To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28299: Update-port: math/gsl update v0.7 -> v0.8 Message-ID: <20010620193356.D81FB1EA307@ariel.phys.wesleyan.edu>
next in thread | raw e-mail | index | archive | help
>Number: 28299 >Category: ports >Synopsis: update to version 0.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 20 12:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Vladimir Savichev >Release: FreeBSD 4.3-STABLE i386 >Organization: Wesleyan Colledge >Environment: System: FreeBSD ariel.phys.wesleyan.edu 4.3-STABLE FreeBSD 4.3-STABLE #2: Sun Jun 3 21:23:38 EDT 2001 root@ariel.phys.wesleyan.edu:/usr/obj/usr/src/sys/ARIEL i386 >Description: had to change USE_LIBTOOL to the GNU_CONIGURE. This way everything works like in private install:configure generates libtool in port work's dir and goes to the end flowlessly. Otherwise libtool is not generated in port work's which seems to confuse make install causing it to stop. >How-To-Repeat: >Fix: diff -ruN /usr/ports/math/gsl/Makefile /usr/ports/math/gsl.new/Makefile --- /usr/ports/math/gsl/Makefile Sun Feb 25 10:27:17 2001 +++ /usr/ports/math/gsl.new/Makefile Wed Jun 20 14:52:36 2001 @@ -6,7 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org -USE_LIBTOOL= yes +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes GSLREF= gsl-ref.ps.gz diff -ruN /usr/ports/math/gsl/distinfo /usr/ports/math/gsl.new/distinfo --- /usr/ports/math/gsl/distinfo Wed Jun 20 13:11:09 2001 +++ /usr/ports/math/gsl.new/distinfo Mon Jun 18 23:23:00 2001 @@ -1,2 +1,2 @@ -MD5 (gsl-0.7.tar.gz) = d20ef38971c4b813b94b3b2079351ab7 -MD5 (gsl-ref.ps.gz) = 4d5b2380b2958c9e718c84d5de55a34b +MD5 (gsl-0.8.tar.gz) = 166cbbf4123e55553f742f287cc6132a +MD5 (gsl-ref.ps.gz) = 4d5b2380b2958c9e718c84d5de55a34b diff -ruN /usr/ports/math/gsl/pkg-descr /usr/ports/math/gsl.new/pkg-descr --- /usr/ports/math/gsl/pkg-descr Sun Feb 25 10:27:17 2001 +++ /usr/ports/math/gsl.new/pkg-descr Wed Jun 20 12:54:58 2001 @@ -8,4 +8,6 @@ library itself. When the library is complete and fully tested it will be announced for general use. -WWW: http://sourceware.redhat.com/gsl/ +WWW: http://sources.redhat.com/gsl/ +- Vlad +vlad@ariel.phys.wesleyan.edu diff -ruN /usr/ports/math/gsl/pkg-plist /usr/ports/math/gsl.new/pkg-plist --- /usr/ports/math/gsl/pkg-plist Sun Feb 25 10:27:17 2001 +++ /usr/ports/math/gsl.new/pkg-plist Mon Jun 18 23:23:00 2001 @@ -2,11 +2,6 @@ bin/gsl-histogram bin/gsl-randist include/gsl/gsl_blas.h -include/gsl/gsl_blas_raw.h -include/gsl/gsl_blas_raw_L1.h -include/gsl/gsl_blas_raw_L2.h -include/gsl/gsl_blas_raw_L3.h -include/gsl/gsl_blas_raw_cm.h include/gsl/gsl_blas_types.h include/gsl/gsl_block.h include/gsl/gsl_block_char.h @@ -25,6 +20,7 @@ include/gsl/gsl_block_ulong.h include/gsl/gsl_block_ushort.h include/gsl/gsl_cblas.h +include/gsl/gsl_chebyshev.h include/gsl/gsl_complex.h include/gsl/gsl_complex_math.h include/gsl/gsl_const.h @@ -34,6 +30,7 @@ include/gsl/gsl_dft_complex.h include/gsl/gsl_dft_complex_float.h include/gsl/gsl_dht.h +include/gsl/gsl_diff.h include/gsl/gsl_eigen.h include/gsl/gsl_errno.h include/gsl/gsl_fft.h @@ -79,6 +76,8 @@ include/gsl/gsl_multifit_nlin.h include/gsl/gsl_multimin.h include/gsl/gsl_multiroots.h +include/gsl/gsl_nan.h +include/gsl/gsl_ntuple.h include/gsl/gsl_odeiv.h include/gsl/gsl_permutation.h include/gsl/gsl_permute.h @@ -106,6 +105,7 @@ include/gsl/gsl_permute_vector_ulong.h include/gsl/gsl_permute_vector_ushort.h include/gsl/gsl_poly.h +include/gsl/gsl_pow_int.h include/gsl/gsl_precision.h include/gsl/gsl_qrng.h include/gsl/gsl_randist.h @@ -114,7 +114,6 @@ include/gsl/gsl_sf.h include/gsl/gsl_sf_airy.h include/gsl/gsl_sf_bessel.h -include/gsl/gsl_sf_chebyshev.h include/gsl/gsl_sf_clausen.h include/gsl/gsl_sf_coulomb.h include/gsl/gsl_sf_coupling.h @@ -134,7 +133,6 @@ include/gsl/gsl_sf_laguerre.h include/gsl/gsl_sf_legendre.h include/gsl/gsl_sf_log.h -include/gsl/gsl_sf_poly.h include/gsl/gsl_sf_pow_int.h include/gsl/gsl_sf_psi.h include/gsl/gsl_sf_result.h @@ -181,6 +179,7 @@ include/gsl/gsl_statistics_ulong.h include/gsl/gsl_statistics_ushort.h include/gsl/gsl_sum.h +include/gsl/gsl_sys.h include/gsl/gsl_test.h include/gsl/gsl_vector.h include/gsl/gsl_vector_char.h @@ -198,6 +197,7 @@ include/gsl/gsl_vector_uint.h include/gsl/gsl_vector_ulong.h include/gsl/gsl_vector_ushort.h +include/gsl/gsl_version.h @unexec install-info --delete %D/info/gsl-ref.info %D/info/dir info/gsl-ref.info info/gsl-ref.info-1 @@ -217,16 +217,18 @@ info/gsl-ref.info-15 info/gsl-ref.info-16 info/gsl-ref.info-17 +info/gsl-ref.info-18 +info/gsl-ref.info-19 +info/gsl-ref.info-20 @exec install-info %D/info/gsl-ref.info %D/info/dir lib/libgsl.a +lib/libgsl.la lib/libgsl.so lib/libgsl.so.0 -lib/libgslblas.a -lib/libgslblas.so -lib/libgslblas.so.0 -lib/libgslblascblas.a -lib/libgslblascblas.so -lib/libgslblascblas.so.0 +lib/libgslcblas.a +lib/libgslcblas.la +lib/libgslcblas.so +lib/libgslcblas.so.0 share/aclocal/gsl.m4 %%PORTDOCS%%share/doc/gsl/gsl-ref.ps %%PORTDOCS%%@dirrm share/doc/gsl >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010620193356.D81FB1EA307>