From tkato432@yahoo.com  Fri Jul 30 18:01:45 2004
Return-Path: <tkato432@yahoo.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9552F16A4CE
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 30 Jul 2004 18:01:45 +0000 (GMT)
Received: from hfep02.dion.ne.jp (hfep02.dion.ne.jp [203.181.105.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EDECE43D64
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 30 Jul 2004 18:01:43 +0000 (GMT)
	(envelope-from tkato432@yahoo.com)
Received: from localhost ([219.108.124.203]) by hfep02.dion.ne.jp with SMTP
          id <20040730180107089.YREL@hfep02.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Sat, 31 Jul 2004 03:01:07 +0900
Message-Id: <20040731030013.21c1b6d1.tkato432@yahoo.com>
Date: Sat, 31 Jul 2004 03:00:13 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: games/galaxis to 1.7

>Number:         69814
>Category:       ports
>Synopsis:       Update port: games/galaxis to 1.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    krion
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 30 18:10:25 GMT 2004
>Closed-Date:    Fri Jul 30 20:51:32 GMT 2004
>Last-Modified:  Fri Jul 30 20:51:32 GMT 2004
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 1.7

Remove file:
files/patch-aa
files/patch-ab

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/galaxis/Makefile games/galaxis/Makefile
--- /usr/ports/games/galaxis/Makefile	Fri Feb  6 10:11:04 2004
+++ games/galaxis/Makefile	Mon Jul 26 01:58:20 2004
@@ -6,14 +6,16 @@
 #
 
 PORTNAME=	galaxis
-PORTVERSION=	1.6
+PORTVERSION=	1.7
 CATEGORIES=	games
 MASTER_SITES=	http://www.catb.org/~esr/galaxis/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Clone of the nifty little Macintosh game
 
-ALL_TARGET=	# empty
+MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG"
+ALL_TARGET=	${PORTNAME}
+
 MAN6=		galaxis.6
 PLIST_FILES=	bin/galaxis
 
diff -urN /usr/ports/games/galaxis/distinfo games/galaxis/distinfo
--- /usr/ports/games/galaxis/distinfo	Thu Jan 29 20:25:09 2004
+++ games/galaxis/distinfo	Mon Jul 26 01:51:26 2004
@@ -1,2 +1,2 @@
-MD5 (galaxis-1.6.tar.gz) = eeea1114d144cfe6c75e60740213705b
-SIZE (galaxis-1.6.tar.gz) = 14494
+MD5 (galaxis-1.7.tar.gz) = 5251b71f7e7cf0bb57b3f6c2cfc887e3
+SIZE (galaxis-1.7.tar.gz) = 14560
diff -urN /usr/ports/games/galaxis/files/patch-aa games/galaxis/files/patch-aa
--- /usr/ports/games/galaxis/files/patch-aa	Sun Apr  2 09:58:02 2000
+++ games/galaxis/files/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,23 +0,0 @@
-*** Makefile.orig	Wed Dec  6 22:56:38 1995
---- Makefile	Wed Mar 29 20:36:09 2000
-***************
-*** 6,14 ****
-  V=1.1
-  
-  # Flags for use with the Linux ncurses package (recommended)
-! CFLAGS = -g -DNDEBUG  # -I/usr/local/include -L/usr/local/lib
-! TERMLIB = -lncurses
-! CC = gcc
-  
-  # Flags for use with stock curses
-  #CFLAGS = -DNDEBUG
---- 6,14 ----
-  V=1.1
-  
-  # Flags for use with the Linux ncurses package (recommended)
-! #CFLAGS = -g -DNDEBUG  # -I/usr/local/include -L/usr/local/lib
-! TERMLIB = -lncurses -lmytinfo
-! #CC = gcc
-  
-  # Flags for use with stock curses
-  #CFLAGS = -DNDEBUG
diff -urN /usr/ports/games/galaxis/files/patch-ab games/galaxis/files/patch-ab
--- /usr/ports/games/galaxis/files/patch-ab	Sun Jan 26 10:15:58 2003
+++ games/galaxis/files/patch-ab	Thu Jan  1 09:00:00 1970
@@ -1,36 +0,0 @@
-*** galaxis.c.orig	Sun Apr 21 10:54:51 2002
---- galaxis.c	Sat Jan 25 06:40:30 2003
-***************
-*** 9,15 ****
-  
-  #include <stdio.h>
-  #include <termios.h>
-! #include <curses.h>
-  #include <signal.h>
-  #include <ctype.h>
-  #include <assert.h>
---- 9,15 ----
-  
-  #include <stdio.h>
-  #include <termios.h>
-! #include <ncurses.h>
-  #include <signal.h>
-  #include <ctype.h>
-  #include <assert.h>
-***************
-*** 132,138 ****
-  
-      (void) signal(SIGINT,outro);
-      (void) signal(SIGINT,outro);
-!     (void) signal(SIGIOT,outro);		/* for assert(3) */
-      if(signal(SIGQUIT,SIG_IGN) != SIG_IGN)
-  	(void)signal(SIGQUIT,outro);
-  
---- 132,138 ----
-  
-      (void) signal(SIGINT,outro);
-      (void) signal(SIGINT,outro);
-!     (void) signal(SIGABRT,outro);		/* for assert(3) */
-      if(signal(SIGQUIT,SIG_IGN) != SIG_IGN)
-  	(void)signal(SIGQUIT,outro);
-  
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->krion 
Responsible-Changed-By: krion 
Responsible-Changed-When: Fri Jul 30 18:43:36 GMT 2004 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69814 
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Fri Jul 30 20:51:27 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69814 
>Unformatted:
