pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms asterisk[18,19]: Add missing libedit dependency ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0dfa0080e4d6
branches:  trunk
changeset: 390727:0dfa0080e4d6
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Dec 28 09:19:53 2022 +0000

description:
asterisk[18,19]: Add missing libedit dependency (included in base on
NetBSD)

diffstat:

 comms/asterisk18/Makefile |  3 ++-
 comms/asterisk19/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 21817d70434e -r 0dfa0080e4d6 comms/asterisk18/Makefile
--- a/comms/asterisk18/Makefile Wed Dec 28 09:15:17 2022 +0000
+++ b/comms/asterisk18/Makefile Wed Dec 28 09:19:53 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.144 2022/11/23 16:19:32 adam Exp $
+# $NetBSD: Makefile,v 1.145 2022/12/28 09:19:53 nia Exp $
 #
 # NOTE: when updating this package, there are two places that sound
 #       tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -298,6 +298,7 @@
 .endif
 
 .include "../../databases/sqlite3/buildlink3.mk"
+.include "../../devel/editline/buildlink3.mk"
 .include "../../devel/libuuid/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/application.mk"
diff -r 21817d70434e -r 0dfa0080e4d6 comms/asterisk19/Makefile
--- a/comms/asterisk19/Makefile Wed Dec 28 09:15:17 2022 +0000
+++ b/comms/asterisk19/Makefile Wed Dec 28 09:19:53 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/11/23 16:19:32 adam Exp $
+# $NetBSD: Makefile,v 1.12 2022/12/28 09:19:54 nia Exp $
 #
 # NOTE: when updating this package, there are two places that sound
 #       tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -299,6 +299,7 @@
 .endif
 
 .include "../../databases/sqlite3/buildlink3.mk"
+.include "../../devel/editline/buildlink3.mk"
 .include "../../devel/libuuid/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index