diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-17 08:42:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-17 08:42:39 +0000 |
commit | 2c9e798088a74e4c4e4b967d53444e673976d074 (patch) | |
tree | a64753b03173fe6f5a364d3a48cbb99a33c7be94 | |
parent | af2a0705f5dfbf2d7c31476ec472e55d77ad5afc (diff) | |
download | pkgsrc-2c9e798088a74e4c4e4b967d53444e673976d074.tar.gz |
Fix urlview for LP64 platforms. Bump revision.
-rw-r--r-- | textproc/urlview/Makefile | 4 | ||||
-rw-r--r-- | textproc/urlview/distinfo | 3 | ||||
-rw-r--r-- | textproc/urlview/patches/patch-ab | 13 |
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" |