Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2000 08:40:09 -0700 (PDT)
From:      OKAZAKI Tetsurou <okazaki@be.to>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/17496  /usr/ports/editors/emacs termcap problem
Message-ID:  <200006201540.IAA59983@freefall.freebsd.org>

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

From: OKAZAKI Tetsurou <okazaki@be.to>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/17496  /usr/ports/editors/emacs termcap problem
Date: Wed, 21 Jun 2000 00:37:43 +0900

 Dear committers, use the below patch to fix the port.
 
 Tetsurou
 
 
 diff -urN /usr/ports/editors/emacs/patches/patch-ac emacs/patches/patch-ac
 --- /usr/ports/editors/emacs/patches/patch-ac	Sun Apr 11 15:57:07 1999
 +++ emacs/patches/patch-ac	Tue Jun  6 16:58:51 2000
 @@ -1,5 +1,5 @@
 ---- src/s/freebsd.h.orig	Sun Jun  9 15:14:32 1996
 -+++ src/s/freebsd.h	Fri Apr  9 18:17:41 1999
 +--- src/s/freebsd.h.orig	Mon Jun 10 05:14:32 1996
 ++++ src/s/freebsd.h	Tue Jun  6 16:44:10 2000
  @@ -1,5 +1,15 @@
   /* s/ file for freebsd system.  */
   
 @@ -16,15 +16,18 @@
   /* '__FreeBSD__' is defined by the preprocessor on FreeBSD-1.1 and up.
      Earlier versions do not have shared libraries, so inhibit them.
      You can inhibit them on newer systems if you wish
 -@@ -34,7 +44,6 @@
 +@@ -33,8 +43,9 @@
 + 
   #define LIBS_DEBUG
   #define LIBS_SYSTEM -lutil
 ++#if __FreeBSD_version < 400000
   #define LIBS_TERMCAP -ltermcap
  -#define LIB_GCC -lgcc
 ++#endif
   
   #define SYSV_SYSTEM_DIR
   
 -@@ -42,12 +51,33 @@
 +@@ -42,12 +53,33 @@
   #undef BSD_PGRPS
   #define GETPGRP_NO_ARG
   
 @@ -59,7 +62,7 @@
   
   #ifndef N_TRELOFF
   #define N_PAGSIZ(x) __LDPGSZ
 -@@ -63,6 +93,8 @@
 +@@ -63,6 +95,8 @@
   #endif /* __FreeBSD__ */
   #endif /* NO_SHARED_LIBS */
   
 @@ -68,7 +71,7 @@
   #define HAVE_WAIT_HEADER
   #define HAVE_GETLOADAVG
   /*#define HAVE_GETPAGESIZE  /* configure now puts this in config.h */
 -@@ -80,6 +112,8 @@
 +@@ -80,6 +114,8 @@
   #define BSD 199103
   #elif __FreeBSD__ == 2
   #define BSD 199306
 


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?200006201540.IAA59983>