From owner-freebsd-ports Mon Feb 21 6: 0:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 71AA337BD75 for ; Mon, 21 Feb 2000 06:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA19077; Mon, 21 Feb 2000 06:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AEB437BD4F for ; Mon, 21 Feb 2000 05:53:59 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA18665; Mon, 21 Feb 2000 05:53:58 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002211353.FAA18665@freefall.freebsd.org> Date: Mon, 21 Feb 2000 05:53:58 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16865: Update port: astro/luna Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16865 >Category: ports >Synopsis: Update port: astro/luna >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: Mon Feb 21 06:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Divide patches one file par patch New file: patches/patch-ab patches/patch-ac patches/patch-ad patches/patch-ae patches/patch-af patches/patch-ag Remove file: patches/patch-aa Contacted maintainer with no response. >How-To-Repeat: >Fix: diff -urN /usr/ports/astro/luna/Makefile astro/luna/Makefile --- /usr/ports/astro/luna/Makefile Sat Aug 28 07:12:28 1999 +++ astro/luna/Makefile Sat Feb 12 23:36:28 2000 @@ -6,10 +6,10 @@ # $FreeBSD: ports/astro/luna/Makefile,v 1.7 1999/08/27 21:13:31 mharo Exp $ # -DISTNAME= luna19 +DISTNAME= luna19s PKGNAME= luna-1.9 CATEGORIES= astro games -MASTER_SITES= ftp://ftp.ae.keio.ac.jp/pub/msdos/utils/ +MASTER_SITES= ftp://ftp.vector.co.jp/pack/dos/edu/science/space/ EXTRACT_SUFX= .lzh MAINTAINER= rewsirow@ff.iij4u.or.jp @@ -17,12 +17,10 @@ BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha EXTRACT_CMD= lha -EXTRACT_BEFORE_ARGS= xfw=${WRKDIR} +EXTRACT_BEFORE_ARGS= xtfqw=${WRKDIR} EXTRACT_AFTER_ARGS= # empty -PATCH_STRIP= -p1 -post-extract: - @${ECHO_MSG} "===> Removing object files for ${DISTNAME}" - @(cd ${WRKDIR}/luna19/iprintf; ${RM} -fr *.o) +NO_WRKSUBDIR= yes +MAKEFILE= makefile .include diff -urN /usr/ports/astro/luna/files/md5 astro/luna/files/md5 --- /usr/ports/astro/luna/files/md5 Thu Oct 24 17:53:51 1996 +++ astro/luna/files/md5 Sat Feb 12 18:44:26 2000 @@ -1 +1 @@ -MD5 (luna19.lzh) = 128166e7c6f94f37717adf17cb10f36d +MD5 (luna19s.lzh) = 07b2c53ccb7b5d4761412f569c0531bd diff -urN /usr/ports/astro/luna/files/patch-aa astro/luna/files/patch-aa --- /usr/ports/astro/luna/files/patch-aa Thu Jan 1 09:00:00 1970 +++ astro/luna/files/patch-aa Sat Feb 12 18:37:26 2000 @@ -0,0 +1,71 @@ +diff -rc -F^[a-z].*(.*[^;]$ old/Makefile new/Makefile +*** old/Makefile Mon May 25 15:58:49 1992 +--- new/Makefile Wed Jul 3 17:15:50 1996 +*************** +*** 4,10 **** + + MAKEFILE = Makefile + OPTDEF = -DBOX +! DEBUG = -g + + # MSDOS + #CC = cl +--- 4,10 ---- + + MAKEFILE = Makefile + OPTDEF = -DBOX +! #DEBUG = -g + + # MSDOS + #CC = cl +*************** +*** 16,22 **** + #IANSILIB = + # UNIX + CC = cc +! CFLAGS = -DUNIX $(OPTDEF) $(DEBUG) + #CC = gcc + #CFLAGS = -traditional -DUNIX $(OPTDEF) $(DEBUG) + LD = cc +--- 16,22 ---- + #IANSILIB = + # UNIX + CC = cc +! CFLAGS += -DUNIX $(OPTDEF) $(DEBUG) + #CC = gcc + #CFLAGS = -traditional -DUNIX $(OPTDEF) $(DEBUG) + LD = cc +*************** +*** 41,46 **** +--- 41,51 ---- + # The main target + # + all : $(PROG) ++ ++ install: ++ $(INSTALL) -c -s $(PROG) ${PREFIX}/bin ++ clean: ++ rm -fr $(OBJS) $(OBJSIP) $(PROG) + + # MSDOS + #$(PROG) : $(OBJS) $(OBJSIP) +diff -rc -F^[a-z].*(.*[^;]$ old/luna.c new/luna.c +*** old/luna.c Mon May 25 16:08:56 1992 +--- new/luna.c Wed Jul 3 17:10:03 1996 +*************** main(argc, argv) +*** 45,51 **** + tzhere = atoi(chp); + } + tzconv(&algotm, localtmp, tzhere - TZ_ALGO); +! printf("%d %d:%d\n", algotm.tm_mday, algotm.tm_hour, algotm.tm_min); + + for (i = 0; i < bdate; i++) { + if (extluna) { +--- 45,51 ---- + tzhere = atoi(chp); + } + tzconv(&algotm, localtmp, tzhere - TZ_ALGO); +! /*printf("%d %d:%d\n", algotm.tm_mday, algotm.tm_hour, algotm.tm_min);*/ + + for (i = 0; i < bdate; i++) { + if (extluna) { diff -urN /usr/ports/astro/luna/patches/patch-aa astro/luna/patches/patch-aa --- /usr/ports/astro/luna/patches/patch-aa Tue Jun 22 07:30:32 1999 +++ astro/luna/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,71 +0,0 @@ -diff -rc -F^[a-z].*(.*[^;]$ old/Makefile new/Makefile -*** old/Makefile Mon May 25 15:58:49 1992 ---- new/Makefile Wed Jul 3 17:15:50 1996 -*************** -*** 4,10 **** - - MAKEFILE = Makefile - OPTDEF = -DBOX -! DEBUG = -g - - # MSDOS - #CC = cl ---- 4,10 ---- - - MAKEFILE = Makefile - OPTDEF = -DBOX -! #DEBUG = -g - - # MSDOS - #CC = cl -*************** -*** 16,22 **** - #IANSILIB = - # UNIX - CC = cc -! CFLAGS = -DUNIX $(OPTDEF) $(DEBUG) - #CC = gcc - #CFLAGS = -traditional -DUNIX $(OPTDEF) $(DEBUG) - LD = cc ---- 16,22 ---- - #IANSILIB = - # UNIX - CC = cc -! CFLAGS += -DUNIX $(OPTDEF) $(DEBUG) - #CC = gcc - #CFLAGS = -traditional -DUNIX $(OPTDEF) $(DEBUG) - LD = cc -*************** -*** 41,46 **** ---- 41,51 ---- - # The main target - # - all : $(PROG) -+ -+ install: -+ $(INSTALL) -c -s $(PROG) ${PREFIX}/bin -+ clean: -+ rm -fr $(OBJS) $(OBJSIP) $(PROG) - - # MSDOS - #$(PROG) : $(OBJS) $(OBJSIP) -diff -rc -F^[a-z].*(.*[^;]$ old/luna.c new/luna.c -*** old/luna.c Mon May 25 16:08:56 1992 ---- new/luna.c Wed Jul 3 17:10:03 1996 -*************** main(argc, argv) -*** 45,51 **** - tzhere = atoi(chp); - } - tzconv(&algotm, localtmp, tzhere - TZ_ALGO); -! printf("%d %d:%d\n", algotm.tm_mday, algotm.tm_hour, algotm.tm_min); - - for (i = 0; i < bdate; i++) { - if (extluna) { ---- 45,51 ---- - tzhere = atoi(chp); - } - tzconv(&algotm, localtmp, tzhere - TZ_ALGO); -! /*printf("%d %d:%d\n", algotm.tm_mday, algotm.tm_hour, algotm.tm_min);*/ - - for (i = 0; i < bdate; i++) { - if (extluna) { diff -urN /usr/ports/astro/luna/patches/patch-ab astro/luna/patches/patch-ab --- /usr/ports/astro/luna/patches/patch-ab Thu Jan 1 09:00:00 1970 +++ astro/luna/patches/patch-ab Mon Feb 21 02:46:05 2000 @@ -0,0 +1,92 @@ +--- makefile.orig Sun May 24 03:57:22 1992 ++++ makefile Mon Feb 21 02:45:58 2000 +@@ -2,23 +2,24 @@ + # Makefile for luna using BSD cc + # + +-MAKEFILE = Makefile ++#MAKEFILE = Makefile + OPTDEF = -DBOX + + # MSDOS +-CC = cl +-CFLAGS = -Ox -AS -DANSI -W4 $(OPTDEF) +-LD = link +-LDFLAGS = -NOI +-O = .obj +-EXE = .exe ++#CC = cl ++#CFLAGS = -Ox -AS -DANSI -W4 $(OPTDEF) ++#LD = link ++#LDFLAGS = -NOI ++#O = .obj ++#EXE = .exe + # UNIX +-#CC = cc +-#CFLAGS = -Ox -DUNIX $(OPTDEF) +-#LD = cc +-#LDFLAGS = +-#O = .o +-#EXE = ++CC ?= cc ++CFLAGS += -DUNIX $(OPTDEF) ++LD = cc ++LDFLAGS = ++O = .o ++EXE = ++IANSILIB = iprintf/iansilib.o + + # The program name + PROG = luna$(EXE) +@@ -26,7 +27,8 @@ + # All modules + SRCS = famplan.c luna.c pyramid.c + OBJS = famplan$(O) luna$(O) pyramid$(O) +-OBJSIP = iprintf/idoprnt$(O) iprintf/iprintf$(O) iprintf/isprintf$(O) ++OBJSIP = iprintf/idoprnt$(O) iprintf/iprintf$(O) iprintf/isprintf$(O) \ ++ $(IANSILIB) + HDRS = luna.h + HDRSPR = pyramid.h + HDRSIP = iprintf/iansilib.h iprintf/iprint.h +@@ -35,13 +37,18 @@ + # + all : $(PROG) + ++install: ++ ${BSD_INSTALL_PROGRAM} $(PROG) ${PREFIX}/bin ++clean: ++ rm -fr $(OBJS) $(OBJSIP) $(PROG) ++ + # MSDOS +-$(PROG) : $(OBJS) $(OBJSIP) +- $(LD) @link.i ++#$(PROG) : $(OBJS) $(OBJSIP) ++# $(LD) @link.i + # $(LD) $(LDFLAGS) $(OBJS) $(OBJSIP), $(PROG); + # UNIX +-#$(PROG) : $(OBJS) $(OBJSIP) +-# $(LD) -o $(PROG) $(OBJS) $(OBJSIP) $(LDFLAGS) ++$(PROG) : $(OBJS) $(OBJSIP) ++ $(LD) -o $(PROG) $(OBJS) $(OBJSIP) $(LDFLAGS) + + $(OBJS) : $(HDRS) + +@@ -50,13 +57,13 @@ + $(OBJS) : $(MAKEFILE) + + # UNIX +-#$(OBJSIP) : $(HDRSIP) +-# ( cd iprintf; make ) ++$(OBJSIP) : $(HDRSIP) ++ ( cd iprintf; ${MAKE} ) + # MSDOS + $(OBJSIP) : $(HDRSIP) +- cd iprintf +- make +- cd .. ++# cd iprintf ++# make ++# cd .. + # + # Other dependencies + # diff -urN /usr/ports/astro/luna/patches/patch-ac astro/luna/patches/patch-ac --- /usr/ports/astro/luna/patches/patch-ac Thu Jan 1 09:00:00 1970 +++ astro/luna/patches/patch-ac Mon Feb 21 02:24:51 2000 @@ -0,0 +1,103 @@ +--- luna.c.orig Mon May 25 01:01:32 1992 ++++ luna.c Mon Feb 21 02:23:14 2000 +@@ -30,22 +30,38 @@ + int argc; + char **argv; + { +- int aotmoon, i; +- struct tm *localtmp, *algotmp; +- char *chp; ++ int aotmoon, tzhere, ++ i; ++ struct tm *localtmp, algotm; ++ char *chp, *envp, *tzname; + +- getoptions(argc, argv, &localtmp, &algotmp); ++ getoptions(argc, argv, &localtmp); ++ envp = getenv("TZ"); ++ if ((envp = getenv("TZ")) == NULL || ++ (chp = strchr(envp, '-')) == NULL && (chp = strchr(envp, '+')) == NULL ++ ) { ++ tzhere = TZ_DFL; ++ } else { ++ tzhere = atoi(chp); ++ } ++ tzconv(&algotm, localtmp, tzhere - TZ_ALGO); ++/*printf("%d %d:%d\n", algotm.tm_mday, algotm.tm_hour, algotm.tm_min);*/ ++ + for (i = 0; i < bdate; i++) { + if (extluna) { + aotmoon = getext(localtmp -> tm_year, localtmp -> tm_mon, + localtmp -> tm_mday); + } else { +- aotmoon = getmoon(algotmp -> tm_year, algotmp -> tm_yday); ++ aotmoon = getmoon(algotm.tm_year, algotm.tm_yday); + } + ++ ++ if ((tzname = getenv("TZ")) == NULL) { ++ tzname = TZNAME_DFL; ++ } + chp = Asctime(localtmp); + chp[LASCTIME - 2] = 0; +- printf("%s", chp); ++ printf("%s %3.3s", chp, tzname); + + if (numonly) { + printf(" "); +@@ -62,10 +78,11 @@ + + today = FALSE; + tomorrow(localtmp); +- tomorrow(algotmp); ++ tomorrow(&algotm); + } + + exit(0); ++/* NEVERREACHED */ + } + + +@@ -177,18 +194,15 @@ + + + void +-getoptions(argc, argv, localtmpp, algotmpp) ++getoptions(argc, argv, localtmpp) + int argc; + char **argv; + struct tm **localtmpp; +- struct tm **algotmpp; + { +- int argnum[3], argnumcnt, +- tzhere; +- char *chp, *envp; ++ int argnum[3], argnumcnt; ++ char *chp; + register int j, i; + BOOLEAN namedmon, followname; +- static struct tm algotm; + struct tm *localtmp; + + argnumcnt = 0; +@@ -375,20 +389,7 @@ + localtmp -> tm_yday + = ymd2yday(localtmp -> tm_year, localtmp -> tm_mon, + localtmp -> tm_mday); +- +- envp = getenv("TZ"); +- if ((envp = getenv("TZ")) == NULL || +- (chp = strchr(envp, '-')) == NULL && (chp = strchr(envp, '+')) == NULL +- ) { +- tzhere = TZ_DFL; +- } else { +- tzhere = atoi(chp); +- } +- tzconv(&algotm, localtmp, tzhere - TZ_ALGO); +-printf("%d %d:%d\n", algotm.tm_mday, algotm.tm_hour, algotm.tm_min); +- + *localtmpp = localtmp; +- *algotmpp = &algotm; + + return; + } diff -urN /usr/ports/astro/luna/patches/patch-ae astro/luna/patches/patch-ae --- /usr/ports/astro/luna/patches/patch-ae Thu Jan 1 09:00:00 1970 +++ astro/luna/patches/patch-ae Mon Feb 21 02:25:49 2000 @@ -0,0 +1,55 @@ +--- pyramid.h.orig Mon May 25 01:24:12 1992 ++++ pyramid.h Mon Feb 21 02:23:55 2000 +@@ -14,13 +14,16 @@ + # include + # include + # include +-# define LASCTIME (30) ++# define LASCTIME (26) + + #else /* UNIX */ +-# include ++/*# include */ ++# include + typedef time_t Time_t; + # include +-# define LASCTIME (30) ++# define LASCTIME (26) ++ extern char *asctime(); ++ extern char *getenv(); + #endif /* MSDOS or not */ + + typedef long ABDATE; +@@ -52,15 +55,6 @@ + # if defined(MSDOS) + extern char *Asctime(struct tm *tmp); + extern char *capitalize(char *chp); +-# define Tolower(cc) tolower(cc) +-# define Toupper(cc) toupper(cc) +-# else /* MSDOS */ +-# define Asctime asctime +-/*# define Tolower(cc) \ +-/* (('A' <= (cc) && (cc) <= 'Z') ? ((cc) - 'A' + 'a') : (cc)) +-/*# define Toupper(cc) \ +-/* (('a' <= (cc) && (cc) <= 'z') ? ((cc) - 'a' + 'A') : (cc)) +- */ + # endif /* ANSI and MSDOS */ + + #else /* ANSI */ +@@ -69,3 +63,16 @@ + extern void tzconv(); + extern void tomorrow(); + #endif /* ANSI or not */ ++ ++ ++#if defined(MSDOS) ++# define Tolower(cc) tolower(cc) ++# define Toupper(cc) toupper(cc) ++ ++#else ++# define Asctime asctime ++# define Tolower(cc) \ ++ (('A' <= (cc) && (cc) <= 'Z') ? ((cc) - 'A' + 'a') : (cc)) ++# define Toupper(cc) \ ++ (('a' <= (cc) && (cc) <= 'z') ? ((cc) - 'a' + 'A') : (cc)) ++#endif /* MSDOS */ diff -urN /usr/ports/astro/luna/patches/patch-af astro/luna/patches/patch-af --- /usr/ports/astro/luna/patches/patch-af Thu Jan 1 09:00:00 1970 +++ astro/luna/patches/patch-af Mon Feb 21 02:25:55 2000 @@ -0,0 +1,33 @@ +--- pyramid.c.orig Mon May 25 01:26:10 1992 ++++ pyramid.c Mon Feb 21 02:23:51 2000 +@@ -67,7 +67,7 @@ + Time_t ltime; + + time(<ime); +- return (localtime(ltime)); ++ return (localtime(<ime)); + #endif /* MSDOS or UNIX */ + } + +@@ -197,19 +197,14 @@ + Asctime(struct tm *tmp) + { + static char s[LASCTIME]; +- char *tzname; + +- if ((tzname = getenv("TZ")) == NULL) { +- tzname = TZNAME_DFL; +- } +- sprintf(s, "%s %s %2d %02d:%02d:%02d %4d %3.3s\n", ++ sprintf(s, "%s %s %2d %4d %02d:%02d:%02d\n", + downame[ymd2wday(tmp -> tm_year, tmp -> tm_mon, + tmp -> tm_mday)], + capitalize(monname[tmp -> tm_mon]), + tmp -> tm_mday, +- tmp -> tm_hour, tmp -> tm_min, tmp -> tm_sec, + tmp -> tm_year + 1900, +- tzname ++ tmp -> tm_hour, tmp -> tm_min, tmp -> tm_sec, + ); + + return (s); diff -urN /usr/ports/astro/luna/patches/patch-ag astro/luna/patches/patch-ag --- /usr/ports/astro/luna/patches/patch-ag Thu Jan 1 09:00:00 1970 +++ astro/luna/patches/patch-ag Sat Feb 12 23:36:55 2000 @@ -0,0 +1,30 @@ +--- iprintf/makefile.orig Sun May 10 03:03:06 1992 ++++ iprintf/makefile Sat Feb 12 23:27:55 2000 +@@ -3,11 +3,11 @@ + # + + # MSDOS +-CC = cl +-CFLAGS = -Ox -AS -DANSI -W4 ++#CC = cl ++#CFLAGS = -Ox -AS -DANSI -W4 + # UNIX +-#CC = cc +-#CFLAGS = -O -DUNIX ++CC ?= cc ++CFLAGS += -DUNIX + + # + # All modules +@@ -15,9 +15,9 @@ + SRCS = iansilib.c idoprnt.c iprintf.c isprintf.c + + # MSDOS +-OBJS = iansilib.obj idoprnt.obj iprintf.obj isprintf.obj ++#OBJS = iansilib.obj idoprnt.obj iprintf.obj isprintf.obj + # UNIX +-#OBJS = iansilib.o idoprnt.o iprintf.o isprintf.o ++OBJS = iansilib.o idoprnt.o iprintf.o isprintf.o + + HDRS = iansilib.h iprint.h + # diff -urN /usr/ports/astro/luna/pkg/PLIST astro/luna/pkg/PLIST --- /usr/ports/astro/luna/pkg/PLIST Thu Oct 24 17:53:53 1996 +++ astro/luna/pkg/PLIST Mon Feb 21 02:42:05 2000 @@ -1,2 +1 @@ bin/luna -@comment man/ja_JP.euc/cat1/luna.1.gz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message