Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/ekg (chat/ekg) Fix build by adding .include ../.....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/984c7ac6e674
branches:  trunk
changeset: 430558:984c7ac6e674
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat May 02 01:35:20 2020 +0000

description:
(chat/ekg) Fix build by adding .include ../../devel/ncurses/buildlink3.mk

diffstat:

 chat/ekg/Makefile                        |  3 ++-
 chat/ekg/patches/patch-src_ui-readline.c |  4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 9231db378e3c -r 984c7ac6e674 chat/ekg/Makefile
--- a/chat/ekg/Makefile Sat May 02 01:06:40 2020 +0000
+++ b/chat/ekg/Makefile Sat May 02 01:35:20 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2020/05/02 01:06:40 mef Exp $
+# $NetBSD: Makefile,v 1.61 2020/05/02 01:35:20 mef Exp $
 
 DISTNAME=      ekg-20200501
 CATEGORIES=    chat
@@ -38,5 +38,6 @@
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9231db378e3c -r 984c7ac6e674 chat/ekg/patches/patch-src_ui-readline.c
--- a/chat/ekg/patches/patch-src_ui-readline.c  Sat May 02 01:06:40 2020 +0000
+++ b/chat/ekg/patches/patch-src_ui-readline.c  Sat May 02 01:35:20 2020 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-src_ui-readline.c,v 1.1 2014/04/16 21:00:35 joerg Exp $
+$NetBSD: patch-src_ui-readline.c,v 1.2 2020/05/02 01:35:20 mef Exp $
+
+support readline 6.3.
 
 --- src/ui-readline.c.orig     2014-04-16 20:11:28.000000000 +0000
 +++ src/ui-readline.c



Home | Main Index | Thread Index | Old Index