[arch-commits] Commit in w3m/trunk (PKGBUILD perl.patch)

Gaetan Bisson bisson at archlinux.org
Sat Jul 11 02:58:49 UTC 2015


    Date: Saturday, July 11, 2015 @ 04:58:49
  Author: bisson
Revision: 242107

fix FS#45608

Added:
  w3m/trunk/perl.patch
Modified:
  w3m/trunk/PKGBUILD

------------+
 PKGBUILD   |    4 +++-
 perl.patch |   12 ++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-10 22:40:47 UTC (rev 242106)
+++ PKGBUILD	2015-07-11 02:58:49 UTC (rev 242107)
@@ -4,7 +4,7 @@
 
 pkgname=w3m
 pkgver=0.5.3
-pkgrel=7
+pkgrel=8
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'
 license=('custom')
@@ -16,11 +16,13 @@
         'form_unknown.patch'
         'file_handle.patch'
         'https.patch'
+        'perl.patch'
         'gc72.patch')
 sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237'
           '23d648033ad77f3c67d370c62cf7b7ed86b5c6f2'
           '457de43be7eabc652614461a7ab25e3ba76b2aff'
           '66affb2f695fe0bdde25cf774642bfd6a9404e88'
+          'a8fb1f738688104ad8f0713bd981083e12e878ad'
           '7baa06ca684fd140503a2adc65e2d606970c4662')
 
 prepare() {

Added: perl.patch
===================================================================
--- perl.patch	                        (rev 0)
+++ perl.patch	2015-07-11 02:58:49 UTC (rev 242107)
@@ -0,0 +1,12 @@
+diff -Naur old/scripts/w3mhelp.cgi.in new/scripts/w3mhelp.cgi.in
+--- old/scripts/w3mhelp.cgi.in	2011-01-03 23:22:28.000000000 -1000
++++ new/scripts/w3mhelp.cgi.in	2015-07-10 16:50:25.520506820 -1000
+@@ -48,7 +48,7 @@
+ 	}
+ 	# print "tlang=$tlang\n";
+ 	eval {require "w3mhelp-funcdesc.$tlang.pl";};
+-	if (defined(%funcdesc)) {
++	if (%funcdesc) {
+ 	    $lang = $tlang;
+ 	}
+     }



More information about the arch-commits mailing list