missing prototype
from Jimmy Scott <jimmy at inet-solutions.be>
This commit is contained in:
parent
eda3b90eb9
commit
82cdc27ea7
@ -1,8 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.11 2004/12/07 00:23:24 alek Exp $
|
# $OpenBSD: Makefile,v 1.12 2006/01/29 14:46:14 sturm Exp $
|
||||||
|
|
||||||
COMMENT= "curses-based URL ripper"
|
COMMENT= "curses-based URL ripper"
|
||||||
|
|
||||||
DISTNAME= urlview-0.9
|
DISTNAME= urlview-0.9
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= ftp://ftp.mutt.org/mutt/contrib/ \
|
MASTER_SITES= ftp://ftp.mutt.org/mutt/contrib/ \
|
||||||
ftp://ftp.cs.hmc.edu/pub/me/ \
|
ftp://ftp.cs.hmc.edu/pub/me/ \
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
$OpenBSD: patch-urlview_c,v 1.1 2003/09/23 15:49:49 sturm Exp $
|
$OpenBSD: patch-urlview_c,v 1.2 2006/01/29 14:46:14 sturm Exp $
|
||||||
--- urlview.c.orig 2003-09-09 10:22:06.000000000 +0200
|
--- urlview.c.orig Tue Jul 4 12:14:30 2000
|
||||||
+++ urlview.c 2003-09-09 10:22:21.000000000 +0200
|
+++ urlview.c Sun Jan 29 15:41:28 2006
|
||||||
@@ -48,7 +48,7 @@
|
@@ -46,9 +46,11 @@
|
||||||
|
#include <rx/rxposix.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
+#include "quote.h"
|
||||||
|
+
|
||||||
#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.]+)[^' \t.,;<>\"\\):]"
|
||||||
#define DEFAULT_COMMAND "url_handler.sh %s"
|
#define DEFAULT_COMMAND "url_handler.sh %s"
|
||||||
-#define SYSTEM_INITFILE "/etc/urlview.conf"
|
-#define SYSTEM_INITFILE "/etc/urlview.conf"
|
||||||
|
Loading…
Reference in New Issue
Block a user