Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/games
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12738

Modified Files:
        nethack.info nethack.patch 
Log Message:
latest version to stable


Index: nethack.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/games/nethack.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- nethack.info        23 Feb 2006 20:41:13 -0000      1.3
+++ nethack.info        14 Mar 2006 22:49:53 -0000      1.4
@@ -1,11 +1,11 @@
 Info2: <<
 Package: nethack%type_pkg[-x11]%type_pkg[-gnome]%type_pkg[-qt]
 Version: 3.4.3
-Revision: 1001
+Revision: 1002
 Maintainer: Matthias Neeracher <[EMAIL PROTECTED]>
 Type: -x11 (boolean), -gnome (boolean), -qt (boolean)
 BuildDepends: <<
-gettext-dev,
+gettext-dev, 
 (%type_raw[-x11] = -x11) x11-dev,
 (%type_raw[-gnome] = -gnome) libjpeg, (%type_raw[-gnome] = -gnome) libpng3, 
 (%type_raw[-gnome] = -gnome) libtiff, (%type_raw[-gnome] = -gnome) netpbm, 
@@ -51,7 +51,7 @@
 <<
 CompileScript: <<
  (cd sys/unix; sh ./setup.sh)
- make GAMEDIR=%p/lib/nethack HACKDIR=%p/lib/nethack CC=gcc-3.3 CXX=g++-3.3
+ make GAMEDIR=%p/lib/nethack HACKDIR=%p/lib/nethack
 <<
 InstallScript: <<
  make HACKDIR=%p/lib/nethack GAMEDIR=%i/lib/nethack SHELLDIR=%i/bin install

Index: nethack.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/games/nethack.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nethack.patch       20 Jan 2006 20:12:53 -0000      1.1
+++ nethack.patch       14 Mar 2006 22:49:53 -0000      1.2
@@ -1,6 +1,6 @@
 diff -ru nethack-3.4.3-orig/include/config.h nethack-3.4.3/include/config.h
---- nethack-3.4.3-orig/include/config.h        Sun Mar 28 17:51:04 2004
-+++ nethack-3.4.3/include/config.h     Sun Mar 28 21:22:39 2004
+--- nethack-3.4.3-orig/include/config.h        2005-12-19 15:34:20.000000000 
-0800
++++ nethack-3.4.3/include/config.h     2005-12-19 15:34:30.000000000 -0800
 @@ -103,6 +103,12 @@
  # endif
  #endif
@@ -15,8 +15,8 @@
  # ifdef TTY_GRAPHICS
  # undef TTY_GRAPHICS
 diff -ru nethack-3.4.3-orig/include/system.h nethack-3.4.3/include/system.h
---- nethack-3.4.3-orig/include/system.h        Sun Mar 28 17:51:04 2004
-+++ nethack-3.4.3/include/system.h     Sun Mar 28 19:06:48 2004
+--- nethack-3.4.3-orig/include/system.h        2005-12-19 15:34:20.000000000 
-0800
++++ nethack-3.4.3/include/system.h     2005-12-19 15:34:30.000000000 -0800
 @@ -72,7 +72,7 @@
  
  #if !defined(__cplusplus) && !defined(__GO32__)
@@ -27,8 +27,8 @@
  # undef random
  # endif
 diff -ru nethack-3.4.3-orig/include/unixconf.h nethack-3.4.3/include/unixconf.h
---- nethack-3.4.3-orig/include/unixconf.h      Sun Mar 28 17:51:04 2004
-+++ nethack-3.4.3/include/unixconf.h   Tue Mar 30 00:59:08 2004
+--- nethack-3.4.3-orig/include/unixconf.h      2005-12-19 15:34:20.000000000 
-0800
++++ nethack-3.4.3/include/unixconf.h   2005-12-19 15:34:31.000000000 -0800
 @@ -19,20 +19,20 @@
   */
  
