summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz>2014-09-16 09:52:05 +0000
committerwiz <wiz>2014-09-16 09:52:05 +0000
commit293befe68863586f194ded306ff929bb31fcf0d0 (patch)
tree9acb7110d943285afc08327ab4ff726dce945378 /www
parent07d7eb25077537e18331eb9071754777a7446147 (diff)
downloadpkgsrc-293befe68863586f194ded306ff929bb31fcf0d0.tar.gz
Depend on fixed ncursesw package and remove unneeded patch.
Diffstat (limited to 'www')
-rw-r--r--www/lynx/distinfo3
-rw-r--r--www/lynx/options.mk3
-rw-r--r--www/lynx/patches/patch-src_LYStrings.c17
3 files changed, 3 insertions, 20 deletions
diff --git a/www/lynx/distinfo b/www/lynx/distinfo
index bd53288ede9..f6752e3e588 100644
--- a/www/lynx/distinfo
+++ b/www/lynx/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.31 2014/09/12 21:29:22 wiz Exp $
+$NetBSD: distinfo,v 1.32 2014/09/16 09:52:05 wiz Exp $
SHA1 (lynx2.8.8rel.2.tar.bz2) = 65bbf95627c88723bbb5880155e5fe01c2753d0c
RMD160 (lynx2.8.8rel.2.tar.bz2) = a683f9c163a6c343bde53ffde99dbecce4e41b02
@@ -6,4 +6,3 @@ Size (lynx2.8.8rel.2.tar.bz2) = 2587120 bytes
SHA1 (patch-aa) = 85e76c4b2708e01dd1abdc1af764a067bd83bcb9
SHA1 (patch-ab) = 26fab3bd426a76df530e6780eefe36464059bc6a
SHA1 (patch-af) = 31399c0c3394b90c0680708fff06f6f9e19674b3
-SHA1 (patch-src_LYStrings.c) = ce12d4e116d550f6cb4df6d045d318752c83f14d
diff --git a/www/lynx/options.mk b/www/lynx/options.mk
index 2705a4ca975..cb6f25be780 100644
--- a/www/lynx/options.mk
+++ b/www/lynx/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2014/09/12 21:29:22 wiz Exp $
+# $NetBSD: options.mk,v 1.15 2014/09/16 09:52:05 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lynx
PKG_SUPPORTED_OPTIONS= inet6
@@ -43,6 +43,7 @@ CONFIGURE_ARGS+= --enable-color-style
.if !empty(PKG_OPTIONS:Mncursesw)
SCREENTYPE= ncursesw
LIBS+= -lncursesw
+BUILDLINK_ABI_DEPENDS.ncursesw+= ncursesw>=5.9nb1
. include "../../devel/ncursesw/buildlink3.mk"
CONFIGURE_ARGS+= --enable-color-style
.endif
diff --git a/www/lynx/patches/patch-src_LYStrings.c b/www/lynx/patches/patch-src_LYStrings.c
deleted file mode 100644
index a1cd9e30109..00000000000
--- a/www/lynx/patches/patch-src_LYStrings.c
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_LYStrings.c,v 1.1 2014/09/12 21:29:22 wiz Exp $
-
-Fix build with ncursesw.
-
---- src/LYStrings.c.orig 2013-11-29 00:52:56.000000000 +0000
-+++ src/LYStrings.c
-@@ -40,6 +40,10 @@
- #include <LYrcFile.h>
- #endif
-
-+#ifdef NCURSES
-+#include <ncurses/term.h>
-+#endif
-+
- #include <LYShowInfo.h>
- #include <LYLeaks.h>
-