pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/asterisk22



Module Name:    pkgsrc
Committed By:   kim
Date:           Fri Apr 18 06:51:09 UTC 2025

Modified Files:
        pkgsrc/comms/asterisk22: Makefile

Log Message:
asterisk22: Add gsed to USE_TOOLS

The REs used with sed during the build need gsed.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/comms/asterisk22/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/asterisk22/Makefile
diff -u pkgsrc/comms/asterisk22/Makefile:1.7 pkgsrc/comms/asterisk22/Makefile:1.8
--- pkgsrc/comms/asterisk22/Makefile:1.7        Thu Apr 17 21:49:57 2025
+++ pkgsrc/comms/asterisk22/Makefile    Fri Apr 18 06:51:09 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/04/17 21:49:57 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/04/18 06:51:09 kim Exp $
 #
 # NOTE: when updating this package, there are two places that sound
 #       tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -6,7 +6,7 @@
 #       Also look in ${WRKSRC}/third-party/versions.mak for pjproject
 
 DISTNAME=      asterisk-22.0.0
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    comms net audio
 MASTER_SITES=  https://downloads.asterisk.org/pub/telephony/asterisk/
 MASTER_SITES+= https://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -30,7 +30,7 @@ CONFLICTS+=   asterisk-sounds-extra-[0-9]*
 
 .include "../../mk/bsd.prefs.mk"
 
-USE_TOOLS+=            bison gmake perl:run pkg-config tar bash:run
+USE_TOOLS+=            bison gmake gsed perl:run pkg-config tar bash:run
 USE_LANGUAGES=         c c++
 REPLACE_BASH+=         contrib/scripts/astversion
 REPLACE_BASH+=         contrib/scripts/ast_coredumper



Home | Main Index | Thread Index | Old Index