diff options
author | jtb <jtb@pkgsrc.org> | 2003-07-02 20:32:02 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-07-02 20:32:02 +0000 |
commit | 390147533e0d5aa732a5fdda458d79e11f14af73 (patch) | |
tree | 6e20e7b06c2f27f1eafc8a4b00a9fe0a6abce698 /math/algae | |
parent | bb0a9203fa2b20fb08066ba6ee2a77def2f0a50d (diff) | |
download | pkgsrc-390147533e0d5aa732a5fdda458d79e11f14af73.tar.gz |
Update to version 4.1.3.
Changes according to the NEWS file:
* Configure checks for "malloc.h".
* Fixed configure to work with autoconf-2.57.
Diffstat (limited to 'math/algae')
-rw-r--r-- | math/algae/Makefile | 4 | ||||
-rw-r--r-- | math/algae/distinfo | 8 | ||||
-rw-r--r-- | math/algae/patches/patch-ab | 73 |
3 files changed, 27 insertions, 58 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile index 501053c86ec..834bba01f51 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2003/06/02 01:18:35 jschauma Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/02 20:32:02 jtb Exp $ -DISTNAME= algae-4.1.2 +DISTNAME= algae-4.1.3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=algae/} diff --git a/math/algae/distinfo b/math/algae/distinfo index 3d0e4f1cb33..f05163f64c2 100644 --- a/math/algae/distinfo +++ b/math/algae/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.2 2003/04/29 22:15:27 jtb Exp $ +$NetBSD: distinfo,v 1.3 2003/07/02 20:32:02 jtb Exp $ -SHA1 (algae-4.1.2.tar.gz) = 44d8e903e9e5b71b424dc00c787c24f9a52981d3 -Size (algae-4.1.2.tar.gz) = 1680969 bytes +SHA1 (algae-4.1.3.tar.gz) = 73da6e67e9b73389af97239deda4479096cb7eb0 +Size (algae-4.1.3.tar.gz) = 1699100 bytes SHA1 (patch-aa) = c9808abd82f27eb9b41358d8b962553446b473b8 -SHA1 (patch-ab) = ef334a5af01ba292049c69b1a40e4bb29c953e1a +SHA1 (patch-ab) = a6ea544d6a76d5d47e0e313d53f34bf4f28041fa SHA1 (patch-ac) = 5f638e253bef7cb53b56d645d8ab9a2fe873e96f SHA1 (patch-ad) = 07a2ef16a2b69530b99f2492ca97044dc1514ce9 SHA1 (patch-ae) = 2684611feb396d0b987278c4484707e5e7c0e64b diff --git a/math/algae/patches/patch-ab b/math/algae/patches/patch-ab index 2b3438ddbdc..cb9e43adc74 100644 --- a/math/algae/patches/patch-ab +++ b/math/algae/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.2 2003/04/29 22:15:28 jtb Exp $ +$NetBSD: patch-ab,v 1.3 2003/07/02 20:32:02 jtb Exp $ --- configure.orig +++ configure -@@ -608,7 +608,7 @@ +@@ -1318,7 +1318,7 @@ LIBS="$LIBS -lm" f77_compile='${F77-f77} $FFLAGS -c conftest.f 1>&5 2>&5' f77_make='make F77="${F77-f77}" FFLAGS="$FFLAGS" -f conftest.mak conftest.o 1>&5 2>&5' @@ -11,10 +11,15 @@ $NetBSD: patch-ab,v 1.2 2003/04/29 22:15:28 jtb Exp $ # The next two don't include LDFLAGS, because some loser f77 compilers # (like on hp) do their own thing with the -L option. -@@ -2349,24 +2349,24 @@ +@@ -4378,60 +4378,12 @@ + + #--------------------------------------------------------------------- - - # Check whether --with-fortran-libs or --without-fortran-libs was given. +-# Where would we expect to find the Fortran libraries? +-#--------------------------------------------------------------------- +- +- +-# Check whether --with-fortran-libs or --without-fortran-libs was given. -if test "${with_fortran_libs+set}" = set; then - withval="$with_fortran_libs" - fortran_libs="${withval}" @@ -32,32 +37,13 @@ $NetBSD: patch-ab,v 1.2 2003/04/29 22:15:28 jtb Exp $ - * ) - fortran_libs="" ;; - esac --fi -+# if test "${with_fortran_libs+set}" = set; then -+# withval="$with_fortran_libs" -+# fortran_libs="${withval}" -+# else -+# # The patterns are not necessarily exclusive, so their order is important. -+# case "$host" in -+# sparc-sun-sunos4* ) -+# fortran_libs="/usr/lang/SC1.0" ;; -+# sparc-sun-solaris2* ) -+# fortran_libs=`/bin/ls -d /opt/SUNWspro/SC* | head -1`/lib ;; -+# alpha*-*-osf* ) -+# fortran_libs="/usr/lib" ;; -+# *-hp-hpux1* ) -+# fortran_libs="/opt/fortran/lib" ;; -+# * ) -+# fortran_libs="" ;; -+# esac -+# fi - - - #--------------------------------------------------------------------- -@@ -2374,23 +2374,23 @@ - # are not necessarily exclusive, so their order is important. - #--------------------------------------------------------------------- - +-fi; +- +-#--------------------------------------------------------------------- +-# What are the names of the native Fortran libraries? The patterns +-# are not necessarily exclusive, so their order is important. +-#--------------------------------------------------------------------- +- -case "$host" in - alpha* ) f77_lib_names="Futil ots for Ufor" ;; - *-aix* ) f77_lib_names="xlf xlf90" ;; @@ -75,32 +61,15 @@ $NetBSD: patch-ab,v 1.2 2003/04/29 22:15:28 jtb Exp $ -esac -f77_lib_names="$f77_lib_names g2c f2c" -for f in $f77_lib_names; do reversed_names="$f $reversed_names"; done -+# case "$host" in -+# alpha* ) f77_lib_names="Futil ots for Ufor" ;; -+# *-aix* ) f77_lib_names="xlf xlf90" ;; -+# *-hpux1* ) f77_lib_names="cl U77" ;; -+# *-hpux9* ) f77_lib_names="f U77" ;; -+# *-hpux* ) f77_lib_names="F77 I77 IO77" ;; -+# *-dec-ultrix* ) f77_lib_names="for i util ots I77 U77 F77" ;; -+# mips-sgi-irix*) f77_lib_names="F77 I77 U77 isam fpe ftn" ;; -+# mips-* ) f77_lib_names="F77 I77 U77 isam" ;; -+# *-solaris2* ) f77_lib_names="F77 M77 sunmath" ;; -+# *-sunos4* ) f77_lib_names="F77 V77" ;; -+# titan-* ) f77_lib_names="iF77 uF77 mF77" ;; -+# *-unicos* ) f77_lib_names="F77 I77 sci f" ;; -+# * ) f77_lib_names="F77 I77" ;; -+# esac -+# f77_lib_names="$f77_lib_names g2c f2c" -+# for f in $f77_lib_names; do reversed_names="$f $reversed_names"; done - - #--------------------------------------------------------------------- +- +-#--------------------------------------------------------------------- # On linux (and perhaps other GNU systems), the linker has trouble -@@ -2398,7 +2398,7 @@ + # with dynamically linked Fortran. #--------------------------------------------------------------------- cat >> confdefs.h <<\EOF -#if linux -+#if linux || defined (__NetBSD__) ++#if linux || defined(__NetBSD__) void MAIN__ (void) {abort();} #endif EOF |