Skip to content

Commit bd4f6bb

Browse files
committed
asterisk: make bash a runtime dependency
The package installs a couple of bash scripts, so it needs bash to be installed at runtime. PR pkg/59478
1 parent d353536 commit bd4f6bb

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

comms/asterisk16/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# $NetBSD: Makefile,v 1.127 2026/02/06 10:04:20 wiz Exp $
1+
# $NetBSD: Makefile,v 1.128 2026/03/07 09:51:41 bsiegert Exp $
22
#
33
# NOTE: when updating this package, there are two places that sound
44
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
55
# to find out the current sound file versions
66

77
DISTNAME= asterisk-16.29.1
8-
PKGREVISION= 29
8+
PKGREVISION= 30
99
CATEGORIES= comms net audio
1010
MASTER_SITES= https://downloads.asterisk.org/pub/telephony/asterisk/
1111
MASTER_SITES+= https://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -29,7 +29,7 @@ CONFLICTS+= asterisk-sounds-extra-[0-9]*
2929

3030
.include "../../mk/bsd.prefs.mk"
3131

32-
USE_TOOLS+= bash bison gmake perl:run pkg-config tar
32+
USE_TOOLS+= bash:run bison gmake perl:run pkg-config tar
3333
# sed: 1: "/^\s*(<[?]xml|<.DOCTYPE ...": RE error: trailing backslash (\)
3434
# not reported upstream because this version is EOL
3535
USE_TOOLS+= gsed

comms/asterisk19/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# $NetBSD: Makefile,v 1.50 2026/02/06 10:04:21 wiz Exp $
1+
# $NetBSD: Makefile,v 1.51 2026/03/07 09:51:41 bsiegert Exp $
22
#
33
# NOTE: when updating this package, there are two places that sound
44
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
55
# to find out the current sound file versions
66
# Also look in ${WRKSRC}/third-party/versions.mak for pjproject
77

88
DISTNAME= asterisk-19.8.1
9-
PKGREVISION= 18
9+
PKGREVISION= 19
1010
CATEGORIES= comms net audio
1111
MASTER_SITES= https://downloads.asterisk.org/pub/telephony/asterisk/
1212
MASTER_SITES+= https://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -32,7 +32,7 @@ MKPIE_SUPPORTED= NO
3232

3333
.include "../../mk/bsd.prefs.mk"
3434

35-
USE_TOOLS+= bison gmake perl:run pkg-config tar bash
35+
USE_TOOLS+= bison gmake perl:run pkg-config tar bash:run
3636
USE_LANGUAGES= c c++
3737
REPLACE_BASH+= contrib/scripts/astversion
3838
REPLACE_BASH+= contrib/scripts/ast_coredumper

comms/asterisk20/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# $NetBSD: Makefile,v 1.25 2026/02/06 10:04:21 wiz Exp $
1+
# $NetBSD: Makefile,v 1.26 2026/03/07 09:51:41 bsiegert Exp $
22
#
33
# NOTE: when updating this package, there are two places that sound
44
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
55
# to find out the current sound file versions
66

77
DISTNAME= asterisk-20.10.0
8-
PKGREVISION= 15
8+
PKGREVISION= 16
99
CATEGORIES= comms net audio
1010
MASTER_SITES= https://downloads.asterisk.org/pub/telephony/asterisk/
1111
MASTER_SITES+= https://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -29,7 +29,7 @@ CONFLICTS+= asterisk-sounds-extra-[0-9]*
2929

3030
.include "../../mk/bsd.prefs.mk"
3131

32-
USE_TOOLS+= bash bison gmake perl:run pkg-config tar
32+
USE_TOOLS+= bash:run bison gmake perl:run pkg-config tar
3333
USE_LANGUAGES= c c++
3434
REPLACE_BASH+= contrib/scripts/astversion
3535
REPLACE_BASH+= contrib/scripts/ast_coredumper

0 commit comments

Comments
 (0)