pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/lynx Depend on fixed ncursesw package and remove u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9511eb3c9f10
branches:  trunk
changeset: 639548:9511eb3c9f10
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 16 09:52:05 2014 +0000

description:
Depend on fixed ncursesw package and remove unneeded patch.

diffstat:

 www/lynx/distinfo                      |   3 +--
 www/lynx/options.mk                    |   3 ++-
 www/lynx/patches/patch-src_LYStrings.c |  17 -----------------
 3 files changed, 3 insertions(+), 20 deletions(-)

diffs (52 lines):

diff -r 5cf6185f51fa -r 9511eb3c9f10 www/lynx/distinfo
--- a/www/lynx/distinfo Tue Sep 16 09:49:17 2014 +0000
+++ b/www/lynx/distinfo Tue Sep 16 09:52:05 2014 +0000
@@ -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 @@
 SHA1 (patch-aa) = 85e76c4b2708e01dd1abdc1af764a067bd83bcb9
 SHA1 (patch-ab) = 26fab3bd426a76df530e6780eefe36464059bc6a
 SHA1 (patch-af) = 31399c0c3394b90c0680708fff06f6f9e19674b3
-SHA1 (patch-src_LYStrings.c) = ce12d4e116d550f6cb4df6d045d318752c83f14d
diff -r 5cf6185f51fa -r 9511eb3c9f10 www/lynx/options.mk
--- a/www/lynx/options.mk       Tue Sep 16 09:49:17 2014 +0000
+++ b/www/lynx/options.mk       Tue Sep 16 09:52:05 2014 +0000
@@ -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 @@
 .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 -r 5cf6185f51fa -r 9511eb3c9f10 www/lynx/patches/patch-src_LYStrings.c
--- a/www/lynx/patches/patch-src_LYStrings.c    Tue Sep 16 09:49:17 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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>
- 



Home | Main Index | Thread Index | Old Index