@@ -72,8 +72,8 @@
   * [ALI] We assume that SVR4 means we can safely include syscall.h
   * (although it's really a BSDism). This is certainly true for Solaris 2.5,
 diff -ru nethack-3.4.3-orig/src/files.c nethack-3.4.3/src/files.c
---- nethack-3.4.3-orig/src/files.c     Sun Mar 28 17:51:03 2004
-+++ nethack-3.4.3/src/files.c  Tue Mar 30 00:28:39 2004
+--- nethack-3.4.3-orig/src/files.c     2005-12-19 15:34:20.000000000 -0800
++++ nethack-3.4.3/src/files.c  2005-12-19 15:34:31.000000000 -0800
 @@ -1341,7 +1341,7 @@
                nesting--;
                return FALSE;
@@ -102,8 +102,8 @@
            char *details;
  
 diff -ru nethack-3.4.3-orig/sys/unix/Makefile.src 
nethack-3.4.3/sys/unix/Makefile.src
---- nethack-3.4.3-orig/sys/unix/Makefile.src   Sun Mar 28 17:51:04 2004
-+++ nethack-3.4.3/sys/unix/Makefile.src        Sun Mar 28 22:54:47 2004
+--- nethack-3.4.3-orig/sys/unix/Makefile.src   2005-12-19 15:34:20.000000000 
-0800
++++ nethack-3.4.3/sys/unix/Makefile.src        2005-12-19 15:34:31.000000000 
-0800
 @@ -146,13 +146,13 @@
  # directories.  The ones given below is the usual spot for linux systems.
  # The paths are for glibconfig.h and gnomesupport.h respectively.
@@ -152,8 +152,8 @@
  # libraries for Gem port
  WINGEMLIB = -le_gem -lgem
 diff -ru nethack-3.4.3-orig/sys/unix/Makefile.top 
nethack-3.4.3/sys/unix/Makefile.top
---- nethack-3.4.3-orig/sys/unix/Makefile.top   Sun Mar 28 17:51:04 2004
-+++ nethack-3.4.3/sys/unix/Makefile.top        Mon Mar 29 01:08:47 2004
+--- nethack-3.4.3-orig/sys/unix/Makefile.top   2005-12-19 15:34:20.000000000 
-0800
++++ nethack-3.4.3/sys/unix/Makefile.top        2005-12-19 15:34:31.000000000 
-0800
 @@ -40,7 +40,7 @@
  SHELLDIR = $(PREFIX)/games
  
@@ -182,8 +182,8 @@
                < sys/unix/nethack.sh \
                > $(SHELLDIR)/$(GAME)
 diff -ru nethack-3.4.3-orig/sys/unix/unixmain.c 
nethack-3.4.3/sys/unix/unixmain.c
---- nethack-3.4.3-orig/sys/unix/unixmain.c     Sun Mar 28 17:51:04 2004
-+++ nethack-3.4.3/sys/unix/unixmain.c  Sun Mar 28 18:08:21 2004
+--- nethack-3.4.3-orig/sys/unix/unixmain.c     2005-12-19 15:34:20.000000000 
-0800
++++ nethack-3.4.3/sys/unix/unixmain.c  2005-12-19 15:34:31.000000000 -0800
 @@ -88,7 +88,7 @@
        hackpid = getpid();
        (void) umask(0777 & ~FCMASK);
@@ -194,8 +194,8 @@
  #ifdef CHDIR                  /* otherwise no chdir() */
        /*
 diff -ru nethack-3.4.3-orig/sys/unix/unixres.c nethack-3.4.3/sys/unix/unixres.c
---- nethack-3.4.3-orig/sys/unix/unixres.c      Sun Mar 28 17:51:04 2004
-+++ nethack-3.4.3/sys/unix/unixres.c   Sun Mar 28 19:11:34 2004
+--- nethack-3.4.3-orig/sys/unix/unixres.c      2005-12-19 15:34:20.000000000 
-0800
++++ nethack-3.4.3/sys/unix/unixres.c   2005-12-19 15:34:31.000000000 -0800
 @@ -18,6 +18,10 @@
  
  #ifdef GETRES_SUPPORT
@@ -208,8 +208,8 @@
  
  /* requires dynamic linking with libc */
 diff -ru nethack-3.4.3-orig/win/Qt/qt_win.cpp nethack-3.4.3/win/Qt/qt_win.cpp
---- nethack-3.4.3-orig/win/Qt/qt_win.cpp       Sun Mar 28 17:51:04 2004
-+++ nethack-3.4.3/win/Qt/qt_win.cpp    Sun Mar 28 22:48:13 2004
+--- nethack-3.4.3-orig/win/Qt/qt_win.cpp       2005-12-19 15:34:20.000000000 
-0800
++++ nethack-3.4.3/win/Qt/qt_win.cpp    2005-12-19 15:34:31.000000000 -0800
 @@ -102,7 +102,7 @@
  #include "qt_xpms.h"
  
@@ -220,8 +220,8 @@
  #else
  #  include <malloc.h>
 diff -ru nethack-3.4.3-orig/win/gnome/gnmain.c nethack-3.4.3/win/gnome/gnmain.c
---- nethack-3.4.3-orig/win/gnome/gnmain.c      Sun Mar 28 17:51:04 2004
-+++ nethack-3.4.3/win/gnome/gnmain.c   Mon Mar 29 23:52:44 2004
+--- nethack-3.4.3-orig/win/gnome/gnmain.c      2005-12-19 15:34:20.000000000 
-0800
++++ nethack-3.4.3/win/gnome/gnmain.c   2005-12-19 15:34:31.000000000 -0800
 @@ -725,7 +725,7 @@
      uid = getuid();
      euid = geteuid();
@@ -240,3 +240,17 @@
      for(i = 0; i < SIZE(ghack_chain); i++)
        ghack_chain[i].handler =
          signal(ghack_chain[i].signum, ghack_sig_handler);
+diff -ru nethack-3.4.3-orig/win/tty/termcap.c nethack-3.4.3/win/tty/termcap.c
+--- nethack-3.4.3-orig/win/tty/termcap.c       2005-12-19 15:34:20.000000000 
-0800
++++ nethack-3.4.3/win/tty/termcap.c    2005-12-19 15:34:51.000000000 -0800
+@@ -835,10 +835,6 @@
+ 
+ #include <curses.h>
+ 
+-#ifndef LINUX
+-extern char *tparm();
+-#endif
+-
+ #  ifdef COLOR_BLACK  /* trust include file */
+ #undef COLOR_BLACK
+ #  else



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to