diff options
author | steve <steve@FreeBSD.org> | 1998-11-02 12:02:00 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-11-02 12:02:00 +0800 |
commit | 9d819630b96b5816435e212c52d1a27174dd7ed8 (patch) | |
tree | d0c8d98a1ac059a57727ce94bb13af0b2762dd59 /japanese/lynx/files | |
parent | de05662f7a24136508c9ad0ffe42bdb993b9b366 (diff) | |
download | freebsd-ports-gnome-9d819630b96b5816435e212c52d1a27174dd7ed8.tar.gz freebsd-ports-gnome-9d819630b96b5816435e212c52d1a27174dd7ed8.tar.zst freebsd-ports-gnome-9d819630b96b5816435e212c52d1a27174dd7ed8.zip |
Update to version 2.8.1.
PR: 8483
Submitted by: maintainer
Diffstat (limited to 'japanese/lynx/files')
-rw-r--r-- | japanese/lynx/files/patch-aa | 22 | ||||
-rw-r--r-- | japanese/lynx/files/patch-ad | 20 |
2 files changed, 23 insertions, 19 deletions
diff --git a/japanese/lynx/files/patch-aa b/japanese/lynx/files/patch-aa index 5a9ece363aa4..bd0df60043d9 100644 --- a/japanese/lynx/files/patch-aa +++ b/japanese/lynx/files/patch-aa @@ -1,19 +1,23 @@ ---- makefile.in.orig Fri Jul 31 18:34:41 1998 -+++ makefile.in Mon Aug 10 02:12:53 1998 -@@ -37,7 +37,7 @@ +--- makefile.in.orig Sun Sep 13 23:35:55 1998 ++++ makefile.in Tue Sep 15 08:08:01 1998 +@@ -41,10 +41,10 @@ libdir= @libdir@ + ## Where you want the doc-files installed +-docdir= @libdir@/lynx_doc ++docdir= $(prefix)/share/doc/lynx + ## Where you want the help-files installed -helpdir= @libdir@/lynx_help +helpdir= $(prefix)/lib/lynx_help ##set the relative location of the WWW library Implementation directory, ##from this directory -@@ -257,6 +257,7 @@ - (cd $(srcdir)/lynx_help && tar cf - . ) | ( cd $(helpdir) && tar xf - ) +@@ -260,6 +260,7 @@ + @echo Copying sample files (cd $(srcdir) && tar cf - C[HO]* PROBLEMS README samples test ) | \ - ( cd $(helpdir) && tar xf - ) -+ cp $(srcdir)/lynx.cfg $(helpdir)/samples/lynx.cfg + ( cd $(docdir) && tar xf - ) ++ cp $(srcdir)/lynx.cfg $(docdir)/samples/lynx.cfg -rm -f $(libdir)/lynx.tmp - sh -c 'if test -f $(libdir)/lynx.cfg ; then \ - mv $(libdir)/lynx.cfg $(libdir)/lynx.tmp ; \ + + install-help : $(helpdir) diff --git a/japanese/lynx/files/patch-ad b/japanese/lynx/files/patch-ad index b61e1b1ec678..e74262d99eab 100644 --- a/japanese/lynx/files/patch-ad +++ b/japanese/lynx/files/patch-ad @@ -1,17 +1,17 @@ ---- src/LYHistory.c.orig Thu Apr 23 21:35:21 1998 -+++ src/LYHistory.c Sun Apr 26 00:13:01 1998 +--- src/LYHistory.c.orig Thu Aug 6 21:28:22 1998 ++++ src/LYHistory.c Mon Aug 10 01:44:44 1998 @@ -22,6 +22,10 @@ + #include <LYexit.h> + #include <LYLeaks.h> - #include "LYexit.h" - #include "LYLeaks.h" -+ -+#include "HTCJK.h" ++#include <HTCJK.h> +extern HTCJKlang HTCJK; +extern HTkcode kanji_code; - - #define FREE(x) if (x) {free(x); x = NULL;} ++ + PUBLIC HTList * Visited_Links = NULL; /* List of safe popped docs. */ -@@ -433,6 +437,20 @@ + /* +@@ -415,6 +419,20 @@ } else { StrAllocCopy(Title, "(no title)"); } @@ -32,7 +32,7 @@ fprintf(fp0, "%s<em>%d</em>. <tab id=t%d><a href=\"LYNXHIST:%d\">%s</a>\n", (x > 99 ? "" : x < 10 ? " " : " "), -@@ -601,6 +619,20 @@ +@@ -568,6 +586,20 @@ LYEntify(&Title, TRUE); } else { StrAllocCopy(Title , "(no title)"); |