summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2003-10-20 12:23:26 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2003-10-20 12:23:26 +0000
commit3b68905533b6b2ef41e7f97c34e4c6690f03d972 (patch)
tree3195b4257b8ef7acf2ccccff67bc73f178509a5a /net-misc/urlview
parentFixed infinite loop when econf is invoked. (diff)
downloadhistorical-3b68905533b6b2ef41e7f97c34e4c6690f03d972.tar.gz
historical-3b68905533b6b2ef41e7f97c34e4c6690f03d972.tar.bz2
historical-3b68905533b6b2ef41e7f97c34e4c6690f03d972.zip
*** empty log message ***
Diffstat (limited to 'net-misc/urlview')
-rw-r--r--net-misc/urlview/files/no-trailing-newline.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/urlview/files/no-trailing-newline.patch b/net-misc/urlview/files/no-trailing-newline.patch
new file mode 100644
index 000000000000..8a6859f2ccfe
--- /dev/null
+++ b/net-misc/urlview/files/no-trailing-newline.patch
@@ -0,0 +1,11 @@
+--- urlview.c 2000-07-04 11:14:30.000000000 +0100
++++ urlview.no-trailing-newline.c 2003-09-06 11:07:02.000000000 +0100
+@@ -46,7 +46,7 @@
+ #include <rx/rxposix.h>
+ #endif
+
+-#define DEFAULT_REGEXP "(((https?|ftp|gopher)://|(mailto|file|news):)[^' \t<>\"]+|(www|web|w3)\\.[-a-z0-9.]+)[^' \t.,;<>\"\\):]"
++#define DEFAULT_REGEXP "(((https?|ftp|gopher)://|(mailto|file|news):)[^' \t<>\"]+|(www|web|w3)\\.[-a-z0-9.]+)[^' \n\t.,;<>\"\\):]"
+ #define DEFAULT_COMMAND "url_handler.sh %s"
+ #define SYSTEM_INITFILE "/etc/urlview.conf"
+