Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 1999 10:19:31 +1000 (EST)
From:      jim@phrantic.phear.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12402: update port: wmtictactoe-0.4 to 1.0
Message-ID:  <199906270019.KAA48167@blues.ghis.net>

next in thread | raw e-mail | index | archive | help

>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 <jim@phrantic.phear.net>
 #
 # $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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906270019.KAA48167>