1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update to 2.8.3.rel1.

This commit is contained in:
Shigeyuki Fukushima 2000-07-13 09:38:57 +00:00
parent a05567e5bd
commit bbd1815e5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30567
4 changed files with 11 additions and 21 deletions

View File

@ -8,16 +8,14 @@
PORTNAME= lynx
PORTVERSION= ${VERSION}.${MINOR_VERSION:S/.//}
CATEGORIES= japanese www
MASTER_SITES= http://sol.slcc.edu/lynx/current/
MASTER_SITES= http://lynx.isc.org/current/
DISTNAME= ${PORTNAME}${VERSION}${MINOR_VERSION}
MAINTAINER= shige@FreeBSD.org
FORBIDDEN= "Riddled with buffer overflows exploitable by a malicious server to execute code as the local user."
WRKSRC= ${WRKDIR}/${PORTNAME}${VERSION:S/./-/g}
VERSION= 2.8.2
VERSION= 2.8.3
MINOR_VERSION= rel.1
USE_BZIP2?= YES
@ -25,7 +23,8 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib \
--libdir="${PREFIX}/${L_ETCDIR}" \
--enable-nsl-fork --enable-defaults-colors --enable-prettysrc \
--enable-persistent-cookies --enable-gzip-help
--enable-persistent-cookies --enable-gzip-help \
--enable-cjk
MAKEFILE= makefile
MAKE_ARGS= DOCDIR=${PREFIX}/${L_DOCDIR} HELPDIR=${PREFIX}/${L_HELPDIR}
PLIST_SUB= DOCDIR=${L_DOCDIR} HELPDIR=${L_HELPDIR} \

View File

@ -1 +1 @@
MD5 (lynx2.8.2rel.1.tar.bz2) = 73b27bfad2c37523c7b648b3a7135cfd
MD5 (lynx2.8.3rel.1.tar.bz2) = 162c7479203d97758d3cb07f385062ac

View File

@ -1,17 +1,6 @@
--- src/LYHistory.c.orig Thu Dec 24 20:27:23 1998
+++ src/LYHistory.c Mon Feb 22 15:01:18 1999
@@ -23,6 +23,10 @@
#include <LYexit.h>
#include <LYLeaks.h>
+#include <HTCJK.h>
+extern HTCJKlang HTCJK;
+extern HTkcode kanji_code;
+
PUBLIC HTList * Visited_Links = NULL; /* List of safe popped docs. */
/*
@@ -401,6 +405,20 @@
--- src/LYHistory.c.orig Sat Apr 1 09:33:40 2000
+++ src/LYHistory.c Thu Jul 13 17:43:32 2000
@@ -528,6 +528,20 @@
} else {
StrAllocCopy(Title, NO_TITLE);
}
@ -32,7 +21,7 @@
fprintf(fp0,
"%s<em>%d</em>. <tab id=t%d><a href=\"LYNXHIST:%d\">%s</a>\n",
(x > 99 ? "" : x < 10 ? " " : " "),
@@ -552,6 +570,20 @@
@@ -765,6 +779,20 @@
StrAllocCopy(Title , NO_TITLE);
} else {
StrAllocCopy(Title , NO_TITLE);

View File

@ -9,6 +9,7 @@ etc/lynx.cfg.sample
%%HELPDIR%%/Lynx_users_guide.html%%HELPFILE_SUFFIX%%
%%HELPDIR%%/about_lynx.html%%HELPFILE_SUFFIX%%
%%HELPDIR%%/keystrokes/alt_edit_help.html%%HELPFILE_SUFFIX%%
%%HELPDIR%%/keystrokes/bashlike_edit_help.html%%HELPFILE_SUFFIX%%
%%HELPDIR%%/keystrokes/bookmark_help.html%%HELPFILE_SUFFIX%%
%%HELPDIR%%/keystrokes/cookie_help.html%%HELPFILE_SUFFIX%%
%%HELPDIR%%/keystrokes/dired_help.html%%HELPFILE_SUFFIX%%
@ -36,6 +37,7 @@ etc/lynx.cfg.sample
%%DOCDIR%%/README
%%DOCDIR%%/samples/blue-background.lss
%%DOCDIR%%/samples/cernrules.txt
%%DOCDIR%%/samples/installdirs.html
%%DOCDIR%%/samples/jumpsUnix.html
%%DOCDIR%%/samples/jumpsVMS.html
%%DOCDIR%%/samples/lynx-keymaps