Updated distinfo and removed unneeded patch files.

This commit is contained in:
Olaf Seibert 2011-10-26 23:07:06 +00:00 committed by Thomas Klausner
parent 84b8fbc58d
commit 3f4c9c3d11
4 changed files with 3 additions and 51 deletions

View file

@ -1,8 +1,9 @@
$NetBSD: distinfo,v 1.2 2011/10/26 23:04:35 rhialto Exp $
$NetBSD: distinfo,v 1.3 2011/10/26 23:07:06 rhialto Exp $
SHA1 (unnethack-3.6.0-20111008.tar.gz) = ccf0f39458c6fa9bbfcceecd9912b853ff47dbd0
RMD160 (unnethack-3.6.0-20111008.tar.gz) = d1d79fa342aadf4022c046fc022387ff70ff2595
Size (unnethack-3.6.0-20111008.tar.gz) = 5199981 bytes
SHA1 (patch-include_config.h) = fbca0bb3b9440d00357921e06ca4ded64aa86fd6
SHA1 (patch-sys_autoconf_Makefile.doc) = 4074422de8c78729c158c7e52ad5b87dbbd4673e
SHA1 (patch-sys_autoconf_Makefile.src) = 26298fc474002d835a0308e2ceaf6fcc3d8ce2d5
SHA1 (patch-sys_autoconf_Makefile.src) = 0a4d8305e96b1d422197326b24d5b701e7062e81
SHA1 (patch-sys_autoconf_Makefile.top) = f58694f3850e0fc0d52bcf5c405dedd418b79ef6

View file

@ -1,15 +0,0 @@
$NetBSD: patch-configure,v 1.1.1.1 2011/06/07 20:14:13 rhialto Exp $
test == is not portable
--- configure.orig 2010-10-10 12:46:08.000000000 +0000
+++ configure
@@ -3969,7 +3969,7 @@ fi
rm -f conftest.l $LEX_OUTPUT_ROOT.c
fi
-if test "$LEX" == ":"; then
+if test "$LEX" = ":"; then
as_fn_error "cannot find flex or lex" "$LINENO" 5
fi
for ac_prog in 'bison -y' byacc yacc

View file

@ -1,19 +0,0 @@
$NetBSD: patch-include_system.h,v 1.1.1.1 2011/06/07 20:14:13 rhialto Exp $
Add NetBSD.
--- include/system.h.orig 2010-10-10 12:46:00.000000000 +0000
+++ include/system.h
@@ -94,10 +94,10 @@ typedef long off_t;
# if !defined(__SC__) && !defined(LINUX)
E long NDECL(random);
# endif
-# if (!defined(SUNOS4) && !defined(bsdi) && !defined(__FreeBSD__)) || defined(RANDOM)
+# if (!defined(SUNOS4) && !defined(bsdi) && !defined(__FreeBSD__) && !defined(__NetBSD__)) || defined(RANDOM)
E void FDECL(srandom, (unsigned int));
# else
-# if !defined(bsdi) && !defined(__FreeBSD__)
+# if !defined(bsdi) && !defined(__FreeBSD__) && !defined(__NetBSD__)
E int FDECL(srandom, (unsigned int));
# endif
# endif

View file

@ -1,15 +0,0 @@
$NetBSD: patch-sys_autoconf_Makefile.utl,v 1.1.1.1 2011/06/07 20:14:13 rhialto Exp $
This step is needed for compiling tile2x11.
--- sys/autoconf/Makefile.utl.orig 2010-10-10 12:46:08.000000000 +0000
+++ sys/autoconf/Makefile.utl
@@ -343,7 +343,7 @@ $(srcdir)/../src/tile.c: tilemap
../include/tile.h: ../win/share/tile.h tilemap
./tilemap
-# cp ../win/share/tile.h ../include/tile.h
+ cp ../win/share/tile.h ../include/tile.h
tiletext.o: $(srcdir)/../win/share/tiletext.c $(CONFIG_H) ../include/tile.h
$(CC) $(CFLAGS) -c $(srcdir)/../win/share/tiletext.c