diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-02-09 20:49:23 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-02-09 20:49:23 +0000 |
commit | 34dcec433d780c9dfeadec5b37baaf8247fc5da9 (patch) | |
tree | 4b7cee5744696c3fe425884ebc092bd7073ffd55 /www/lynx-current/files/patch-aa | |
parent | - MYSQL option was defined twice. Remove the first occurrence. (diff) |
- Update to lynx 2.8.8 pre-4
- Add option to disable IDN for English-only web-users
- Honour NOPORTDOCS
- Minor cleanups
- Fix packaging as unprivileged user
PR: ports/186602
Submitted by: adamw
Notes
Notes:
svn path=/head/; revision=343542
Diffstat (limited to 'www/lynx-current/files/patch-aa')
-rw-r--r-- | www/lynx-current/files/patch-aa | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lynx-current/files/patch-aa b/www/lynx-current/files/patch-aa index de8c5ac586ce..f9249d82bb8c 100644 --- a/www/lynx-current/files/patch-aa +++ b/www/lynx-current/files/patch-aa @@ -1,6 +1,6 @@ --- makefile.in.orig 2009-11-25 13:56:48.000000000 +0300 +++ makefile.in 2010-03-26 11:13:46.000000000 +0300 -@@ -384,14 +384,9 @@ +@@ -384,14 +384,10 @@ if test "$(COMPRESS_PROG)" != "" ; then \ (cd $(HELPDIR) && $(COMPRESS_PROG) $$files ) \ fi' @@ -14,6 +14,7 @@ - @echo Updating $(sysconfdir)/lynx.cfg to point to installed help-files + @echo Updating $(sysconfdir)/lynx.cfg.default + cp $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.tmp ++ rm -f $(SYSCONFDIR)/lynx.cfg.default + @echo Updating $(sysconfdir)/lynx.cfg.default to point to installed help-files @ECHO_CC@sed -e '/^HELPFILE:http/s!^!#!' \ -e '/^#HELPFILE:file/s!#!!' \ |