Mageia Bugzilla – Attachment 2768 Details for
Bug 7399
lynx in cauldron segfaults. I have a new one built
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
lynx 2-8-8 patch needed for uploaded lynx
lynx2-8-8-default-config.patch (text/plain), 2.54 KB, created by
Joseph Wang
on 2012-09-08 10:01:55 CEST
(
hide
)
Description:
lynx 2-8-8 patch needed for uploaded lynx
Filename:
MIME Type:
Creator:
Joseph Wang
Created:
2012-09-08 10:01:55 CEST
Size:
2.54 KB
patch
obsolete
>--- lynx2-8-8/lynx.cfg.orig 2012-09-08 14:23:03.148116339 +0800 >+++ lynx2-8-8/lynx.cfg 2012-09-08 14:25:46.307997361 +0800 >@@ -1,7 +1,8 @@ > # $LynxId: lynx.cfg,v 1.215 2012/01/31 23:48:09 tom Exp $ > # lynx.cfg file. >-# The default placement for this file is /usr/local/lib/lynx.cfg (Unix) >-# or Lynx_Dir:lynx.cfg (VMS) >+# >+# Please don't edit this file directly (it is updated with every package >+# update, overwriting your changes). Instead, edit /etc/lynx-site.cfg. > # > # $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$ > #PRCS LYNX_VERSION "2.8.8dev.14" >@@ -90,7 +91,7 @@ > # > # Normally we expect you will connect to a remote site, e.g., the Lynx starting > # site: >-STARTFILE:http://lynx.isc.org/ >+STARTFILE:http://www.mageia.org/ > # > # As an alternative, you may want to use a local URL. A good choice for this is > # the user's home directory: >@@ -114,9 +115,9 @@ > # This definition will be overridden if the "LYNX_HELPFILE" environment > # variable has been set. > # >-HELPFILE:http://lynx.isc.org/release/lynx2-8-7/lynx_help/lynx_help_main.html >+#HELPFILE:http://lynx.isc.org/release/lynx2-8-7/lynx_help/lynx_help_main.html > .ex >-#HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html >+HELPFILE:file://localhost//usr/share/lynx_help/lynx_help_main.html > > .h2 DEFAULT_INDEX_FILE > # DEFAULT_INDEX_FILE is the default file retrieved when the >@@ -557,7 +558,7 @@ > # Older browser versions will fail so keep NCR_IN_BOOKMARKS:FALSE if you > # plan to use them. > # >-#NCR_IN_BOOKMARKS:FALSE >+NCR_IN_BOOKMARKS:TRUE > > .h2 FORCE_8BIT_TOUPPER > # FORCE_8BIT_TOUPPER overrides locale settings and uses internal 8-bit >@@ -2250,7 +2251,7 @@ > # Make this empty (but not commented out) if you don't have such a viewer or > # want to disable the built-in default viewer mappings for image types. > # >-#XLOADIMAGE_COMMAND:xv %s >+XLOADIMAGE_COMMAND:xli %s > # > # Unix: > # ===== >@@ -2317,11 +2318,11 @@ > # > .ex 7 > #VIEWER:application/postscript:ghostview %s&:XWINDOWS >-#VIEWER:image/gif:xli %s&:XWINDOWS >-#VIEWER:image/x-xbm:xli %s&:XWINDOWS >-#VIEWER:image/png:xli %s&:XWINDOWS >-#VIEWER:image/tiff:xli %s&:XWINDOWS >-#VIEWER:image/jpeg:xli %s&:XWINDOWS >+VIEWER:image/gif:xli %s&:XWINDOWS >+VIEWER:image/x-xbm:xli %s&:XWINDOWS >+VIEWER:image/png:xli %s&:XWINDOWS >+VIEWER:image/tiff:xli %s&:XWINDOWS >+VIEWER:image/jpeg:xli %s&:XWINDOWS > #VIEWER:video/mpeg:mpeg_play %s &:XWINDOWS > > .h2 GLOBAL_MAILCAP >@@ -3648,3 +3649,6 @@ > # > # See also BLAT_MAIL and SYSTEM_MAIL flags. > #ALT_BLAT_MAIL:FALSE >+ >+# included last to allow overriding configuration above >+INCLUDE:/etc/lynx-site.cfg
--- lynx2-8-8/lynx.cfg.orig 2012-09-08 14:23:03.148116339 +0800 +++ lynx2-8-8/lynx.cfg 2012-09-08 14:25:46.307997361 +0800 @@ -1,7 +1,8 @@ # $LynxId: lynx.cfg,v 1.215 2012/01/31 23:48:09 tom Exp $ # lynx.cfg file. -# The default placement for this file is /usr/local/lib/lynx.cfg (Unix) -# or Lynx_Dir:lynx.cfg (VMS) +# +# Please don't edit this file directly (it is updated with every package +# update, overwriting your changes). Instead, edit /etc/lynx-site.cfg. # # $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$ #PRCS LYNX_VERSION "2.8.8dev.14" @@ -90,7 +91,7 @@ # # Normally we expect you will connect to a remote site, e.g., the Lynx starting # site: -STARTFILE:http://lynx.isc.org/ +STARTFILE:http://www.mageia.org/ # # As an alternative, you may want to use a local URL. A good choice for this is # the user's home directory: @@ -114,9 +115,9 @@ # This definition will be overridden if the "LYNX_HELPFILE" environment # variable has been set. # -HELPFILE:http://lynx.isc.org/release/lynx2-8-7/lynx_help/lynx_help_main.html +#HELPFILE:http://lynx.isc.org/release/lynx2-8-7/lynx_help/lynx_help_main.html .ex -#HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html +HELPFILE:file://localhost//usr/share/lynx_help/lynx_help_main.html .h2 DEFAULT_INDEX_FILE # DEFAULT_INDEX_FILE is the default file retrieved when the @@ -557,7 +558,7 @@ # Older browser versions will fail so keep NCR_IN_BOOKMARKS:FALSE if you # plan to use them. # -#NCR_IN_BOOKMARKS:FALSE +NCR_IN_BOOKMARKS:TRUE .h2 FORCE_8BIT_TOUPPER # FORCE_8BIT_TOUPPER overrides locale settings and uses internal 8-bit @@ -2250,7 +2251,7 @@ # Make this empty (but not commented out) if you don't have such a viewer or # want to disable the built-in default viewer mappings for image types. # -#XLOADIMAGE_COMMAND:xv %s +XLOADIMAGE_COMMAND:xli %s # # Unix: # ===== @@ -2317,11 +2318,11 @@ # .ex 7 #VIEWER:application/postscript:ghostview %s&:XWINDOWS -#VIEWER:image/gif:xli %s&:XWINDOWS -#VIEWER:image/x-xbm:xli %s&:XWINDOWS -#VIEWER:image/png:xli %s&:XWINDOWS -#VIEWER:image/tiff:xli %s&:XWINDOWS -#VIEWER:image/jpeg:xli %s&:XWINDOWS +VIEWER:image/gif:xli %s&:XWINDOWS +VIEWER:image/x-xbm:xli %s&:XWINDOWS +VIEWER:image/png:xli %s&:XWINDOWS +VIEWER:image/tiff:xli %s&:XWINDOWS +VIEWER:image/jpeg:xli %s&:XWINDOWS #VIEWER:video/mpeg:mpeg_play %s &:XWINDOWS .h2 GLOBAL_MAILCAP @@ -3648,3 +3649,6 @@ # # See also BLAT_MAIL and SYSTEM_MAIL flags. #ALT_BLAT_MAIL:FALSE + +# included last to allow overriding configuration above +INCLUDE:/etc/lynx-site.cfg
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7399
:
2767
| 2768