Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 1999 03:41:29 +0200 (CEST)
From:      Stefan Zehl <sec@42.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12103: Update of lynx-ssl port to 2.8.2
Message-ID:  <199906100141.DAA23912@btl.42.org>

next in thread | raw e-mail | index | archive | help

>Number:         12103
>Category:       ports
>Synopsis:       Update of lynx-ssl port to 2.8.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun  9 18:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Zehl
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
>Environment:

current ports

>Description:


lynx-ssl was based on lynx 2.8.1 which is no longer available.
I updated my port to use lynx 2.8.2

>How-To-Repeat:

>Fix:

apply that patch.
	
diff -burN /usr/ports/www/lynx-ssl/Makefile lynx-ssl/Makefile
--- /usr/ports/www/lynx-ssl/Makefile	Tue Jun  8 00:47:49 1999
+++ lynx-ssl/Makefile	Thu Jun 10 01:56:14 1999
@@ -6,8 +6,8 @@
 # $Id: Makefile,v 1.3 1999/06/03 18:41:58 mharo Exp $
 #
 
-DISTNAME=       lynx2.8.1rel.1
-PKGNAME=        lynx-ssl-2.8.1.1
+DISTNAME=       lynx2.8.2rel.1
+PKGNAME=        lynx-ssl-2.8.2.1
 CATEGORIES=	www
 MASTER_SITES=   http://sol.slcc.edu/lynx/current/
 
@@ -17,7 +17,7 @@
 .else
 PATCH_SITES=	ftp://ftp.musin.de/unix/
 .endif
-PATCHFILES=	lynx-281-ssl.patch.gz
+PATCHFILES=	lynx-282-ssl.patch.gz
 PATCH_DIST_STRIP= -p1
 
 MAINTAINER=	sec@42.org
@@ -35,7 +35,7 @@
 INSTALL_TARGET= install install-help
 MAN1=		lynx.1
 
-WRKSRC=		${WRKDIR}/lynx2-8-1
+WRKSRC=		${WRKDIR}/lynx2-8-2
 
 post-install:
 	chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/lynx_help
diff -burN /usr/ports/www/lynx-ssl/files/md5 lynx-ssl/files/md5
--- /usr/ports/www/lynx-ssl/files/md5	Mon May  3 05:08:36 1999
+++ lynx-ssl/files/md5	Thu Jun 10 02:02:25 1999
@@ -1,2 +1,2 @@
-MD5 (lynx2.8.1rel.1.tar.gz) = c60c913f33afb99923b6598be7a0cf2c
-MD5 (lynx-281-ssl.patch.gz) = ea9fa16ce066a68b0c9357bf46a35c0b
+MD5 (lynx2.8.2rel.1.tar.gz) = 178a71b91b59bc91ccafd1bb55d4406d
+MD5 (lynx-282-ssl.patch.gz) = 058e0ca7c74b357a8186bdf1f6fd8776
diff -burN /usr/ports/www/lynx-ssl/patches/patch-aa lynx-ssl/patches/patch-aa
--- /usr/ports/www/lynx-ssl/patches/patch-aa	Mon May  3 05:08:36 1999
+++ lynx-ssl/patches/patch-aa	Thu Jun 10 02:57:41 1999
@@ -1,19 +1,11 @@
-*** makefile.in.bak	Sun Dec 14 02:30:40 1997
---- makefile.in	Mon Dec 15 17:48:54 1997
-***************
-*** 37,43 ****
-  libdir= @libdir@
+--- makefile.in.orig	Fri May 28 16:04:01 1999
++++ makefile.in	Thu Jun 10 02:47:07 1999
+@@ -54,7 +54,7 @@
+ DOCDIR= $(DESTDIR)$(docdir)
   
   ## Where you want the help-files installed
-! helpdir= @libdir@/lynx_help
+-helpdir= @libdir@/lynx_help
++helpdir= $(prefix)/lib/lynx_help
+ HELPDIR= $(DESTDIR)$(helpdir)
   
-  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@
+ ##set the relative location of the WWW library Implementation directory,
diff -burN /usr/ports/www/lynx-ssl/patches/patch-ab lynx-ssl/patches/patch-ab
--- /usr/ports/www/lynx-ssl/patches/patch-ab	Mon May  3 05:08:36 1999
+++ lynx-ssl/patches/patch-ab	Thu Jun 10 03:15:20 1999
@@ -1,13 +1,13 @@
---- makefile.in.orig	Wed Feb 17 18:38:48 1999
-+++ makefile.in	Wed Feb 17 18:47:16 1999
-@@ -65,8 +65,8 @@
- # libraries in SSL_LIBS and the location of ssl.h and crypto.h in
- # SSL_DEFINES if necessary.  Defining USE_SSL below will create a binary
- # which supports "https" and "snews" URLs.
--SSL_LIBS= -L/usr/local/ssl/lib -lssl -lcrypto
--SSL_DEFINES= -I/usr/local/ssl/include -DUSE_SSL
-+SSL_LIBS= -L/usr/local/lib -lssl -lcrypto ${EXTRA_SSL_LIBS}
-+SSL_DEFINES= -I/usr/local/include -DUSE_SSL
+--- makefile.in.orig	Thu Jun 10 03:09:19 1999
++++ makefile.in	Thu Jun 10 03:07:07 1999
+@@ -83,8 +83,8 @@
+ # about the SSL patch for Lynx, please see http://www.moxienet.com/lynx/.  
+ # This page also contains links which enable you to test your copy of Lynx'
+ # ability to make SSL connections.
+-SSL_DIR= /usr/local/ssl
+-SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto
++SSL_DIR= /usr/local
++SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto ${EXTRA_SSL_LIBS}
+ SSL_DEFINES= -I$(SSL_DIR)/include -DUSE_SSL
  
  # !!!!!!!!!!! SUN resolv LIBRARY !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- # To include resolv in the LIBS="" list for SUN 3, 4 or Solaris OS,
diff -burN /usr/ports/www/lynx-ssl/pkg/PLIST lynx-ssl/pkg/PLIST
--- /usr/ports/www/lynx-ssl/pkg/PLIST	Mon May  3 05:08:37 1999
+++ lynx-ssl/pkg/PLIST	Thu Jun 10 03:29:41 1999
@@ -2,10 +2,14 @@
 etc/lynx.cfg
 lib/lynx_help/Lynx_users_guide.html
 lib/lynx_help/about_lynx.html
+lib/lynx_help/COPYHEADER
+lib/lynx_help/COPYING
+lib/lynx_help/keystrokes/alt_edit_help.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/environments.html
 lib/lynx_help/keystrokes/follow_help.html
 lib/lynx_help/keystrokes/gopher_types_help.html
 lib/lynx_help/keystrokes/history_help.html
@@ -15,6 +19,7 @@
 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/test_display.html
 lib/lynx_help/keystrokes/visited_help.html
 lib/lynx_help/keystrokes/xterm_help.html
 lib/lynx_help/lynx-dev.html

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


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?199906100141.DAA23912>