pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/comms/asterisk20
Module Name: pkgsrc
Committed By: gdt
Date: Fri Dec 15 13:31:55 UTC 2023
Modified Files:
pkgsrc/comms/asterisk20: Makefile
Log Message:
comms/asterisk20: Use gsed as a TOOL
To be reported upstream.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/comms/asterisk20/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/asterisk20/Makefile
diff -u pkgsrc/comms/asterisk20/Makefile:1.1 pkgsrc/comms/asterisk20/Makefile:1.2
--- pkgsrc/comms/asterisk20/Makefile:1.1 Sun Dec 10 06:40:20 2023
+++ pkgsrc/comms/asterisk20/Makefile Fri Dec 15 13:31:55 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/12/10 06:40:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2023/12/15 13:31:55 gdt Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -29,6 +29,9 @@ CONFLICTS+= asterisk-sounds-extra-[0-9]*
.include "../../mk/bsd.prefs.mk"
USE_TOOLS+= bash bison gmake perl:run pkg-config tar
+# sed: 1: "/^\s*(<[?]xml|<.DOCTYPE ...": RE error: trailing backslash (\)
+# To be reported upstream, which does not seem to document a gsed dependency.
+USE_TOOLS+= gsed
USE_LANGUAGES= c c++
REPLACE_BASH+= contrib/scripts/astversion
REPLACE_BASH+= contrib/scripts/ast_coredumper
Home |
Main Index |
Thread Index |
Old Index