From owner-freebsd-ports Sat Jun 26 17:20: 8 1999 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 E6BAA14DAF for ; Sat, 26 Jun 1999 17:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA68032; Sat, 26 Jun 1999 17:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc2-51.eisa.net.au [203.166.251.171]) by hub.freebsd.org (Postfix) with ESMTP id 9A97414D60 for ; Sat, 26 Jun 1999 17:19:31 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id KAA48167; Sun, 27 Jun 1999 10:19:31 +1000 (EST) Message-Id: <199906270019.KAA48167@blues.ghis.net> Date: Sun, 27 Jun 1999 10:19:31 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12402: update port: wmtictactoe-0.4 to 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12402 >Category: ports >Synopsis: update port: wmtictactoe-0.4 to 1.0 >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: Sat Jun 26 17:20:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.2-19990517-STABLE i386 >Organization: >Environment: >Description: Patch updates wmtictactoe port to the latest version. >How-To-Repeat: >Fix: Apply the following patch.. diff -ruN /usr/ports/games/wmtictactoe/Makefile wmtictactoe/Makefile --- /usr/ports/games/wmtictactoe/Makefile Mon May 3 14:31:13 1999 +++ wmtictactoe/Makefile Sun Jun 27 09:57:33 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: wmtictactoe -# Version required: 0.4 +# Version required: 1.0 # Date created: 28 Apr 1999 # Whom: Jim Mock # # $Id: Makefile,v 1.1.1.1 1999/05/03 04:31:13 steve Exp $ # -DISTNAME= wmtictactoe-0.4 +DISTNAME= wmtictactoe-1.0 CATEGORIES= games windowmaker afterstep MASTER_SITES= http://atlas.ucpel.tche.br/~acamargo/ diff -ruN /usr/ports/games/wmtictactoe/files/md5 wmtictactoe/files/md5 --- /usr/ports/games/wmtictactoe/files/md5 Mon May 3 14:31:13 1999 +++ wmtictactoe/files/md5 Sun Jun 27 09:57:40 1999 @@ -1 +1 @@ -MD5 (wmtictactoe-0.4.tar.gz) = dd96623a1748f50d62cc7c94deacdfea +MD5 (wmtictactoe-1.0.tar.gz) = a1a614a2bd779ceda40516edd16e031e diff -ruN /usr/ports/games/wmtictactoe/patches/patch-aa wmtictactoe/patches/patch-aa --- /usr/ports/games/wmtictactoe/patches/patch-aa Mon May 3 14:31:13 1999 +++ wmtictactoe/patches/patch-aa Sun Jun 27 10:08:08 1999 @@ -1,7 +1,9 @@ ---- Makefile.orig Mon Mar 29 09:41:40 1999 -+++ Makefile Sat May 1 21:48:22 1999 -@@ -1,9 +1,10 @@ +--- Makefile.orig Tue Mar 30 01:41:40 1999 ++++ Makefile Sun Jun 27 10:08:01 1999 +@@ -1,14 +1,17 @@ -LIBDIR = -L/usr/X11R6/lib ++CC = gcc ++CFLAGS = -c -g -O2 -Wall +INCLUDES = -I${X11BASE}/include +LIBDIR = -L${X11BASE}/lib LIBS = -lXpm -lXext -lX11 @@ -9,14 +11,20 @@ .c.o: - cc -c -g -O2 -Wall $< -o $*.o -+ cc -c -g -O2 -Wall $(INCLUDES) $< -o $*.o ++ ${CC} ${CFLAGS} ${INCLUDES} $< -o $*.o all: wmtictactoe -@@ -17,5 +18,4 @@ + wmtictactoe: $(OBJS) +- cc -o wmtictactoe $^ $(LIBDIR) $(LIBS) ++ ${CC} -o wmtictactoe $^ ${LIBDIR} ${LIBS} + + clean: + for i in $(OBJS) ; do \ +@@ -17,5 +20,4 @@ rm wmtictactoe install: - /usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe /usr/local/bin/wmtictactoe - -+ /usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe ${PREFIX}/bin/wmtictactoe ++ @/usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe ${PREFIX}/bin/wmtictactoe >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message