pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/ekg
Module Name: pkgsrc
Committed By: mef
Date: Sat May 2 01:35:20 UTC 2020
Modified Files:
pkgsrc/chat/ekg: Makefile
pkgsrc/chat/ekg/patches: patch-src_ui-readline.c
Log Message:
(chat/ekg) Fix build by adding .include ../../devel/ncurses/buildlink3.mk
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/chat/ekg/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/ekg/patches/patch-src_ui-readline.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/ekg/Makefile
diff -u pkgsrc/chat/ekg/Makefile:1.60 pkgsrc/chat/ekg/Makefile:1.61
--- pkgsrc/chat/ekg/Makefile:1.60 Sat May 2 01:06:40 2020
+++ pkgsrc/chat/ekg/Makefile Sat May 2 01:35:20 2020
@@ -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 @@ LIBS+= -lexecinfo
.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"
Index: pkgsrc/chat/ekg/patches/patch-src_ui-readline.c
diff -u pkgsrc/chat/ekg/patches/patch-src_ui-readline.c:1.1 pkgsrc/chat/ekg/patches/patch-src_ui-readline.c:1.2
--- pkgsrc/chat/ekg/patches/patch-src_ui-readline.c:1.1 Wed Apr 16 21:00:35 2014
+++ pkgsrc/chat/ekg/patches/patch-src_ui-readline.c Sat May 2 01:35:20 2020
@@ -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