Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 1999 14:12:05 +0700 (NSS)
From:      "Nickolay N. Dudorov" <nnd@news.itfs.nsk.su>
To:        "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
Cc:        ports@freebsd.org
Subject:   Re: lynx-current port is broken.
Message-ID:  <199908040712.OAA01604@news.itfs.nsk.su>
In-Reply-To: <6500.933747799@zippy.cdrom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In <6500.933747799@zippy.cdrom.com> Jordan K. Hubbard <jkh@zippy.cdrom.com> wrote:
> During the make install:

> Updating /usr/local/etc/lynx.cfg
> /bin/sh -c 'if test -f /usr/local/etc/lynx.cfg ; then  mv /usr/local/etc/lynx.cfg /usr/local/etc/lynx.tmp ;  else  cp ./lynx.cfg /usr/local/etc/lynx.tmp ;  fi'
> Updating /usr/local/etc/lynx.cfg to point to installed help-files
> sed     -e '/^HELPFILE:http/s@^@#@'  -e '/^#HELPFILE:file/s@#@@'  -e '/^HELPFILE:file/s@/PATH_TO/lynx_help@/usr/local/share/lynx_help@'  -e '/^[A-Z_]*:/s@/PATH_TO/lynx_doc@/usr/local/share/lynx_doc@'  -e '/^HELPFILE:file/s@$@@'  -e '/^HELPFILE:file/s@$@@'  /usr/local/etc/lynx.tmp >/usr/local/etc/lynx.cfg
> chmod 644 /usr/local/etc/lynx.cfg
> rm -f /usr/local/etc/lynx.tmp
> /bin/sh -c 'for name in COPYING COPYHEADER; do  cd /usr/local/share/lynx_doc && cp $name /usr/local/share/lynx_help/; done'
> cp: COPYING: No such file or directory
> cp: COPYHEADER: No such file or directory
> *** Error code 1

> Stop.

> Unfortunately, lynx-current is depended on by textproc/docproj and that
> in turn is depended on by the default make release rule. :)

	You can use the following update to the 'lynx-xurrent'
port (before ache correct it ;-):

	N.Dudorov
============================================================================
diff -BbNur lynx-current.ORIG/patches/patch-aa lynx-current/patches/patch-aa
--- lynx-current.ORIG/patches/patch-aa	Tue Aug  3 09:20:25 1999
+++ lynx-current/patches/patch-aa	Wed Aug  4 14:05:50 1999
@@ -1,5 +1,14 @@
---- makefile.in.orig	Wed Jul 14 20:25:26 1999
-+++ makefile.in	Mon Aug  2 06:50:21 1999
+--- makefile.in.orig	Wed Jul 14 23:25:26 1999
++++ makefile.in	Wed Aug  4 14:04:09 1999
+@@ -326,7 +326,7 @@
+ FIX_SED = tr '=' '%'
+ #FIX_SED = cat
+ 
+-install-help : $(DOCDIR) $(HELPDIR)
++install-help : install-doc $(HELPDIR)
+ 	(cd $(HELPDIR) && WD=`pwd` && HEAD=`echo $$WD|sed -e 's@/lynx_help$$@@'` && test $$WD != $$HEAD && rm -rf *)
+ 	@echo Constructing sed-script
+ 	@ECHO_CC@sed	-e '/^#/d' -e '/^$$/d' \
 @@ -374,7 +374,7 @@
  	chmod 644 $(LIBDIR)/lynx.cfg
  	-rm -f $(LIBDIR)/lynx.tmp



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?199908040712.OAA01604>