Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Nov 2000 00:49:59 +1100 (EST)
From:      andrew@ugh.net.au
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22939: 44bsd-more port does not compile under recent 4.1.1-STABLEs
Message-ID:  <20001118134959.CB1C2A827@starbug.ugh.net.au>

next in thread | raw e-mail | index | archive | help

>Number:         22939
>Category:       ports
>Synopsis:       44bsd-more port does not compile under recent 4.1.1-STABLEs
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 18 06:00:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Andrew
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
UgH!
>Environment:



>Description:

The misc/44bsd-more port fails to compile on more recent 4.1.1-STABLEs. I'm not
sure at exactly what point it stopped working but I'm guessing it was the
ncurses 5.1-20001009 upgrade about 5 weeks ago.

>How-To-Repeat:

	

>Fix:


diff -ruN 44bsd-more.orig/Makefile 44bsd-more/Makefile
--- 44bsd-more.orig/Makefile	Sat Nov 18 22:44:26 2000
+++ 44bsd-more/Makefile	Sat Nov 18 22:44:59 2000
@@ -24,7 +24,7 @@
 post-extract:
 	-cd ${WRKSRC} && co -d${RELDATE} RCS/*,v
 
-do-patch:
+post-patch:
 	${PERL} -pi.orig -e \
 	    's!/usr/share/misc/more.help!${PREFIX}/share/misc/44bsd-more.help!'\
 	    ${WRKSRC}/pathnames.h
diff -ruN 44bsd-more.orig/files/patch-aa 44bsd-more/files/patch-aa
--- 44bsd-more.orig/files/patch-aa	Thu Jan  1 10:00:00 1970
+++ 44bsd-more/files/patch-aa	Sat Nov 18 22:56:25 2000
@@ -0,0 +1,13 @@
+--- screen.c.orig	Sat Nov 18 22:51:05 2000
++++ screen.c	Sat Nov 18 22:54:40 2000
+@@ -127,8 +127,8 @@
+  * and needed by, the termcap library.
+  * It may be necessary on some systems to declare them extern here.
+  */
+-/*extern*/ speed_t ospeed;	/* Terminal output baud rate */
+-/*extern*/ char PC;		/* Pad character */
++/*extern speed_t ospeed;*/	/* Terminal output baud rate */
++/*extern char PC;*/		/* Pad character */
+ 
+ extern int back_scroll;
+ 

>Release-Note:
>Audit-Trail:
>Unformatted:


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?20001118134959.CB1C2A827>