Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2002 16:18:28 +0100 (CET)
From:      Miguel Mendez <flynn@energyhq.homeip.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36205: games/nethack : Update to 3.4.0 
Message-ID:  <20020322151828.52AD63FC25@energyhq.homeip.net>

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

>Number:         36205
>Category:       ports
>Synopsis:       games/nethack : Update to 3.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 22 07:20:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Miguel Mendez
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD energyhq.homeip.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 7 19:43:54 CET 2002 root@energyhq.homeip.net:/storage2/obj/storage2/src/sys/ENERGYHQ i386


	
>Description:
Just read it on /. that a new version of the greatest game ever is out. I'd also would like to pick maintainership as the port is currently orphaned. I'm not 0x64% sure of the hier, could some committer review it and check if it's ok?

	
>How-To-Repeat:
	
>Fix:

	

--- nethack.diff begins here ---
diff -ruN nethack.old/Makefile nethack/Makefile
--- nethack.old/Makefile	Mon Dec 24 03:14:59 2001
+++ nethack/Makefile	Fri Mar 22 16:06:49 2002
@@ -6,18 +6,18 @@
 #
 
 PORTNAME=	nethack
-PORTVERSION=	3.2.3
+PORTVERSION=	3.4.0
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.nethack.org/pub/nethack/nh322/src/ \
+MASTER_SITES=	ftp://ftp.nethack.org/pub/nethack/nh340/src/ \
 		ftp://ftp.wtower.com/nethack/sources/ \
 		${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	nethack
-DISTNAME=	nethack-3.2.2
+DISTNAME=	nethack-340
+EXTRACT_SUFX=	.tgz
 
-PATCH_SITES=	ftp://ftp.nethack.org/pub/nethack/nh323/src/
-PATCHFILES=	nh-3.2.2-3.2.3.diff
+MAINTAINER=	flynn@energyhq.homeip.net
 
-MAINTAINER=	ports@FreeBSD.org
+WRKSRC= 	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 NO_LATEST_LINK=	yes
 
@@ -27,6 +27,10 @@
 
 pre-configure:
 	@cd ${WRKSRC}/sys/unix; ${SH} setup.sh
+
+post-configure:
+	@${PERL} -pi -e 's@/usr@${PREFIX}@' ${WRKSRC}/Makefile
+	@${PERL} -pi -e 's@/usr@${PREFIX}@' ${WRKSRC}/doc/Makefile
 
 post-install:
 	@cd ${WRKSRC}/doc; ${CHMOD} 644 *.6
diff -ruN nethack.old/distinfo nethack/distinfo
--- nethack.old/distinfo	Sat Sep 16 22:21:20 2000
+++ nethack/distinfo	Fri Mar 22 15:19:17 2002
@@ -1,2 +1 @@
-MD5 (nethack-3.2.2.tar.gz) = c85de4d14453b3a2d182d1dfc2ca04df
-MD5 (nh-3.2.2-3.2.3.diff) = 440141990df326d5a973d890179cffae
+MD5 (nethack-340.tgz) = 0093f14fbbe449d5b188bfb6aa4eae4f
diff -ruN nethack.old/files/patch-ab nethack/files/patch-ab
--- nethack.old/files/patch-ab	Sun Mar 21 10:13:43 1999
+++ nethack/files/patch-ab	Thu Jan  1 01:00:00 1970
@@ -1,49 +0,0 @@
---- sys/unix/Makefile.src.orig	Wed Dec 11 05:20:09 1996
-+++ sys/unix/Makefile.src	Sun Mar 21 17:50:08 1999
-@@ -124,8 +124,8 @@
- # flags for debugging:
- # CFLAGS = -g -I../include
- 
--CFLAGS = -O -I../include
--LFLAGS = 
-+CFLAGS += -O -I../include -I${X11BASE}/include
-+LFLAGS =  -L${X11BASE}/lib
- 
- 
- # Set the WINSRC, WINOBJ, and WINLIB lines to correspond to your desired
-@@ -146,8 +146,8 @@
- 	winmisc.o winstat.o wintext.o winval.o tile.o
- #
- # 
--WINSRC = $(WINTTYSRC)
--WINOBJ = $(WINTTYOBJ)
-+WINSRC = $(WINTTYSRC) $(WINX11SRC)
-+WINOBJ = $(WINTTYOBJ) $(WINX11OBJ)
- 
- # on some systems the termcap library is in -ltermcap or -lcurses
- # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead
-@@ -167,13 +167,13 @@
- #
- # libraries for X11
- # If USE_XPM is defined in config.h, you will also need -lXpm here.
--WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11
-+WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 -lXpm
- # WINX11LIB = -lXaw -lXmu -lXt -lX11
- # WINX11LIB = -lXaw -lXmu -lXext -lXt -lXpm -lX11 -lm
- # WINX11LIB = -lXaw -lXmu -lXpm -lXext -lXt -lX11 -lSM -lICE -lm # BSD/OS 2.0
- #
- #
--WINLIB = $(WINTTYLIB)
-+WINLIB = $(WINTTYLIB) $(WINX11LIB)
- 
- # any other strange libraries your system needs (for Sysunix only -- the more
- # specialized targets should already be right)
-@@ -197,7 +197,7 @@
- # IRIX 4.0.x needs -lsun if NIS (YP) is being used for passwd file lookup
- # LIBS = -lsun
- #
--LIBS =
-+LIBS = -lSM -lICE
- 
- # make NetHack
- GAME     = nethack
diff -ruN nethack.old/files/patch-ac nethack/files/patch-ac
--- nethack.old/files/patch-ac	Sun Mar 21 10:13:43 1999
+++ nethack/files/patch-ac	Thu Jan  1 01:00:00 1970
@@ -1,47 +0,0 @@
-diff -ruN ./include/config.h ../nethack-3.2.2/include/config.h
---- ./include/config.h	Wed Dec 11 05:20:07 1996
-+++ ../nethack-3.2.2/include/config.h	Sun Mar 21 17:25:02 1999
-@@ -211,7 +211,7 @@
-  * Some combinations make no sense.  See the installation document.
-  */
- #define TTY_GRAPHICS	/* good old tty based graphics */
--/* #define X11_GRAPHICS	/* X11 interface */
-+#define X11_GRAPHICS	/* X11 interface */
- 
- /*
-  * Define the default window system.  This should be one that is compiled
-@@ -256,7 +256,7 @@
-  * would allow:
-  *  xpmtoppm <x11tiles.xpm | pnmscale 1.25 | ppmquant 90 >x11tiles_big.xpm
-  */
--/* # define USE_XPM		/* Disable if you do not have the XPM library */
-+# define USE_XPM		/* Disable if you do not have the XPM library */
- # ifdef USE_XPM
- #  define GRAPHIC_TOMBSTONE	/* Use graphical tombstone (rip.xpm) */
- # endif
-@@ -296,12 +296,12 @@
- 
- #ifdef UNIX
- /* path and file name extension for compression program */
--# define COMPRESS "/usr/ucb/compress"	     /* Lempel-Ziv compression */
--# define COMPRESS_EXTENSION ".Z"	     /* compress's extension */
-+/* # define COMPRESS "/usr/ucb/compress"     /* Lempel-Ziv compression */
-+/* # define COMPRESS_EXTENSION ".Z"	     /* compress's extension */
- 
- /* An example of one alternative you might want to use: */
--/* # define COMPRESS "/usr/local/bin/gzip"   /* FSF gzip compression */
--/* # define COMPRESS_EXTENSION ".gz"	     /* normal gzip extension */
-+# define COMPRESS "/usr/bin/gzip"   /* FSF gzip compression */
-+# define COMPRESS_EXTENSION ".gz"	     /* normal gzip extension */
- #endif
- #ifndef COMPRESS
- # define INTERNAL_COMP	/* control use of NetHack's compression routines */
-@@ -331,7 +331,7 @@
-  * otherwise it will be the current directory.
-  */
- # ifndef HACKDIR
--#  define HACKDIR "/usr/games/lib/nethackdir"	/* nethack directory */
-+#  define HACKDIR "/usr/local/share/nethack"	/* nethack directory */
- # endif
- 
- /*
diff -ruN nethack.old/files/patch-ad nethack/files/patch-ad
--- nethack.old/files/patch-ad	Tue Jun 22 19:05:03 1999
+++ nethack/files/patch-ad	Thu Jan  1 01:00:00 1970
@@ -1,20 +0,0 @@
---- include/system.h.orig	Mon Nov  4 08:01:25 1996
-+++ include/system.h	Sat Jun 19 16:18:02 1999
-@@ -80,7 +80,7 @@
- # if !defined(SUNOS4) || defined(RANDOM)
- E void FDECL(srandom, (unsigned int));
- # else
--#  ifndef bsdi
-+#  if !defined(bsdi) && !defined(__FreeBSD__)
- E int FDECL(srandom, (unsigned int));
- #  endif
- # endif
-@@ -510,7 +510,7 @@
- # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC)
- E time_t FDECL(time, (time_t *));
- # else
--E long FDECL(time, (time_t *));
-+E time_t FDECL(time, (time_t *));
- # endif /* ULTRIX */
- 
- #ifdef VMS
diff -ruN nethack.old/files/patch-ae nethack/files/patch-ae
--- nethack.old/files/patch-ae	Sun Mar 21 10:13:43 1999
+++ nethack/files/patch-ae	Thu Jan  1 01:00:00 1970
@@ -1,37 +0,0 @@
-diff -ruN ./include/unixconf.h ../nethack-3.2.2/include/unixconf.h
---- ./include/unixconf.h	Wed Dec 11 05:20:08 1996
-+++ ../nethack-3.2.2/include/unixconf.h	Sun Mar 21 17:25:02 1999
-@@ -31,7 +31,7 @@
- 
- /* define any of the following that are appropriate */
- /* #define SVR4		/* use in addition to SYSV for System V Release 4 */
--#define NETWORK		/* if running on a networked system */
-+/* #define NETWORK		/* if running on a networked system */
- 			/* e.g. Suns sharing a playground through NFS */
- #define SUNOS4	/* SunOS 4.x */
- /* #define LINUX	/* Another Unix clone */
-@@ -42,12 +42,12 @@
- /* #define AIX_31	/* In AIX 3.1 (IBM RS/6000) use BSD ioctl's to gain
- 			 * job control (note that AIX is SYSV otherwise)
- 			 * Also define this for AIX 3.2 */
--/* #define TEXTCOLOR	/* Use System V r3.2 terminfo color support */
-+#define TEXTCOLOR	/* Use System V r3.2 terminfo color support */
- 			/* and/or ANSI color support on termcap systems */
- 			/* and/or X11 color */
--/* #define POSIX_JOB_CONTROL	/* use System V / POSIX job control
-+#define POSIX_JOB_CONTROL	/* use System V / POSIX job control
- 			 * (e.g., VSUSP) */
--/* #define POSIX_TYPES	/* use POSIX types for system calls and termios */
-+#define POSIX_TYPES	/* use POSIX types for system calls and termios */
- 			/* define for many recent OS releases, including
- 			 * those with specific defines (since types are
- 			 * changing toward the standard from earlier chaos).
-@@ -125,7 +125,7 @@
-  * A stat system call is done on the mailbox every MAILCKFREQ moves.
-  */
- 
--#define MAIL			/* Deliver mail during the game */
-+/* #define MAIL			/* Deliver mail during the game */
- 
- /* The Andrew Message System does mail a little differently from normal
-  * UNIX.  Mail is deposited in the user's own directory in ~/Mailbox
diff -ruN nethack.old/files/patch-af nethack/files/patch-af
--- nethack.old/files/patch-af	Sun Mar 21 10:13:43 1999
+++ nethack/files/patch-af	Thu Jan  1 01:00:00 1970
@@ -1,12 +0,0 @@
-diff -ruN ./sys/unix/Makefile.doc ../nethack-3.2.2/sys/unix/Makefile.doc
---- ./sys/unix/Makefile.doc	Wed Dec 11 05:20:08 1996
-+++ ../nethack-3.2.2/sys/unix/Makefile.doc	Sun Mar 21 17:25:02 1999
-@@ -31,7 +31,7 @@
- 
- 
- GAME	= nethack
--MANDIR	= /usr/man/man6
-+MANDIR	= ${PREFIX}/man/man6
- MANEXT	= 6
- 
- # manual installation for most BSD-style systems
diff -ruN nethack.old/files/patch-ag nethack/files/patch-ag
--- nethack.old/files/patch-ag	Sun Mar 21 10:13:43 1999
+++ nethack/files/patch-ag	Thu Jan  1 01:00:00 1970
@@ -1,40 +0,0 @@
-diff -ruN ./sys/unix/Makefile.top ../nethack-3.2.2/sys/unix/Makefile.top
---- ./sys/unix/Makefile.top	Wed Dec 11 05:20:10 1996
-+++ ../nethack-3.2.2/sys/unix/Makefile.top	Sun Mar 21 17:29:27 1999
-@@ -16,14 +16,14 @@
- # make NetHack
- GAME     = nethack
- GAMEUID  = games
--GAMEGRP  = bin
-+GAMEGRP  = games
- 
- # Permissions - some places use setgid instead of setuid, for instance
- # See also the option "SECURE" in include/config.h
--GAMEPERM = 04755
--FILEPERM = 0644
-+GAMEPERM = 02755
-+FILEPERM = 0664
- EXEPERM  = 0755
--DIRPERM  = 0755
-+DIRPERM  = 0775
- 
- # GAMEDIR also appears in config.h as "HACKDIR".
- #
-@@ -32,13 +32,13 @@
- # therefore there should not be anything in GAMEDIR that you want to keep
- # (if there is, you'll have to do the installation by hand or modify the
- # instructions)
--GAMEDIR  = /usr/games/lib/$(GAME)dir
--SHELLDIR = /usr/games
-+GAMEDIR  = ${PREFIX}/share/$(GAME)
-+SHELLDIR = ${PREFIX}/bin
- 
- # per discussion in Install.X11
--VARDATND = 
-+# VARDATND = 
- # VARDATND = x11tiles pet_mark.xbm
--# VARDATND = x11tiles pet_mark.xbm rip.xpm
-+VARDATND = x11tiles pet_mark.xbm rip.xpm
- 
- VARDATD = data oracles options quest.dat rumors
- VARDAT = $(VARDATD) $(VARDATND)
diff -ruN nethack.old/pkg-descr nethack/pkg-descr
--- nethack.old/pkg-descr	Mon May  3 00:14:52 1999
+++ nethack/pkg-descr	Fri Mar 22 16:06:30 2002
@@ -4,7 +4,7 @@
 
 Take care, and try not to miss meals.
 
-WWW: http://www.win.tue.nl/games/roguelike/nethack/
+WWW: http://www.nethack.org/
 
 - Satoshi
 asami@cs.berkeley.edu
diff -ruN nethack.old/pkg-plist nethack/pkg-plist
--- nethack.old/pkg-plist	Mon Dec 24 03:14:59 2001
+++ nethack/pkg-plist	Fri Mar 22 16:03:34 2002
@@ -1,124 +1,140 @@
-bin/nethack
-share/nethack/nethack
-@exec mkdir %D/share/nethack/save
-@exec chmod -R 775 %D/share/nethack
-@exec chmod 2755 %D/share/nethack/nethack
-@exec chown games:games %D/share/nethack/save
-@unexec rm -rf %D/share/nethack/save
+games/nethack
+games/lib/nethackdir/nethack
+@exec mkdir %D/games/lib/nethackdir/save
+@exec chmod -R 775 %D/games/lib/nethackdir
+@exec chmod 2755 %D/games/lib/nethackdir/nethack
+@exec chown games:games %D/games/lib/nethackdir/save
+@unexec rm -rf %D/games/lib/nethackdir/save
 %%PORTDOCS%%share/doc/nethack/Guidebook.txt
-share/nethack/pet_mark.xbm
-share/nethack/rip.xpm
-share/nethack/x11tiles
-share/nethack/A-filla.lev
-share/nethack/A-fillb.lev
-share/nethack/A-goal.lev
-share/nethack/A-locate.lev
-share/nethack/A-start.lev
-share/nethack/B-filla.lev
-share/nethack/B-fillb.lev
-share/nethack/B-goal.lev
-share/nethack/B-locate.lev
-share/nethack/B-start.lev
-share/nethack/C-filla.lev
-share/nethack/C-fillb.lev
-share/nethack/C-goal.lev
-share/nethack/C-locate.lev
-share/nethack/C-start.lev
-share/nethack/E-filla.lev
-share/nethack/E-fillb.lev
-share/nethack/E-goal.lev
-share/nethack/E-locate.lev
-share/nethack/E-start.lev
-share/nethack/H-filla.lev
-share/nethack/H-fillb.lev
-share/nethack/H-goal.lev
-share/nethack/H-locate.lev
-share/nethack/H-start.lev
-share/nethack/K-filla.lev
-share/nethack/K-fillb.lev
-share/nethack/K-goal.lev
-share/nethack/K-locate.lev
-share/nethack/K-start.lev
-share/nethack/P-filla.lev
-share/nethack/P-fillb.lev
-share/nethack/P-goal.lev
-share/nethack/P-locate.lev
-share/nethack/P-start.lev
-share/nethack/R-filla.lev
-share/nethack/R-fillb.lev
-share/nethack/R-goal.lev
-share/nethack/R-locate.lev
-share/nethack/R-start.lev
-share/nethack/S-filla.lev
-share/nethack/S-fillb.lev
-share/nethack/S-goal.lev
-share/nethack/S-locate.lev
-share/nethack/S-start.lev
-share/nethack/T-filla.lev
-share/nethack/T-fillb.lev
-share/nethack/T-goal.lev
-share/nethack/T-locate.lev
-share/nethack/T-start.lev
-share/nethack/V-filla.lev
-share/nethack/V-fillb.lev
-share/nethack/V-goal.lev
-share/nethack/V-locate.lev
-share/nethack/V-start.lev
-share/nethack/W-filla.lev
-share/nethack/W-fillb.lev
-share/nethack/W-goal.lev
-share/nethack/W-locate.lev
-share/nethack/W-start.lev
-share/nethack/air.lev
-share/nethack/asmodeus.lev
-share/nethack/astral.lev
-share/nethack/baalz.lev
-share/nethack/bigrm-1.lev
-share/nethack/bigrm-2.lev
-share/nethack/bigrm-3.lev
-share/nethack/bigrm-4.lev
-share/nethack/bigrm-5.lev
-share/nethack/castle.lev
-share/nethack/cmdhelp
-share/nethack/data
-share/nethack/dungeon
-share/nethack/earth.lev
-share/nethack/fakewiz1.lev
-share/nethack/fakewiz2.lev
-share/nethack/fire.lev
-share/nethack/help
-share/nethack/hh
-share/nethack/history
-share/nethack/juiblex.lev
-share/nethack/knox.lev
-share/nethack/license
-share/nethack/medusa-1.lev
-share/nethack/medusa-2.lev
-share/nethack/minefill.lev
-share/nethack/minend-1.lev
-share/nethack/minend-2.lev
-share/nethack/minetn-1.lev
-share/nethack/minetn-2.lev
-share/nethack/opthelp
-share/nethack/options
-share/nethack/oracle.lev
-share/nethack/oracles
-share/nethack/orcus.lev
-share/nethack/quest.dat
-share/nethack/rumors
-share/nethack/sanctum.lev
-share/nethack/tower1.lev
-share/nethack/tower2.lev
-share/nethack/tower3.lev
-share/nethack/valley.lev
-share/nethack/water.lev
-share/nethack/wizard1.lev
-share/nethack/wizard2.lev
-share/nethack/wizard3.lev
-share/nethack/wizhelp
+games/lib/nethackdir/Wiz-strt.lev
+games/lib/nethackdir/Val-strt.lev
+games/lib/nethackdir/Tou-strt.lev
+games/lib/nethackdir/Sam-strt.lev
+games/lib/nethackdir/Rog-strt.lev
+games/lib/nethackdir/Ran-strt.lev
+games/lib/nethackdir/Pri-strt.lev
+games/lib/nethackdir/Mon-strt.lev
+games/lib/nethackdir/Kni-strt.lev
+games/lib/nethackdir/Hea-strt.lev
+games/lib/nethackdir/Cav-strt.lev
+games/lib/nethackdir/Bar-strt.lev
+games/lib/nethackdir/Arc-strt.lev
+games/lib/nethackdir/Wiz-loca.lev
+games/lib/nethackdir/Val-loca.lev
+games/lib/nethackdir/Tou-loca.lev
+games/lib/nethackdir/Sam-loca.lev
+games/lib/nethackdir/Rog-loca.lev
+games/lib/nethackdir/Ran-loca.lev
+games/lib/nethackdir/Pri-loca.lev
+games/lib/nethackdir/Mon-loca.lev
+games/lib/nethackdir/Kni-loca.lev
+games/lib/nethackdir/Hea-loca.lev
+games/lib/nethackdir/Cav-loca.lev
+games/lib/nethackdir/Bar-loca.lev
+games/lib/nethackdir/Arc-loca.lev
+games/lib/nethackdir/Wiz-filb.lev
+games/lib/nethackdir/Wiz-fila.lev
+games/lib/nethackdir/Val-filb.lev
+games/lib/nethackdir/Val-fila.lev
+games/lib/nethackdir/Tou-filb.lev
+games/lib/nethackdir/Tou-fila.lev
+games/lib/nethackdir/Sam-filb.lev
+games/lib/nethackdir/Sam-fila.lev
+games/lib/nethackdir/Rog-filb.lev
+games/lib/nethackdir/Rog-fila.lev
+games/lib/nethackdir/Ran-filb.lev
+games/lib/nethackdir/Ran-fila.lev
+games/lib/nethackdir/Pri-filb.lev
+games/lib/nethackdir/Pri-fila.lev
+games/lib/nethackdir/Mon-filb.lev
+games/lib/nethackdir/Mon-fila.lev
+games/lib/nethackdir/Kni-filb.lev
+games/lib/nethackdir/Kni-fila.lev
+games/lib/nethackdir/Hea-filb.lev
+games/lib/nethackdir/Hea-fila.lev
+games/lib/nethackdir/Cav-filb.lev
+games/lib/nethackdir/Cav-fila.lev
+games/lib/nethackdir/Bar-filb.lev
+games/lib/nethackdir/Bar-fila.lev
+games/lib/nethackdir/Arc-filb.lev
+games/lib/nethackdir/Arc-fila.lev
+games/lib/nethackdir/Wiz-goal.lev
+games/lib/nethackdir/Val-goal.lev
+games/lib/nethackdir/Tou-goal.lev
+games/lib/nethackdir/Sam-goal.lev
+games/lib/nethackdir/Rog-goal.lev
+games/lib/nethackdir/Ran-goal.lev
+games/lib/nethackdir/Pri-goal.lev
+games/lib/nethackdir/Mon-goal.lev
+games/lib/nethackdir/Kni-goal.lev
+games/lib/nethackdir/Hea-goal.lev
+games/lib/nethackdir/Cav-goal.lev
+games/lib/nethackdir/Bar-goal.lev
+games/lib/nethackdir/Arc-goal.lev
+games/lib/nethackdir/water.lev
+games/lib/nethackdir/fire.lev
+games/lib/nethackdir/earth.lev
+games/lib/nethackdir/air.lev
+games/lib/nethackdir/astral.lev
+games/lib/nethackdir/wizard3.lev
+games/lib/nethackdir/wizard2.lev
+games/lib/nethackdir/wizard1.lev
+games/lib/nethackdir/valley.lev
+games/lib/nethackdir/tower3.lev
+games/lib/nethackdir/tower2.lev
+games/lib/nethackdir/tower1.lev
+games/lib/nethackdir/soko4-2.lev
+games/lib/nethackdir/soko4-1.lev
+games/lib/nethackdir/soko3-2.lev
+games/lib/nethackdir/soko3-1.lev
+games/lib/nethackdir/soko2-2.lev
+games/lib/nethackdir/soko2-1.lev
+games/lib/nethackdir/soko1-2.lev
+games/lib/nethackdir/soko1-1.lev
+games/lib/nethackdir/sanctum.lev
+games/lib/nethackdir/orcus.lev
+games/lib/nethackdir/oracle.lev
+games/lib/nethackdir/minetn-7.lev
+games/lib/nethackdir/minetn-6.lev
+games/lib/nethackdir/minetn-5.lev
+games/lib/nethackdir/minetn-4.lev
+games/lib/nethackdir/minetn-3.lev
+games/lib/nethackdir/minetn-2.lev
+games/lib/nethackdir/minetn-1.lev
+games/lib/nethackdir/minefill.lev
+games/lib/nethackdir/minend-3.lev
+games/lib/nethackdir/minend-2.lev
+games/lib/nethackdir/minend-1.lev
+games/lib/nethackdir/medusa-2.lev
+games/lib/nethackdir/medusa-1.lev
+games/lib/nethackdir/knox.lev
+games/lib/nethackdir/juiblex.lev
+games/lib/nethackdir/fakewiz2.lev
+games/lib/nethackdir/fakewiz1.lev
+games/lib/nethackdir/hh
+games/lib/nethackdir/castle.lev
+games/lib/nethackdir/bigrm-5.lev
+games/lib/nethackdir/bigrm-4.lev
+games/lib/nethackdir/bigrm-3.lev
+games/lib/nethackdir/bigrm-2.lev
+games/lib/nethackdir/bigrm-1.lev
+games/lib/nethackdir/baalz.lev
+games/lib/nethackdir/asmodeus.lev
+games/lib/nethackdir/license
+games/lib/nethackdir/quest.dat
+games/lib/nethackdir/options
+games/lib/nethackdir/oracles
+games/lib/nethackdir/data
+games/lib/nethackdir/dungeon
+games/lib/nethackdir/wizhelp
+games/lib/nethackdir/opthelp
+games/lib/nethackdir/history
+games/lib/nethackdir/cmdhelp
+games/lib/nethackdir/help
+games/lib/nethackdir/rumors
 @mode 664
-share/nethack/logfile
-share/nethack/record
-share/nethack/perm
-@dirrm share/nethack
+games/lib/nethackdir/logfile
+games/lib/nethackdir/record
+games/lib/nethackdir/perm
+@dirrm games/lib/nethackdir
 %%PORTDOCS%%@dirrm share/doc/nethack
--- nethack.diff ends here ---


>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?20020322151828.52AD63FC25>