Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 1999 13:50:03 -0700 (PDT)
From:      Bill Fumerola <billf@jade.chc-chimes.com>
To:        freebsd-ports@FreeBSD.org
Subject:   ports/12250: update for www/lynx to 2.8.2.rel1 (fwd)
Message-ID:  <199906172050.NAA92146@freefall.freebsd.org>

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

From: Bill Fumerola <billf@jade.chc-chimes.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: ports/12250: update for www/lynx to 2.8.2.rel1 (fwd)
Date: Thu, 17 Jun 1999 16:48:05 -0400 (EDT)

 ---------- Forwarded message ----------
 Date: Fri, 18 Jun 1999 00:35:25 +0400
 From: "Oleg V. Volkov" <rover@lglobus.ru>
 To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org
 Subject: Re: ports/12250: update for www/lynx to 2.8.2.rel1
 
 On Thu, Jun 17, 1999 at 05:39:59AM -0700, billf@FreeBSD.org wrote:
 > Synopsis: update for www/lynx to 2.8.2.rel1
 
 > State-Changed-From-To: open->closed
 > State-Changed-By: billf
 > State-Changed-When: Thu Jun 17 05:37:34 PDT 1999
 > State-Changed-Why: 
 > Please submit in diff format as described in the handbook.
 
 Easy...
 
 
 ---- BEGIN ----
 diff -ruN lynx.old/Makefile lynx/Makefile
 --- lynx.old/Makefile	Mon Apr 19 23:51:11 1999
 +++ lynx/Makefile	Fri Jun 18 00:23:01 1999
 @@ -1,30 +1,34 @@
  # New ports collection makefile for:    lynx
 -# Version required:     2.8.1 release 2
 +# Version required:     2.8.2 release 1
  # Date created:         15 Dec 1994
  # Whom:                 ache
  #
  # $Id: Makefile,v 1.83 1999/04/19 19:51:11 jseger Exp $
  #
  
 -DISTNAME=       lynx2.8.1rel.2
 -PKGNAME=        lynx-2.8.1.2
 +DISTNAME=       lynx2.8.2rel.1
 +PKGNAME=        lynx-2.8.2rel.1
  CATEGORIES=	www
  MASTER_SITES=   http://sol.slcc.edu/lynx/current/
  
  MAINTAINER=	jseger@FreeBSD.ORG
  
 +USE_BZIP2=      YES
 +NO_LATEST_LINK=	YES
 +WRKSRC=         ${WRKDIR}/lynx2-8-2
  GNU_CONFIGURE=  YES
 -CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc" \
 -		--enable-nsl-fork
 +CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
 +		--enable-nsl-fork --enable-persistent-cookies
 +MAKE_FLAGS=     helpdir=${L_HELP} -f
  MAKEFILE=       makefile
  INSTALL_TARGET= install install-help
  MAN1=		lynx.1
  
 -WRKSRC=		${WRKDIR}/lynx2-8-1
 +L_LIB=          ${PREFIX}/etc
 +L_HELP=         ${PREFIX}/share/lynx_help
  
  post-install:
 -	chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/lynx_help
 -	chown ${SHAREOWN}:${SHAREGRP} ${PREFIX}/etc/lynx.cfg
 -	${INSTALL_DATA} ${WRKSRC}/lynx.cfg ${PREFIX}/etc/lynx.cfg.default
 +	chown -R ${SHAREOWN}:${SHAREGRP} ${L_HELP}
 +	chown ${SHAREOWN}:${SHAREGRP} ${L_LIB}/lynx.cfg
  
  .include <bsd.port.mk>
 diff -ruN lynx.old/files/md5 lynx/files/md5
 --- lynx.old/files/md5	Mon Apr 19 23:51:11 1999
 +++ lynx/files/md5	Thu Jun 17 02:44:12 1999
 @@ -1 +1 @@
 -MD5 (lynx2.8.1rel.2.tar.gz) = 7cf5e545052fb24a9b449d02865c803a
 +MD5 (lynx2.8.2rel.1.tar.bz2) = 73b27bfad2c37523c7b648b3a7135cfd
 diff -ruN lynx.old/patches/patch-aa lynx/patches/patch-aa
 --- lynx.old/patches/patch-aa	Fri Mar 27 08:34:36 1998
 +++ lynx/patches/patch-aa	Wed May 26 03:08:28 1999
 @@ -1,19 +1,13 @@
 -*** makefile.in.bak	Sun Dec 14 02:30:40 1997
 ---- makefile.in	Mon Dec 15 17:48:54 1997
 -***************
 -*** 37,43 ****
 -  libdir= @libdir@
 -  
 -  ## Where you want the help-files installed
 -! helpdir= @libdir@/lynx_help
 -  
 -  installbin= @INSTALL_PROGRAM@ -s -m 755
 -  installdoc= @INSTALL_DATA@
 ---- 37,43 ----
 -  libdir= @libdir@
 -  
 -  ## Where you want the help-files installed
 -! helpdir= $(prefix)/lib/lynx_help
 -  
 -  installbin= @INSTALL_PROGRAM@ -s -m 755
 -  installdoc= @INSTALL_DATA@
 +--- makefile.in.orig	Tue May 25 21:13:02 1999
 ++++ makefile.in	Tue May 25 23:27:44 1999
 +@@ -407,8 +407,8 @@
 + 	PATH=$(srcdir):$$PATH; export PATH; $(SHELL) -c '$(srcdir)/cfg_defs.sh'
 + 
 + install-cfg : $(LIBDIR)
 +-	-mv -f $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.oldcfg
 +-	$(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg
 ++	$(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg.default
 ++	-[ ! -f $(libdir)/lynx.cfg ] && $(INSTALL_DATA) $(srcdir)/lynx.cfg $(libdir)/lynx.cfg
 + 
 + install-lss : $(LIBDIR)
 + 	-mv -f $(LIBDIR)/lynx.lss $(LIBDIR)/lynx.oldlss
 diff -ruN lynx.old/patches/patch-ab lynx/patches/patch-ab
 --- lynx.old/patches/patch-ab	Sun Mar 14 20:34:09 1999
 +++ lynx/patches/patch-ab	Thu Jan  1 03:00:00 1970
 @@ -1,15 +0,0 @@
 ---- makefile.in.orig	Tue Mar 10 14:07:58 1998
 -+++ makefile.in	Thu Sep 17 16:34:21 1998
 -@@ -271,8 +271,10 @@
 - 	-rm -f $(libdir)/lynx.tmp
 - 
 - install-cfg : $(libdir)
 --	-mv -f $(libdir)/lynx.cfg $(libdir)/lynx.oldcfg
 --	$(INSTALL_DATA) $(srcdir)/lynx.cfg $(libdir)/lynx.cfg
 -+	sh -c 'if test ! -f $(libdir)/lynx.cfg ; then \
 -+		mv -f $(libdir)/lynx.cfg $(libdir)/lynx.oldcfg ; \
 -+		$(INSTALL_DATA) $(srcdir)/lynx.cfg $(libdir)/lynx.cfg ; \
 -+	fi'
 - 
 - install-lss : $(libdir)
 - 	-mv -f $(libdir)/lynx.lss $(libdir)/lynx.oldlss
 diff -ruN lynx.old/pkg/PLIST lynx/pkg/PLIST
 --- lynx.old/pkg/PLIST	Wed Apr 14 23:35:43 1999
 +++ lynx/pkg/PLIST	Thu Jun 17 03:55:12 1999
 @@ -1,25 +1,33 @@
  bin/lynx
  etc/lynx.cfg.default
  @exec if [ ! -f %D/etc/lynx.cfg ] ; then cp -p %D/%F %B/lynx.cfg; fi
 -lib/lynx_help/Lynx_users_guide.html
 -lib/lynx_help/about_lynx.html
 -lib/lynx_help/keystrokes/bookmark_help.html
 -lib/lynx_help/keystrokes/cookie_help.html
 -lib/lynx_help/keystrokes/dired_help.html
 -lib/lynx_help/keystrokes/edit_help.html
 -lib/lynx_help/keystrokes/follow_help.html
 -lib/lynx_help/keystrokes/gopher_types_help.html
 -lib/lynx_help/keystrokes/history_help.html
 -lib/lynx_help/keystrokes/keystroke_help.html
 -lib/lynx_help/keystrokes/movement_help.html
 -lib/lynx_help/keystrokes/option_help.html
 -lib/lynx_help/keystrokes/other_help.html
 -lib/lynx_help/keystrokes/print_help.html
 -lib/lynx_help/keystrokes/scrolling_help.html
 -lib/lynx_help/keystrokes/visited_help.html
 -lib/lynx_help/keystrokes/xterm_help.html
 -lib/lynx_help/lynx-dev.html
 -lib/lynx_help/lynx_help_main.html
 -lib/lynx_help/lynx_url_support.html
 -@dirrm lib/lynx_help/keystrokes
 -@dirrm lib/lynx_help
 +share/lynx_help/Lynx_users_guide.html
 +share/lynx_help/about_lynx.html
 +share/lynx_help/keystrokes/alt_edit_help.html
 +share/lynx_help/keystrokes/bookmark_help.html
 +share/lynx_help/keystrokes/cookie_help.html
 +share/lynx_help/keystrokes/dired_help.html
 +share/lynx_help/keystrokes/edit_help.html
 +share/lynx_help/keystrokes/environments.html
 +share/lynx_help/keystrokes/follow_help.html
 +share/lynx_help/keystrokes/gopher_types_help.html
 +share/lynx_help/keystrokes/history_help.html
 +share/lynx_help/keystrokes/keystroke_help.html
 +share/lynx_help/keystrokes/movement_help.html
 +share/lynx_help/keystrokes/option_help.html
 +share/lynx_help/keystrokes/other_help.html
 +share/lynx_help/keystrokes/print_help.html
 +share/lynx_help/keystrokes/scrolling_help.html
 +share/lynx_help/keystrokes/test_display.html
 +share/lynx_help/keystrokes/visited_help.html
 +share/lynx_help/keystrokes/xterm_help.html
 +share/lynx_help/lynx-dev.html
 +share/lynx_help/lynx_help_main.html
 +share/lynx_help/lynx_url_support.html
 +share/lynx_help/COPYING
 +share/lynx_help/COPYHEADER
 +etc/lynx_doc/COPYING
 +etc/lynx_doc/COPYHEADER
 +@dirrm share/lynx_help/keystrokes
 +@dirrm share/lynx_help
 +@dirrm etc/lynx_doc
 ---- END ----
 
 
 --  
 Oleg V. Volkov aka Rover				E-mail: rover@lglobus.ru
 E-mail redirector: sr-13@mail.ru (always up)			   -=/ SR 13 /=-
 
 


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?199906172050.NAA92146>