pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/asterisk16



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Dec 15 12:57:45 UTC 2023

Modified Files:
        pkgsrc/comms/asterisk16: Makefile

Log Message:
comms/asterisk16: Add gsed as a TOOL

Without gsed, the build fails on NetBSD 10 with a sed error about a
trailing backslash.  (Because this version is EOL, I am skipping
figuring out why, fixing, and reporting upstream.)


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/comms/asterisk16/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/asterisk16/Makefile
diff -u pkgsrc/comms/asterisk16/Makefile:1.106 pkgsrc/comms/asterisk16/Makefile:1.107
--- pkgsrc/comms/asterisk16/Makefile:1.106      Tue Nov 14 18:45:28 2023
+++ pkgsrc/comms/asterisk16/Makefile    Fri Dec 15 12:57:45 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2023/11/14 18:45:28 nia Exp $
+# $NetBSD: Makefile,v 1.107 2023/12/15 12:57:45 gdt Exp $
 #
 # NOTE: when updating this package, there are two places that sound
 #       tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -30,6 +30,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 (\)
+# not reported upstream because this version is EOL
+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