pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/asterisk19



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Jul  5 19:59:36 UTC 2025

Modified Files:
        pkgsrc/comms/asterisk19: Makefile

Log Message:
comms/asterisk19: Document failure to build with xmlstarlet

This is a comment-only change -- a note to future self and others
having build problems, until we have a fix.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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/asterisk19/Makefile
diff -u pkgsrc/comms/asterisk19/Makefile:1.42 pkgsrc/comms/asterisk19/Makefile:1.43
--- pkgsrc/comms/asterisk19/Makefile:1.42       Thu Apr 24 14:13:23 2025
+++ pkgsrc/comms/asterisk19/Makefile    Sat Jul  5 19:59:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2025/04/24 14:13:23 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2025/07/05 19:59:36 gdt Exp $
 #
 # NOTE: when updating this package, there are two places that sound
 #       tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -33,6 +33,9 @@ MKPIE_SUPPORTED=      NO
 .include "../../mk/bsd.prefs.mk"
 
 USE_TOOLS+=            bison gmake perl:run pkg-config tar bash:run
+# asterisk checks for `xml`, provided in pkgsrc if `xmlstarlet` is installed,
+# and then fails with a mysterious "bad substitution".
+# \todo Fix asterisk to build in the presence of xmlstarlet.
 USE_LANGUAGES=         c c++
 REPLACE_BASH+=         contrib/scripts/astversion
 REPLACE_BASH+=         contrib/scripts/ast_coredumper



Home | Main Index | Thread Index | Old Index