ports/69814: Update port: games/galaxis to 1.7

KATO Tsuguru tkato432 at yahoo.com
Fri Jul 30 18:10:52 UTC 2004


>Number:         69814
>Category:       ports
>Synopsis:       Update port: games/galaxis to 1.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 30 18:10:25 GMT 2004
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list