Date: Fri, 21 Apr 2000 11:58:25 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/18133: Update port: astro/saoimage to 1.27.2 Message-ID: <200004211858.LAA26307@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 18133 >Category: ports >Synopsis: Update port: astro/saoimage to 1.27.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 21 12:00:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.27.2 Remove file: patches/patch-ac >How-To-Repeat: >Fix: diff -urN /usr/ports/astro/saoimage/Makefile astro/saoimage/Makefile --- /usr/ports/astro/saoimage/Makefile Sun Apr 9 15:41:48 2000 +++ astro/saoimage/Makefile Sat Apr 22 02:57:06 2000 @@ -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 +USE_X_PREFIX= yes MAKEFILE= makefile +MAKE_ENV= OFLAGS="${CFLAGS}" ALL_TARGET= ${OPSYS} -USE_X_PREFIX= yes + MAN1= saoimage.1 do-install: diff -urN /usr/ports/astro/saoimage/files/md5 astro/saoimage/files/md5 --- /usr/ports/astro/saoimage/files/md5 Sat Dec 25 10:39:46 1999 +++ astro/saoimage/files/md5 Sat Apr 22 02:47:07 2000 @@ -1 +1 @@ -MD5 (saoimage-1.26.10.tar.gz) = 48160a31760aef33be756c14b1df2f9d +MD5 (saoimage-1.27.2.tar.gz) = ec7bb4c3b1c786aa137a83a139a5ea2a diff -urN /usr/ports/astro/saoimage/patches/patch-aa astro/saoimage/patches/patch-aa --- /usr/ports/astro/saoimage/patches/patch-aa Tue Feb 29 12:23:16 2000 +++ astro/saoimage/patches/patch-aa Sat Apr 22 02:58:19 2000 @@ -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. diff -urN /usr/ports/astro/saoimage/patches/patch-ac astro/saoimage/patches/patch-ac --- /usr/ports/astro/saoimage/patches/patch-ac Sat Dec 25 10:39:47 1999 +++ astro/saoimage/patches/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- imhfile.c.old Sun Dec 19 15:00:35 1999 -+++ imhfile.c Sun Dec 19 15:42:50 1999 -@@ -1637,7 +1637,7 @@ - - /* Subtract minutes westward from UTC */ - ltm = localtime (&utc); -- lt = utc - timezone; -+ lt = ltm->tm_gmtoff; - - /* Correct for daylight savings time, if in effect */ - if (ltm->tm_isdst) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004211858.LAA26307>