[packages/lynx] rediff patches; rel 3

atler atler at pld-linux.org
Mon Oct 4 19:05:29 CEST 2021


commit 92cdea707c6837cf17264d043aa8ab440f0e807a
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Oct 4 19:03:50 2021 +0200

    rediff patches; rel 3

 lynx-config.patch  | 10 +++++-----
 lynx-etc_dir.patch |  2 +-
 lynx-pld.patch     |  2 +-
 lynx.cfg.patch     |  2 +-
 lynx.spec          |  2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/lynx.spec b/lynx.spec
index e72dfa1..b0a72f0 100644
--- a/lynx.spec
+++ b/lynx.spec
@@ -11,7 +11,7 @@ Summary(pt_BR.UTF-8):	Navegador web modo texto
 Summary(tr.UTF-8):	Metin ekranda WWW tarayıcı
 Name:		lynx
 Version:	2.8.9rel.1
-Release:	2
+Release:	3
 License:	GPL v2
 Group:		Applications/Networking
 Source0:	https://invisible-mirror.net/archives/lynx/tarballs/%{name}%{version}.tar.bz2
diff --git a/lynx-config.patch b/lynx-config.patch
index 76d2b56..83bb866 100644
--- a/lynx-config.patch
+++ b/lynx-config.patch
@@ -1,7 +1,7 @@
 --- lynx2-8-7/lynx.cfg~	2010-06-21 13:58:02.215705722 +0200
 +++ lynx2-8-7/lynx.cfg	2010-06-21 14:00:28.895674991 +0200
 @@ -1,6 +1,6 @@
- # $LynxId: lynx.cfg,v 1.180 2009/06/07 17:02:21 tom Exp $
+ # $LynxId: lynx.cfg,v 1.302 2018/07/08 15:22:44 tom Exp $
  # lynx.cfg file.
 -# The default placement for this file is /usr/local/lib/lynx.cfg (Unix)
 +# The default placement for this file is /etc/lynx.cfg (Unix)
@@ -9,8 +9,8 @@
  #
  # $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$
 @@ -12,7 +12,7 @@
- # Definition pairs are of the form  VARIABLE:DEFINITION
- # NO spaces are allowed between the pair items.
+ #	VARIABLE:DEFINITION
+ # NO spaces are allowed around the colon ":" between the pair items.
  #
 -#  If you do not have write access to /usr/local/lib you may change
 +#  If you do not have write access to /etc you may change
@@ -24,7 +24,7 @@
 -#   INCLUDE:/usr/local/lib/lynx.cfg
 +#   INCLUDE:/etc/lynx.cfg
  #           ^^^^^^^^^^^^^^^^^^^^^^^ or whatever is appropriate on your system
- # and now your own tweaks.
+ # and now your own tweaks.  If you omit the directory name, e.g.,
  #
 --- lynx2-8-7/makefile.in~	2010-06-21 11:27:35.000000000 +0200
 +++ lynx2-8-7/makefile.in	2010-06-21 14:04:23.622318548 +0200
@@ -47,7 +47,7 @@
 +#define LYNX_CFG_FILE "/etc/lynx.cfg"
  #endif /* LYNX_CFG_FILE */
  
- /**************************
+ #ifndef LYNX_CFG_PATH
 @@ -510,8 +510,9 @@
   * The definition here can be overridden at run time by defining a
   * "LYNX_HELPFILE" environment variable.
diff --git a/lynx-etc_dir.patch b/lynx-etc_dir.patch
index 537569e..b4282a1 100644
--- a/lynx-etc_dir.patch
+++ b/lynx-etc_dir.patch
@@ -53,7 +53,7 @@
  	/*
  	 * Home_Dir() has a bug if this ever happens.  - FM
 @@ -5416,6 +5444,7 @@
- 	    (strncmp(file, "./", 2) ? file : (file + 2)));
+ 	    (StrNCmp(file, "./", 2) ? file : (file + 2)));
  #endif /* VMS */
      FREE(home);
 +	}
diff --git a/lynx-pld.patch b/lynx-pld.patch
index 7b6a45f..108306d 100644
--- a/lynx-pld.patch
+++ b/lynx-pld.patch
@@ -8,7 +8,7 @@
 +#define LYNX_CFG_FILE "/usr/share/lynx/lynx.cfg"
  #endif /* LYNX_CFG_FILE */
  
- /**************************
+ #ifndef LYNX_CFG_PATH
 @@ -115,8 +115,8 @@
   * Mappings in these global and personal files override any SUFFIX
   * definitions in lynx.cfg and built-in defaults from src/HTInit.c.
diff --git a/lynx.cfg.patch b/lynx.cfg.patch
index 6a24aca..5e5f12a 100644
--- a/lynx.cfg.patch
+++ b/lynx.cfg.patch
@@ -28,8 +28,8 @@
 -#NCR_IN_BOOKMARKS:FALSE
 +NCR_IN_BOOKMARKS:TRUE
  
- 
  .h2 FORCE_8BIT_TOUPPER
+ # FORCE_8BIT_TOUPPER overrides locale settings and uses internal 8-bit
 @@ -2998,9 +2998,18 @@ MINIMAL_COMMENTS:TRUE
  #COLOR:4:magenta:white
  #COLOR:5:blue:white
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lynx.git/commitdiff/2c79326063936dc601d8ebbb6a452c83af11927f



More information about the pld-cvs-commit mailing list