- Fix the build with GCC 4.2 [1]
- Drop USE_X_PREFIX since it's no-op - Reindent Makefile header - Tidy up port description Reported by: pointyhat (logs) [1]
This commit is contained in:
parent
b9ba1ad61e
commit
f5e8b6fca5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194428
3 changed files with 2472 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# New ports collection makefile for: saoimage
|
||||
# Date created: 21 Feb 1998
|
||||
# Whom: giffunip@asme.org
|
||||
# New ports collection makefile for: SAOimage
|
||||
# Date created: 21 Feb 1998
|
||||
# Whom: Pedro Giffuni <giffunip@asme.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
@ -14,7 +14,6 @@ MASTER_SITES= http://tdc-www.harvard.edu/software/saoimage/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Smithsonian Astrophysical Observatory image utility for X
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
MAKEFILE= makefile
|
||||
MAKE_ENV= OFLAGS="${CFLAGS}"
|
||||
ALL_TARGET= ${OPSYS}
|
||||
|
|
2468
astro/saoimage/files/patch-gcc4
Normal file
2468
astro/saoimage/files/patch-gcc4
Normal file
File diff suppressed because it is too large
Load diff
|
@ -16,6 +16,4 @@ The SAOimage desktop includes, a main image display window, a button menu
|
|||
panel, a display magnifier, a pan and zoom reference image, and a color bar.
|
||||
A color table graph window can be brought up by clicking on the color bar.
|
||||
|
||||
Bugs or problems should be reported to Doug Mink at dmink@cfa.harvard.edu.
|
||||
|
||||
WWW: http://tdc-www.harvard.edu/software/saoimage.html
|
||||
WWW: http://tdc-www.harvard.edu/software/saoimage/
|
||||
|
|
Loading…
Reference in a new issue