1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Update to version 1.27.2.

PR:		18133
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
Steve Price 2000-04-29 23:42:21 +00:00
parent 257b4b3851
commit 46e3f64be9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28108
3 changed files with 8 additions and 15 deletions

View File

@ -6,15 +6,17 @@
#
PORTNAME= saoimage
PORTVERSION= 1.26.10
PORTVERSION= 1.27.2
CATEGORIES= astro
MASTER_SITES= ftp://cfa-ftp.harvard.edu/pub/gsc/SAOimage/
MAINTAINER= ports@FreeBSD.org
MAKEFILE= makefile
ALL_TARGET= ${OPSYS}
USE_X_PREFIX= yes
MAKEFILE= makefile
MAKE_ENV= OFLAGS="${CFLAGS}"
ALL_TARGET= ${OPSYS}
MAN1= saoimage.1
do-install:

View File

@ -1 +1 @@
MD5 (saoimage-1.26.10.tar.gz) = 48160a31760aef33be756c14b1df2f9d
MD5 (saoimage-1.27.2.tar.gz) = ec7bb4c3b1c786aa137a83a139a5ea2a

View File

@ -1,5 +1,5 @@
--- makefile.FreeBSD.orig Sat Nov 6 06:57:30 1999
+++ makefile.FreeBSD Mon Feb 28 02:57:59 2000
+++ makefile.FreeBSD Sat Apr 22 02:58:08 2000
@@ -36,9 +36,9 @@
# FBCONFIG_2, which is set to the value of IMTOOLRC in the definition of
# the CFLAGS macro below.)
@ -27,7 +27,7 @@
#OFLAGS = -g -DDEBUG
-OFLAGS = -O2 -m486 -pipe
+#OFLAGS = -O2 -m486 -pipe
+OFLAGS ?= -O2 -m486 -pipe
# ADFLAGS: architecture-dependent floating point flags, etc.
@ -46,12 +46,3 @@
#XLIB = -L/usr/X11R6/lib -lX11 # ATTENTION: OpenWindows users...
#F77LIB = -lF77 -lI77 -lU77
F77LIB = -lf2c
@@ -106,7 +106,7 @@
RM = rm -f
SHELL = /bin/sh
-CFLAGS = $(OFLAGS) $(ADFLAGS) $(MFLAGS) $(IFLAGS) -DFBCONFIG_2=\"$(IMTOOLRC)\"
+CFLAGS += $(OFLAGS) $(ADFLAGS) $(MFLAGS) $(IFLAGS) -DFBCONFIG_2=\"$(IMTOOLRC)\"
# SAOimage libraries that live in subdirectories with their own makefiles.
# This definition must be kept in correspondence with the DEPLIBS target.