pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Dec 28 09:19:54 UTC 2022

Modified Files:
        pkgsrc/comms/asterisk18: Makefile
        pkgsrc/comms/asterisk19: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 pkgsrc/comms/asterisk18/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/comms/asterisk19/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/asterisk18/Makefile
diff -u pkgsrc/comms/asterisk18/Makefile:1.144 pkgsrc/comms/asterisk18/Makefile:1.145
--- pkgsrc/comms/asterisk18/Makefile:1.144      Wed Nov 23 16:19:32 2022
+++ pkgsrc/comms/asterisk18/Makefile    Wed Dec 28 09:19:53 2022
@@ -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 @@ LDFLAGS+= -L${PREFIX}/lib
 .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"

Index: pkgsrc/comms/asterisk19/Makefile
diff -u pkgsrc/comms/asterisk19/Makefile:1.11 pkgsrc/comms/asterisk19/Makefile:1.12
--- pkgsrc/comms/asterisk19/Makefile:1.11       Wed Nov 23 16:19:32 2022
+++ pkgsrc/comms/asterisk19/Makefile    Wed Dec 28 09:19:54 2022
@@ -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 @@ LDFLAGS+= -L${PREFIX}/lib
 .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