summaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-01-15 20:07:04 +0000
committermiwi <miwi@FreeBSD.org>2007-01-15 20:07:04 +0000
commitfb80774b3874ffc034bd77fe34efcdc30471f237 (patch)
tree7cab8eed88bec6e21137d9e1c0bcbab329f0e421 /astro
parentf9d883df2de4f8ba42e1d5b3017e9c48b0125ec3 (diff)
downloadFreeBSD-ports-fb80774b3874ffc034bd77fe34efcdc30471f237.zip
FreeBSD-ports-fb80774b3874ffc034bd77fe34efcdc30471f237.tar.gz
- Update to 3.030
PR: 107896 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Diffstat (limited to 'astro')
-rw-r--r--astro/cfitsio/Makefile5
-rw-r--r--astro/cfitsio/distinfo6
-rw-r--r--astro/cfitsio/files/patch-configure24
3 files changed, 17 insertions, 18 deletions
diff --git a/astro/cfitsio/Makefile b/astro/cfitsio/Makefile
index 987a8c3..c6faf33 100644
--- a/astro/cfitsio/Makefile
+++ b/astro/cfitsio/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= cfitsio
-PORTVERSION= 3.006
-PORTREVISION= 1
+PORTVERSION= 3.030
CATEGORIES= astro
MASTER_SITES= ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
@@ -21,7 +20,7 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
WANT_FORTRAN= yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC= gfortran42
F77= gfortran42
diff --git a/astro/cfitsio/distinfo b/astro/cfitsio/distinfo
index 06b95e6..99c464d 100644
--- a/astro/cfitsio/distinfo
+++ b/astro/cfitsio/distinfo
@@ -1,3 +1,3 @@
-MD5 (cfitsio3006.tar.gz) = 4aacb54dcf833c8075d1f6515ba069ca
-SHA256 (cfitsio3006.tar.gz) = c156ee0becee8987a14229e705f0f9f39dd2b73bbc9e73bc5d69f43896cb9a63
-SIZE (cfitsio3006.tar.gz) = 2121107
+MD5 (cfitsio3030.tar.gz) = 9d8cc124bce0ecee12cb699ca7082c36
+SHA256 (cfitsio3030.tar.gz) = f21774a31274b851eb6d2d366266a6fe48a265b4ba87dc0ac8abacb48de77383
+SIZE (cfitsio3030.tar.gz) = 2236701
diff --git a/astro/cfitsio/files/patch-configure b/astro/cfitsio/files/patch-configure
index 70f5db7..014b64f 100644
--- a/astro/cfitsio/files/patch-configure
+++ b/astro/cfitsio/files/patch-configure
@@ -1,22 +1,22 @@
---- configure~ Tue Jan 9 10:31:25 2007
-+++ configure Tue Jan 9 10:31:46 2007
-@@ -857,7 +857,7 @@
- fi
+--- configure.orig Mon Nov 13 12:14:20 2006
++++ configure Sat Jan 13 20:55:43 2007
+@@ -2391,7 +2391,7 @@
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
--for ac_prog in f77 xlf cf77 gf77 g77 af77 ncf f2c
-+for ac_prog in %%FC%% f77 xlf cf77 gf77 g77 af77 ncf f2c
+-for ac_prog in f77 xlf cf77 gf77 g77 af77 ncf f2c ifort g95
++for ac_prog in %%FC% f77 xlf cf77 gf77 g77 af77 ncf f2c ifort g95
do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
---- configure.in~ Fri Jul 29 06:26:00 2005
-+++ configure.in Tue Jan 9 10:31:38 2007
-@@ -54,7 +54,7 @@
+--- configure.in.orig Mon Nov 13 12:14:14 2006
++++ configure.in Sat Jan 13 20:55:54 2007
+@@ -84,7 +84,7 @@
fi
AC_PROG_CC
--AC_CHECK_PROGS(FC, f77 xlf cf77 gf77 g77 af77 ncf f2c , nope)
-+AC_CHECK_PROGS(FC, %%FC%%, f77 xlf cf77 gf77 g77 af77 ncf f2c , nope)
+-AC_CHECK_PROGS(FC, f77 xlf cf77 gf77 g77 af77 ncf f2c ifort g95 , nope)
++AC_CHECK_PROGS(FC, %%FC%, f77 xlf cf77 gf77 g77 af77 ncf f2c ifort g95 , nope)
if test $FC = 'nope' ; then
AC_MSG_WARN(cfitsio: == No acceptable f77 found in \$PATH)
AC_MSG_WARN(cfitsio: == Cfitsio will be built without Fortran wrapper support)
OpenPOWER on IntegriCloud