diff options
author | will <will@FreeBSD.org> | 2000-06-20 15:17:17 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-20 15:17:17 +0800 |
commit | 85bb6cac6932600a3451bf5b325dbdd28a32967e (patch) | |
tree | 7ffa03f5f25b3b61a222cd073d729486a439ca97 /astro/saoimage | |
parent | 736e54b646fdb3befa0b5399c57dfe3b79eebed1 (diff) | |
download | freebsd-ports-graphics-85bb6cac6932600a3451bf5b325dbdd28a32967e.tar.gz freebsd-ports-graphics-85bb6cac6932600a3451bf5b325dbdd28a32967e.tar.zst freebsd-ports-graphics-85bb6cac6932600a3451bf5b325dbdd28a32967e.zip |
Update to 1.28.1.
PR: 19379
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'astro/saoimage')
-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 7fa13243dc1..12578156930 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 66465bb47b8..1300319e092 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 00000000000..b37693a420b --- /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> |