From dbabler@Rigel.orionsys.com  Fri Oct 25 10:17:00 1996
Received: from Rigel.orionsys.com (root@rigel.orionsys.com [205.148.224.9])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA03466
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Oct 1996 10:16:58 -0700 (PDT)
Received: (from dbabler@localhost) by Rigel.orionsys.com (8.7.6/8.6.9) id KAA12020; Fri, 25 Oct 1996 10:16:53 -0700 (PDT)
Message-Id: <199610251716.KAA12020@Rigel.orionsys.com>
Date: Fri, 25 Oct 1996 10:16:53 -0700 (PDT)
From: David Babler <dbabler@Rigel.orionsys.com>
Reply-To: dbabler@Rigel.orionsys.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: slynx 2.6 won't build
X-Send-Pr-Version: 3.2

>Number:         1890
>Category:       ports
>Synopsis:       current slang-slynx port won't build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 25 10:20:04 PDT 1996
>Closed-Date:    Fri Oct 25 14:14:52 PDT 1996
>Last-Modified:  Fri Oct 25 14:15:18 PDT 1996
>Originator:     David Babler
>Release:        FreeBSD 2.1.5-STABLE i386
>Organization:
>Environment:

	486DX2-66, 16MB RAM
>Description:

Attempting to build the current slynx port fail to patch the source (3 of
3).

%make all install

>How-To-Repeat:

	

>Fix:
	
	

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ache 
State-Changed-When: Fri Oct 25 14:14:52 PDT 1996 
State-Changed-Why:  
Obsoleted *.mk files 
>Unformatted:
 >> No MD5 checksum file.
 ===>  Extracting for slang-lynx-2.6
 ===>  slang-lynx-2.6 depends on executable: unzip - found
 ===>  slang-lynx-2.6 depends on shared library: slang\.0\.99 - found
 ===>  Patching for slang-lynx-2.6
 ===>  Applying FreeBSD patches for slang-lynx-2.6
 *** Error code 2
 
 Stop.
 *** Error code 1
 
 Stop.
 *** Error code 1
 
 Stop.
 
 ---- Makefile.rej contents
 ***************
 *** 10,29 ****
   ##change the next line if you want lynx installed somewhere 
   ##besides /usr/local/bin
   
 ! exec= /usr/local/bin
   
   ##change the next line if you want the lynx man file installed somewhere
   ##besides /usr/man/man1
   
 ! doc= /usr/man/man1
   
   ##change the next line if you want the lynx.cfg file installed somewhere
   ##besides /usr/local/lib
   
 ! cfg= /usr/local/lib
   
 ! installbin= install -c -s -m 555
 ! installdoc= install -c -m 444
   
   
   #set the relative location of the WWW library Implementation directory, 
 --- 10,29 ----
   ##change the next line if you want lynx installed somewhere 
   ##besides /usr/local/bin
   
 ! exec= ${PREFIX}/bin
   
   ##change the next line if you want the lynx man file installed somewhere
   ##besides /usr/man/man1
   
 ! doc= ${PREFIX}/man/man1
   
   ##change the next line if you want the lynx.cfg file installed somewhere
   ##besides /usr/local/lib
   
 ! cfg= ${PREFIX}/etc
   
 ! installbin= ${INSTALL} -c -s -m ${BINMODE} -o ${BINOWN} -g ${BINGRP}
 ! installdoc= ${INSTALL} -c -m 444 -o ${BINOWN} -g ${BINGRP}
   
   
   #set the relative location of the WWW library Implementation directory, 
 ***************
 *** 320,326 ****
   freebsd-ncurses:  
   	cd WWW/Library/freebsd; make LYFLAGS="$(SITE_LYDEFS)"
   	cd src; make all MCFLAGS="$(CFLAGS) -DFANCY_CURSES -DNCURSES -DUNIX \
 ! 		-DNO_TTYTYPE -DNO_CUSERID -DLOCALE \
   		-I../$(WWWINC) $(SITE_DEFS)" \
   		LIBS="-lncurses -lmytinfo $(WAISLIB) $(SOCKSLIB)" \
   		WWWLIB="../WWW/Library/freebsd/libwww.a"
 --- 320,326 ----
   freebsd-ncurses:  
   	cd WWW/Library/freebsd; make LYFLAGS="$(SITE_LYDEFS)"
   	cd src; make all MCFLAGS="$(CFLAGS) -DFANCY_CURSES -DNCURSES -DUNIX \
 ! 		-DLYNX_CFG_FILE='\"${PREFIX}/etc/lynx.cfg\"' -DNO_TTYTYPE -DNO_CUSERID -DLOCALE \
   		-I../$(WWWINC) $(SITE_DEFS)" \
   		LIBS="-lncurses -lmytinfo $(WAISLIB) $(SOCKSLIB)" \
   		WWWLIB="../WWW/Library/freebsd/libwww.a"
 
