aboutsummaryrefslogtreecommitdiffstats
path: root/www/lynx/files
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2004-02-12 23:57:05 +0800
committerosa <osa@FreeBSD.org>2004-02-12 23:57:05 +0800
commit10e5dfb12a444c692e6508fbe63029737e6c4155 (patch)
tree45f9e32ae1bd1a55761ce4a28fa99562c5379d58 /www/lynx/files
parent7f4abd4c1f71c0eda21b98013e9e5f44af553d9c (diff)
downloadfreebsd-ports-gnome-10e5dfb12a444c692e6508fbe63029737e6c4155.tar.gz
freebsd-ports-gnome-10e5dfb12a444c692e6508fbe63029737e6c4155.tar.zst
freebsd-ports-gnome-10e5dfb12a444c692e6508fbe63029737e6c4155.zip
Update to 2.8.5.
Add CONFLICTS, fetching (and verifying) of PGP signature. Use DOCSDIR macro. [v] Submitted by: Jason Harris <jharris@widomaker.com> (maintainer), osa [v] PR: 62713
Diffstat (limited to 'www/lynx/files')
-rw-r--r--www/lynx/files/patch-aa28
-rw-r--r--www/lynx/files/patch-ab11
-rw-r--r--www/lynx/files/patch-syslog11
3 files changed, 15 insertions, 35 deletions
diff --git a/www/lynx/files/patch-aa b/www/lynx/files/patch-aa
index 270ee222a0ca..b91c64f0090a 100644
--- a/www/lynx/files/patch-aa
+++ b/www/lynx/files/patch-aa
@@ -1,11 +1,15 @@
---- makefile.in.orig Tue Feb 13 04:33:21 2001
-+++ makefile.in Sat Mar 3 05:21:01 2001
-@@ -387,22 +387,19 @@
- fi ; \
- )'
- @-rm -f $(HELPDIR)/help_files.sed
+===================================================================
+RCS file: makefile.in,v
+retrieving revision 1.1
+diff -u -r1.1 makefile.in
+--- makefile.in 2004/02/11 01:50:15 1.1
++++ makefile.in 2004/02/11 01:53:41
+@@ -362,22 +362,18 @@
+ if test "$(COMPRESS_PROG)" != "" ; then \
+ (cd $(HELPDIR) && $(COMPRESS_PROG) $$files ) \
+ fi'
- @echo Updating $(libdir)/lynx.cfg
-- $(SHELL) -c 'if test -f $(LIBDIR)/lynx.cfg ; then \
+- @ECHO_CC@$(SHELL) -c 'if test -f $(LIBDIR)/lynx.cfg ; then \
- mv $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.tmp ; \
- else \
- cp $(srcdir)/lynx.cfg $(LIBDIR)/lynx.tmp ; \
@@ -23,19 +27,17 @@
- $(LIBDIR)/lynx.tmp >$(LIBDIR)/lynx.cfg
- chmod 644 $(LIBDIR)/lynx.cfg
+ $(LIBDIR)/lynx.tmp >$(LIBDIR)/lynx.cfg.default
-+ chmod 644 $(LIBDIR)/lynx.cfg.default
-rm -f $(LIBDIR)/lynx.tmp
+ -[ ! -f $(LIBDIR)/lynx.cfg ] && $(INSTALL_DATA) $(LIBDIR)/lynx.cfg.default $(LIBDIR)/lynx.cfg
LYHelp.h : help_files.sed LYHelp.hin
@echo Creating $@
-@@ -424,8 +421,7 @@
- $(SHELL) -c '$(srcdir)/cfg_defs.sh $(srcdir)'
+@@ -399,7 +395,7 @@
+ $(SHELL) -c 'SHELL=$(SHELL) $(SHELL) $(srcdir)/cfg_defs.sh $(srcdir)'
install-cfg : $(LIBDIR)
-- -mv -f $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.oldcfg
-- $(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg
-+ $(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg.default
+- @$(SHELL) -c '$(srcdir)/scripts/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg'
++ @$(SHELL) -c '$(srcdir)/scripts/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg.default'
install-lss : $(LIBDIR)
-mv -f $(LIBDIR)/lynx.lss $(LIBDIR)/lynx.oldlss
diff --git a/www/lynx/files/patch-ab b/www/lynx/files/patch-ab
deleted file mode 100644
index 936670b8ea72..000000000000
--- a/www/lynx/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- userdefs.h.bak Fri Jun 23 19:15:08 2000
-+++ userdefs.h Mon Jan 15 22:30:35 2001
-@@ -361,7 +361,7 @@
- * not necessarily try a different filename when they are called, making it
- * impossible to rename the file. Others make world-writable files.
- */
--/*#define USE_MKSTEMP */
-+#define USE_MKSTEMP
-
- /********************************
- * Comment this line out to let the user enter his/her email address
diff --git a/www/lynx/files/patch-syslog b/www/lynx/files/patch-syslog
deleted file mode 100644
index d15cae52d4ec..000000000000
--- a/www/lynx/files/patch-syslog
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/LYUtils.c.orig Mon Jun 11 10:04:20 2001
-+++ src/LYUtils.c Wed Jan 16 18:03:39 2002
-@@ -8163,7 +8163,7 @@
- buf[colon2 - arg + 1] = 0;
- StrAllocCat(buf, "******");
- StrAllocCat(buf, atsign);
-- syslog (LOG_INFO|LOG_LOCAL5, buf);
-+ syslog (LOG_INFO|LOG_LOCAL5, "%s", buf);
- CTRACE((tfp, "...alter %s\n", buf));
- FREE(buf);
- return;