Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Dec 1999 16:46:58 -0600 (CST)
From:      dscheidt@enteract.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15442: Patch for ports/games/nethack
Message-ID:  <199912122246.QAA45895@shell-3.enteract.com>

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

>Number:         15442
>Category:       ports
>Synopsis:       upgrade of nethack port to 3.2.3, which has y2k patches,
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 12 14:50:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     David Scheidt
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
random FreeBSD adventure game players
>Environment:

>Description:

	nethack 3.2.2 has a y2k bug in its save game format.  Dates are saved
with  two digit years.  Bad things happen if you append to the save file
following 1 jan 2000.  

>How-To-Repeat:

	

>Fix:
	
	Apply this patch:


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/nethack/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile	1999/08/31 06:44:17	1.22
+++ Makefile	1999/12/12 22:35:38
@@ -16,6 +16,8 @@
 
 LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
 
+PATCHFILES=	nh-3.2.2-3.2.3.diff
+PATCH_SITES=	ftp://ftp.nethack.org/pub/nethack/oldver/3.2.3/src/
 USE_GMAKE=	yes
 MAN6=		dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6
 
Index: files/md5
===================================================================
RCS file: /home/ncvs/ports/games/nethack/files/md5,v
retrieving revision 1.4
diff -u -r1.4 md5
--- md5	1996/12/23 02:29:36	1.4
+++ md5	1999/12/12 22:36:42
@@ -1 +1,2 @@
 MD5 (nethack-3.2.2.tar.gz) = c85de4d14453b3a2d182d1dfc2ca04df
+MD5 (nh-3.2.2-3.2.3.diff) = 440141990df326d5a973d890179cffae


>Release-Note:
>Audit-Trail:
>Unformatted:
 plus bug fixes


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?199912122246.QAA45895>