Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2003 23:30:18 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60564: Update port: games/bs to 2.5
Message-ID:  <20031225233018.0994ccbc.tkato@prontomail.com>
Resent-Message-ID: <200312251440.hBPEeHjv043083@freefall.freebsd.org>

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

>Number:         60564
>Category:       ports
>Synopsis:       Update port: games/bs to 2.5
>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:   Thu Dec 25 06:40:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Update to version 2.5

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

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/bs/Makefile games/bs/Makefile
--- /usr/ports/games/bs/Makefile	Sat Apr 12 22:46:29 2003
+++ games/bs/Makefile	Thu Dec 25 23:21:54 2003
@@ -6,14 +6,16 @@
 #
 
 PORTNAME=	bs
-PORTVERSION=	2.4
+PORTVERSION=	2.5
 CATEGORIES=	games
 MASTER_SITES=	http://www.catb.org/~esr/bs/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Battleships solitaire game with a color interface
 
+MAKE_ARGS=	CC="${CC}"
 ALL_TARGET=	# empty
+
 MAN6=		bs.6
 
 do-install:
diff -urN /usr/ports/games/bs/distinfo games/bs/distinfo
--- /usr/ports/games/bs/distinfo	Sun Jan 26 10:15:56 2003
+++ games/bs/distinfo	Thu Dec 25 23:18:50 2003
@@ -1 +1 @@
-MD5 (bs-2.4.tar.gz) = 52f99061fe890f444113646f5e6566dc
+MD5 (bs-2.5.tar.gz) = 99ac7fad07623a86d3b3f155e11e72a6
diff -urN /usr/ports/games/bs/files/patch-aa games/bs/files/patch-aa
--- /usr/ports/games/bs/files/patch-aa	Sun Jun 27 17:12:33 1999
+++ games/bs/files/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,13 +0,0 @@
---- Makefile.orig	Sun Dec 20 19:49:38 1998
-+++ Makefile	Sun Jun 27 01:03:35 1999
-@@ -6,8 +6,8 @@
- V=2.2
- 
- # Flags for use with the Linux ncurses package (recommended)
--TERMLIB = -lncurses
--CC = gcc
-+TERMLIB = -lncurses -lmytinfo
-+CC ?= gcc
- 
- # Flags for use with stock curses
- # TERMLIB = -lcurses
diff -urN /usr/ports/games/bs/files/patch-ab games/bs/files/patch-ab
--- /usr/ports/games/bs/files/patch-ab	Wed Jun  4 14:23:47 1997
+++ games/bs/files/patch-ab	Thu Jan  1 09:00:00 1970
@@ -1,19 +0,0 @@
-*** bs.c	Thu May  9 02:14:05 1996
---- /home/andy/tmp/wrk/bs.c	Mon May 26 17:57:07 1997
-***************
-*** 9,15 ****
-   */
-  #define _POSIX_SOURCE
-  
-! #include <curses.h>
-  #include <signal.h>
-  #include <ctype.h>
-  #include <stdlib.h>
---- 9,15 ----
-   */
-  #define _POSIX_SOURCE
-  
-! #include <ncurses.h>
-  #include <signal.h>
-  #include <ctype.h>
-  #include <stdlib.h>
>Release-Note:
>Audit-Trail:
>Unformatted:



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