ports/53118: Update fix distfile port: www/lynx to 2.8.4.1.d

Serge Gagnon gagnon__s at videotron.ca
Mon Jun 9 19:50:08 UTC 2003


>Number:         53118
>Category:       ports
>Synopsis:       Update fix distfile port: www/lynx to 2.8.4.1.d
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 09 12:50:04 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Serge Gagnon
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
me
>Environment:
System: FreeBSD quenix.dyndns.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue May 6 22:02:29 EDT 2003 serge at quenix.dyndns.org:/usr/obj/usr/src/sys/OCEAN3 i386


>Description:

	o Fix PATCH_SITES and, in the same time, upgrade the software
	to patchlevel d.
	o Addition of lynx2.8.4rel.1d.patch in PATCHFILES

	o The change, according to the ....1.d.patch are:

* correct inverted logic of restrictions table which made "-restrict=default"
  provide incorrect values for several items.  This was broken in 2.8.4dev.19
  (reported by Jeff Long <long at ukans.edu> and RobertM <robm at bob.bofh.org>) -TD
* correct check for calling endwin() to allow for curses implementations
  without newterm (report/patch by Brett Lymn).
	
	o This patch affect these following files:
	lynx2.8.4rel.1d/CHANGES
	lynx2.8.4rel.1d/src/LYCurses.c
	lynx2.8.4rel.1d/src/LYUtils.c

>How-To-Repeat:

	http://people.freebsd.org/~fenner/portsurvey/www.html#lynx

>Fix:


--- patch-lynx-update begins here ---
diff -u ../lynx.tmp/Makefile ./Makefile
--- ../lynx.tmp/Makefile	Thu Feb 20 15:17:02 2003
+++ ./Makefile	Mon Jun  9 15:53:26 2003
@@ -6,16 +6,17 @@
 #
 
 PORTNAME=	lynx
-PORTVERSION=	2.8.4.1c
+PORTVERSION=	2.8.4.1d
 PORTREVISION=	0
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://lynx.isc.org/current/
 DISTNAME=	${PORTNAME}2.8.4rel.1
 
-PATCH_SITES=	ftp://lynx.isc.org/lynx/lynx2.8.4/patches/
+PATCH_SITES=	http://lynx.isc.org/release/patches/
 PATCHFILES=	lynx2.8.4rel.1a.patch \
 		lynx2.8.4rel.1b.patch \
-		lynx2.8.4rel.1c.patch
+		lynx2.8.4rel.1c.patch \
+		lynx2.8.4rel.1d.patch
 
 MAINTAINER?=	ports at FreeBSD.org
 COMMENT?=	A non-graphical, text-based World-Wide Web client
diff -u ../lynx.tmp/distinfo ./distinfo
--- ../lynx.tmp/distinfo	Mon Aug 26 07:51:48 2002
+++ ./distinfo	Mon Jun  9 15:51:05 2003
@@ -2,3 +2,4 @@
 MD5 (lynx2.8.4rel.1a.patch) = d209e52d8182c7c12d784e90c0890ee4
 MD5 (lynx2.8.4rel.1b.patch) = a687a3d2465d5fd42ce686485dbf71eb
 MD5 (lynx2.8.4rel.1c.patch) = 728c8dfde1484b68940673ccf060707e
+MD5 (lynx2.8.4rel.1d.patch) = f710a4b1eac5be0f014816dd48da6ddc
--- patch-lynx-update ends here ---

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



More information about the freebsd-ports-bugs mailing list