diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-20 07:17:17 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-20 07:17:17 +0000 |
commit | fe4df46c3d2b39ac7a3d6869d6bb957bea3cb319 (patch) | |
tree | 9866b842fa22c6e9b659e6aaa5eeaf2ca333012c /astro | |
parent | Update to version 1.5.4. (diff) |
Update to 1.28.1.
PR: 19379
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=29705
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 7fa13243dc1d..12578156930f 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 66465bb47b8c..1300319e0923 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 000000000000..b37693a420bf --- /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> |