Date: Fri, 25 Oct 1996 10:16:53 -0700 (PDT) From: David Babler <dbabler@Rigel.orionsys.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/1890: slynx 2.6 won't build Message-ID: <199610251716.KAA12020@Rigel.orionsys.com> Resent-Message-ID: <199610251720.KAA03659@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 1890 >Category: ports >Synopsis: current slang-slynx port won't build >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 25 10:20:04 PDT 1996 >Last-Modified: >Originator: David Babler >Organization: >Release: FreeBSD 2.1.5-STABLE i386 >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: >Audit-Trail: >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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610251716.KAA12020>