summaryrefslogtreecommitdiff
path: root/www/lynx/files/patch-aa
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-01-18 14:39:03 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-01-18 14:39:03 +0000
commit8c4e66d08aa3e0485ffa7e54583bfd77776dd177 (patch)
treed2829c16aece5a52882e8c950601d94616048b43 /www/lynx/files/patch-aa
parent- Update to snapshot r6310. (diff)
- Update to 2.8.7.1
- Remove non-standard ENABLE_DEFAULT_COLORS knob - Correct WWW PR: ports/139339 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: maintainer (timeout > 60 days), itetcu (mentor)
Notes
Notes: svn path=/head/; revision=248100
Diffstat (limited to 'www/lynx/files/patch-aa')
-rw-r--r--www/lynx/files/patch-aa55
1 files changed, 0 insertions, 55 deletions
diff --git a/www/lynx/files/patch-aa b/www/lynx/files/patch-aa
deleted file mode 100644
index f0c4bf9f1c76..000000000000
--- a/www/lynx/files/patch-aa
+++ /dev/null
@@ -1,55 +0,0 @@
---- makefile.in.orig 2006-09-03 19:25:39.000000000 -0400
-+++ makefile.in 2009-08-08 04:44:18.000000000 -0400
-@@ -361,12 +361,12 @@
- (cd $(HELPDIR) && $(COMPRESS_PROG) $$files ) \
- fi'
- @echo Updating $(sysconfdir)/lynx.cfg
-- @ECHO_CC@$(SHELL) -c 'if test -f $(SYSCONFDIR)/lynx.cfg ; then \
-- mv $(SYSCONFDIR)/lynx.cfg $(SYSCONFDIR)/lynx.tmp ; \
-+ @ECHO_CC@$(SHELL) -c 'if test -f $(SYSCONFDIR)/lynx.cfg.sample ; then \
-+ mv $(SYSCONFDIR)/lynx.cfg.sample $(SYSCONFDIR)/lynx.tmp ; \
- else \
- cp $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.tmp ; \
- fi'
-- @echo Updating $(sysconfdir)/lynx.cfg to point to installed help-files
-+ @echo Updating $(SYSCONFDIR)/lynx.cfg.sample to point to installed help-files
- @ECHO_CC@sed -e '/^HELPFILE:http/s!^!#!' \
- -e '/^#HELPFILE:file/s!#!!' \
- $(SYSCONFDIR)/lynx.tmp | \
-@@ -374,9 +374,11 @@
- $(SHELL) $(scripts_dir)/cfg_path.sh lynx_doc $(helpdir) | \
- sed -e '/^HELPFILE:file/s!$$!$(COMPRESS_EXT)!' \
- -e '/^HELPFILE:file/s!$(COMPRESS_EXT)$(COMPRESS_EXT)$$!$(COMPRESS_EXT)!' \
-- >$(SYSCONFDIR)/lynx.cfg
-- chmod 644 $(SYSCONFDIR)/lynx.cfg
-+ >$(SYSCONFDIR)/lynx.cfg.sample
-+ chmod 644 $(SYSCONFDIR)/lynx.cfg.sample
- -rm -f $(SYSCONFDIR)/lynx.tmp
-+ -[ ! -f $(SYSCONFDIR)/lynx.cfg ] && $(INSTALL_DATA) $(SYSCONFDIR)/lynx.cfg.sample $(SYSCONFDIR)/lynx.cfg
-+ -[ ! -f $(SYSCONFDIR)/lynx.lss ] && $(INSTALL_DATA) $(SYSCONFDIR)/lynx.lss.sample $(SYSCONFDIR)/lynx.lss
-
- LYHelp.h : help_files.sed LYHelp.hin
- @echo Creating $@
-@@ -398,18 +400,17 @@
- $(SHELL) -c 'SHELL=$(SHELL) $(SHELL) $(scripts_dir)/cfg_defs.sh $(srcdir)'
-
- install-cfg : $(SYSCONFDIR)
-- @$(SHELL) $(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.cfg
-+ @$(SHELL) $(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.cfg.sample
-
- install-lss : $(SYSCONFDIR)
-- -mv -f $(SYSCONFDIR)/lynx.lss $(SYSCONFDIR)/lynx.oldlss
-- $(INSTALL_DATA) $(srcdir)/samples/lynx.lss $(SYSCONFDIR)/lynx.lss
-+ @$(INSTALL_DATA) $(srcdir)/samples/lynx.lss $(SYSCONFDIR)/lynx.lss.sample
-
- uninstall ::
- @MSG_DIR_MAKE@ cd po && $(MAKE) CC="$(CC)" uninstall
- -rm -f $(BINDIR)/lynx$x
- -rm -f $(MANDIR)/lynx.1
-- -rm -f $(SYSCONFDIR)/lynx.cfg
-- -rm -f $(SYSCONFDIR)/lynx.lss
-+ -rm -f $(SYSCONFDIR)/lynx.cfg.sample
-+ -rm -f $(SYSCONFDIR)/lynx.lss.sample
-
- uninstall \
- uninstall-help ::