mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
@@ -6,8 +6,8 @@ HOMEPAGE="http://www.nethack.org/"
|
||||
COPYRIGHT="1985-2015 Stichting Mathematisch Centrum and M. Stephenson"
|
||||
LICENSE="nethack"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/nethack/files/nethack/3.6.0/nethack-360-src.tgz"
|
||||
CHECKSUM_SHA256="1ade698d8458b8d87a4721444cb73f178c74ed1b6fde537c12000f8edf2cb18a"
|
||||
SOURCE_URI="https://www.nethack.org/download/3.6.1/nethack-361-src.tgz"
|
||||
CHECKSUM_SHA256="4b8cbf1cc3ad9f6b9bae892d44a9c63106d44782a210906162a7c3be65040ab6"
|
||||
SOURCE_DIR="nethack-$portVersion"
|
||||
PATCHES="nethack-$portVersion.patchset"
|
||||
|
||||
@@ -5,27 +5,28 @@ Subject: Added Haiku support
|
||||
|
||||
|
||||
diff --git a/sys/unix/Makefile.doc b/sys/unix/Makefile.doc
|
||||
index e2a8131..e9c838e 100644
|
||||
index dd3703b..5ee096e 100644
|
||||
--- a/sys/unix/Makefile.doc
|
||||
+++ b/sys/unix/Makefile.doc
|
||||
@@ -17,7 +17,6 @@ GUIDEBOOK = Guidebook # regular ASCII file
|
||||
@@ -19,7 +19,7 @@ GUIDEBOOK = Guidebook # regular ASCII file
|
||||
# Some versions of col need -x to keep them from converting spaces to tabs;
|
||||
# some versions of col don't do the conversion by default and don't
|
||||
# recognize the option. Sigh.
|
||||
-COLCMD = col -bx
|
||||
+#COLCMD = col -bx
|
||||
#COLCMD = col -b
|
||||
|
||||
# The command to use to generate a PostScript file
|
||||
@@ -29,7 +28,7 @@ PSCMD = groff
|
||||
# GUIDECMD = cat Guidebook.txt
|
||||
# The following works better with groff-1.18, eg on Linux
|
||||
# GUIDECMD = $(GUIDE_PREFORMAT) | nroff -c -Tascii | $(COLCMD)
|
||||
-GUIDECMD = $(GUIDE_PREFORMAT) | nroff | $(COLCMD)
|
||||
+GUIDECMD = $(GUIDE_PREFORMAT) | nroff
|
||||
@@ -33,7 +33,7 @@ PSCMD = groff
|
||||
# Single page. Might need adjustment to .pl value
|
||||
# GUIDECMD= $(GUIDE_PREFORMAT) | perl -pe 's/^(.mt)$$/.pl 4720v\n.in 0\n.po 8\n.ll 64m\n$$1/' | nroff -c -Tascii | $(COLCMD)
|
||||
#
|
||||
-GUIDECMD = $(GUIDE_PREFORMAT) | nroff -c -Tascii | $(COLCMD)
|
||||
+GUIDECMD = $(GUIDE_PREFORMAT) | nroff -c -Tascii
|
||||
|
||||
# Only generate output for the current configuration:
|
||||
NHGREP = $(MAKEDEFS) --grep --input - --output -
|
||||
@@ -93,7 +92,7 @@ distrib: $(DISTRIB)
|
||||
@@ -97,7 +97,7 @@ distrib: $(DISTRIB)
|
||||
|
||||
Guidebook.txt : Guidebook.mn tmac.n
|
||||
$(GUIDECMD) > Guidebook.txt
|
||||
@@ -35,10 +36,10 @@ index e2a8131..e9c838e 100644
|
||||
cat nethack.6 | $(MAN2TXT) > nethack.txt
|
||||
lev_comp.txt : lev_comp.6
|
||||
diff --git a/sys/unix/Makefile.utl b/sys/unix/Makefile.utl
|
||||
index d5d3042..b5b0b57 100644
|
||||
index 9119cef..7937199 100644
|
||||
--- a/sys/unix/Makefile.utl
|
||||
+++ b/sys/unix/Makefile.utl
|
||||
@@ -104,8 +104,8 @@ OBJDIR = ../src
|
||||
@@ -111,8 +111,8 @@ OBJDIR = ../src
|
||||
|
||||
# yacc/lex programs to use to generate *_comp.h, *_lex.c, and *_yacc.c.
|
||||
# if, instead of yacc/lex you have bison/flex, comment/uncomment the following.
|
||||
@@ -100,5 +101,5 @@ index 0000000..83db3ae
|
||||
+VARFILEPERM = 0600
|
||||
+GAMEPERM = 0755
|
||||
--
|
||||
2.2.2
|
||||
2.19.1
|
||||
|
||||
Reference in New Issue
Block a user