diff options
author | will <will@FreeBSD.org> | 2000-06-20 07:17:17 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-20 07:17:17 +0000 |
commit | 85bb6cac6932600a3451bf5b325dbdd28a32967e (patch) | |
tree | 7ffa03f5f25b3b61a222cd073d729486a439ca97 /astro | |
parent | 736e54b646fdb3befa0b5399c57dfe3b79eebed1 (diff) | |
download | FreeBSD-ports-85bb6cac6932600a3451bf5b325dbdd28a32967e.zip FreeBSD-ports-85bb6cac6932600a3451bf5b325dbdd28a32967e.tar.gz |
Update to 1.28.1.
PR: 19379
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/saoimage/Makefile | 2 | ||||
-rw-r--r-- | astro/saoimage/distinfo | 2 | ||||
-rw-r--r-- | astro/saoimage/files/patch-af | 11 |
3 files changed, 13 insertions, 2 deletions
diff --git a/astro/saoimage/Makefile b/astro/saoimage/Makefile index 7fa1324..1257815 100644 --- a/astro/saoimage/Makefile +++ b/astro/saoimage/Makefile @@ -6,7 +6,7 @@ # PORTNAME= saoimage -PORTVERSION= 1.27.2 +PORTVERSION= 1.28.1 CATEGORIES= astro MASTER_SITES= ftp://cfa-ftp.harvard.edu/pub/gsc/SAOimage/ \ ftp://ftp.u-aizu.ac.jp/pub/graphics/image/SAO/SAOimage/ diff --git a/astro/saoimage/distinfo b/astro/saoimage/distinfo index 66465bb..1300319 100644 --- a/astro/saoimage/distinfo +++ b/astro/saoimage/distinfo @@ -1 +1 @@ -MD5 (saoimage-1.27.2.tar.gz) = ec7bb4c3b1c786aa137a83a139a5ea2a +MD5 (saoimage-1.28.1.tar.gz) = e9348b75b2eea7fc45b411d989c3d173 diff --git a/astro/saoimage/files/patch-af b/astro/saoimage/files/patch-af new file mode 100644 index 0000000..b37693a --- /dev/null +++ b/astro/saoimage/files/patch-af @@ -0,0 +1,11 @@ +--- lin.c.orig Tue Dec 21 03:58:46 1999 ++++ lin.c Mon Jun 19 21:57:26 2000 +@@ -161,7 +161,7 @@ + "PC matrix is singular"}; + + +-#ifdef __convexc__ ++#if defined(__convexc__) || defined(__STDC__) + #include <stdlib.h> + #else + #include <malloc.h> |