View | Details | Raw Unified | Return to bug 234547 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+3 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	asterisk
3
PORTNAME=	asterisk
4
PORTVERSION=	16.1.1
4
PORTVERSION=	16.1.1
5
PORTREVISION=	1
5
CATEGORIES=	net
6
CATEGORIES=	net
6
MASTER_SITES=	https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729
7
MASTER_SITES=	https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729
7
MASTER_SITE_SUBDIR=	asterisk/ \
8
MASTER_SITE_SUBDIR=	asterisk/ \
Lines 16-21 Link Here
16
LICENSE=	GPLv2
17
LICENSE=	GPLv2
17
LICENSE_FILE=	${WRKSRC}/LICENSE
18
LICENSE_FILE=	${WRKSRC}/LICENSE
18
19
20
BUILD_DEPENDS=	bash:shells/bash
21
19
LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid \
22
LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid \
20
		libjansson.so:devel/jansson
23
		libjansson.so:devel/jansson
21
24
(-)files/patch-Makefile.moddir__rules (+11 lines)
Line 0 Link Here
1
--- Makefile.moddir_rules.orig	2019-01-01 15:30:55 UTC
2
+++ Makefile.moddir_rules
3
@@ -40,6 +40,8 @@ CC_MODS:=$(filter-out $(MENUSELECT_$(MENUSELECT_CATEGO
4
 
5
 LOADABLE_MODS:=$(C_MODS) $(CC_MODS)
6
 
7
+SHELL:=bash
8
+
9
 # Both C++ and C++ sources need their module name in AST_MODULE
10
 # We also pass whatever _INCLUDE list is generated by menuselect
11
 # (they are stored in file 'makeopts'). This is also necessary

Return to bug 234547