summaryrefslogtreecommitdiff
path: root/textproc/urlview
diff options
context:
space:
mode:
authorjoerg <joerg>2008-04-17 08:42:39 +0000
committerjoerg <joerg>2008-04-17 08:42:39 +0000
commit238e4c8d4d84bfccc85032a85962c594f62e4bdc (patch)
treea64753b03173fe6f5a364d3a48cbb99a33c7be94 /textproc/urlview
parent475098255e31c147e8ce3093e5982cfa7feea104 (diff)
downloadpkgsrc-238e4c8d4d84bfccc85032a85962c594f62e4bdc.tar.gz
Fix urlview for LP64 platforms. Bump revision.
Diffstat (limited to 'textproc/urlview')
-rw-r--r--textproc/urlview/Makefile4
-rw-r--r--textproc/urlview/distinfo3
-rw-r--r--textproc/urlview/patches/patch-ab13
3 files changed, 17 insertions, 3 deletions
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile
index ad7818016dd..c8bb6bf1575 100644
--- a/textproc/urlview/Makefile
+++ b/textproc/urlview/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2007/11/12 00:12:00 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2008/04/17 08:42:39 joerg Exp $
DISTNAME= urlview-0.9
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/contrib/ \
ftp://ftp.funet.fi/pub/unix/mail/mutt/contrib/ \
diff --git a/textproc/urlview/distinfo b/textproc/urlview/distinfo
index 6304728da68..9836c5e49a8 100644
--- a/textproc/urlview/distinfo
+++ b/textproc/urlview/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2006/11/07 09:31:42 joerg Exp $
+$NetBSD: distinfo,v 1.5 2008/04/17 08:42:39 joerg Exp $
SHA1 (urlview-0.9.tar.gz) = e366312a7dd04eb38909a36f854c502fbe81f4be
RMD160 (urlview-0.9.tar.gz) = eafefdc7f1fe06f3f45a3f2a694c42dd833a178e
Size (urlview-0.9.tar.gz) = 46685 bytes
SHA1 (patch-aa) = 59f2bcf9c980e839f344b31b410bba49e22db859
+SHA1 (patch-ab) = c3f66ab93017581547f5fb800868d1041f2cbbd4
diff --git a/textproc/urlview/patches/patch-ab b/textproc/urlview/patches/patch-ab
new file mode 100644
index 00000000000..1fa6dd77716
--- /dev/null
+++ b/textproc/urlview/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2008/04/17 08:42:39 joerg Exp $
+
+--- urlview.c.orig 2000-07-04 12:14:30.000000000 +0200
++++ urlview.c
+@@ -46,6 +46,8 @@
+ #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_COMMAND "url_handler.sh %s"
+ #define SYSTEM_INITFILE "/etc/urlview.conf"