Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2000 15:30:03 -0700 (PDT)
From:      SADA Kenji <sada@bsdclub.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/16417: nethack3 port won't compile on 3.4-Stable
Message-ID:  <200007282230.PAA58552@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/16417; it has been noted by GNATS.

From: SADA Kenji <sada@bsdclub.org>
To: dscheidt@enteract.com, freebsd-gnats-submit@FreeBSD.org
Cc: kasahara@nc.kyushu-u.ac.jp, sada@bsdclub.org
Subject: Re: ports/16417: nethack3 port won't compile on 3.4-Stable
Date: Sat, 29 Jul 2000 07:21:45 +0900 (JST)

 I've examined Kasahara-san's suggestions and build was succeeded on
 both my 3 and 4-stable.
 Could I apply below patch ?
 
 -
 Index: patches/patch-aa
 ===================================================================
 RCS file: /ncvs/ports/games/nethack3/patches/patch-aa,v
 retrieving revision 1.1
 diff -B -b -u -w -r1.1 patch-aa
 --- patches/patch-aa	2000/01/24 05:40:43	1.1
 +++ patches/patch-aa	2000/07/28 22:00:41
 @@ -29,7 +29,7 @@
   /* 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/local/bin/gzip" 	/* FSF gzip compression */
 ++#define COMPRESS "/usr/bin/gzip"	 	/* FSF gzip compression */
  +#define COMPRESS_EXTENSION ".gz" 		/* normal gzip extension */
   #endif
   
 Index: patches/patch-ac
 ===================================================================
 RCS file: /ncvs/ports/games/nethack3/patches/patch-ac,v
 retrieving revision 1.2
 diff -B -b -u -w -r1.2 patch-ac
 --- patches/patch-ac	2000/01/24 05:40:43	1.2
 +++ patches/patch-ac	2000/07/28 21:59:24
 @@ -1,5 +1,14 @@
 ---- ./include/unixconf.h.orig	Sat Dec 11 00:20:51 1999
 -+++ ./include/unixconf.h	Sun Dec 12 20:45:41 1999
 +--- include/unixconf.h.orig	Sat Dec 11 14:20:51 1999
 ++++ include/unixconf.h	Sat Jul 29 06:58:37 2000
 +@@ -45,7 +45,7 @@
 + /* #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 TERMINFO	/* uses terminfo rather than termcap */
 ++/* #define TERMINFO */	/* uses terminfo rather than termcap */
 + 			/* Should be defined for most SYSV, SVR4 (including
 + 			 * Solaris 2+), HPUX, and Linux systems.  In
 + 			 * particular, it should NOT be defined for the UNIXPC
  @@ -135,7 +135,7 @@
    * A stat system call is done on the mailbox every MAILCKFREQ moves.
    */
 


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?200007282230.PAA58552>