Date: Wed, 6 Jan 1999 13:36:54 +0300 (MSK) From: Andrey Zakhvatov <andy@icc.surw.chel.su> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9344: Update port: games/agm Message-ID: <199901061036.NAA02683@icc.surw.chel.su>
next in thread | raw e-mail | index | archive | help
>Number: 9344 >Category: ports >Synopsis: Update port: games/agm >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: Wed Jan 6 02:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 2.2.7-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update games/agm port. diff -Nru agm/Makefile agm-1.4/Makefile --- agm/Makefile Sat Mar 28 23:38:13 1998 +++ agm-1.4/Makefile Wed Jan 6 15:48:40 1999 @@ -1,14 +1,15 @@ # New ports collection makefile for: agm -# Version required: 1.3.1 +# Version required: 1.4 # Date created: 4 July 1997 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.2 1998/03/28 14:18:34 steve Exp $ # -DISTNAME= agm-1.3.1 +DISTNAME= agm-1.4 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + http://users.gtn.net/fraserm/ MASTER_SITE_SUBDIR= games/amusements MAINTAINER= andy@icc.surw.chel.su diff -Nru agm/files/md5 agm-1.4/files/md5 --- agm/files/md5 Sat Mar 28 23:38:14 1998 +++ agm-1.4/files/md5 Wed Jan 6 15:49:12 1999 @@ -1 +1 @@ -MD5 (agm-1.3.1.tar.gz) = 2f6da7f63fb87f5a8a16a500b6be0abb +MD5 (agm-1.4.tar.gz) = 3ff16447dba1d693fdd32752ddc9966c diff -Nru agm/patches/patch-aa agm-1.4/patches/patch-aa --- agm/patches/patch-aa Sat Mar 28 23:38:57 1998 +++ agm-1.4/patches/patch-aa Wed Jan 6 16:41:15 1999 @@ -1,6 +1,6 @@ ---- Makefile Wed Mar 18 01:02:29 1998 -+++ /home/andy/tmp/wrk/Makefile Sun Mar 22 11:00:29 1998 -@@ -45,7 +45,7 @@ +--- Makefile Sat Oct 17 15:21:25 1998 ++++ /home/andy/tmp/wrk/Makefile Wed Jan 6 16:40:21 1999 +@@ -55,13 +55,13 @@ #MANDIR=../../man MANDIR=/usr/local/man # Location of the word file @@ -9,3 +9,27 @@ # Name of the default wordfile WORDFILE=-DWORDFILE=\"$(WORDDIR)/words\" # C compiler +-CC=cc ++CC?=cc + # Optimization or other flags for C compiler +-CCFLAGS=-O ++CFLAGS?=-O + #CCFLAGS=-g + # Alter this if you have problems compiling the CPU limit code or the + # timer code +@@ -77,13 +77,13 @@ + doc: agm.ps + + agm: main.o process.o listfuncs.o wordfuncs.o gobble.o sort.o output.o progress.o +- $(CC) $(CCFLAGS) $(DEFINES) $(RELEASE) $(WORDFILE) -o agm main.o process.o listfuncs.o wordfuncs.o gobble.o sort.o output.o progress.o ++ $(CC) $(CFLAGS) $(DEFINES) $(RELEASE) $(WORDFILE) -o agm main.o process.o listfuncs.o wordfuncs.o gobble.o sort.o output.o progress.o + + #gagm: gtkmain.o + # $(CC) $(CCFLAGS) $(DEFINES) $(RELEASE) $(WORDFILE) -o gagm gtkmain.o $(GTKCFLAGS) $(GTKLIBS) + + .c.o: +- $(CC) -c $(CCFLAGS) $(DEFINES) $(RELEASE) $(WORDFILE) $< ++ $(CC) -c $(CFLAGS) $(DEFINES) $(RELEASE) $(WORDFILE) $< + + #gtkmain.o: gtkmain.c agm.h + diff -Nru agm/pkg/DESCR agm-1.4/pkg/DESCR --- agm/pkg/DESCR Tue Jul 15 02:08:06 1997 +++ agm-1.4/pkg/DESCR Wed Jan 6 15:47:10 1999 @@ -1,3 +1,5 @@ 'agm' searches for single- or multi-word anagrams of target words, and has options to assist finding good anagrams by -eliminating excessive "dross" words +eliminating excessive "dross" words. + +http://users.gtn.net/fraserm/anagrams.html >How-To-Repeat: >Fix: Please, check and apply this patch. >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?199901061036.NAA02683>