aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2017-04-20 01:38:16 +0800
committermadpilot <madpilot@FreeBSD.org>2017-04-20 01:38:16 +0800
commitfa0413fac7412add53628e8d98e5a1fb8295f1e2 (patch)
tree7db3a165ad986a43f247c2617075b68d3e5b05dc
parent6605350ea8d7f7a92268c44b5176ec10bea64c41 (diff)
downloadfreebsd-ports-gnome-fa0413fac7412add53628e8d98e5a1fb8295f1e2.tar.gz
freebsd-ports-gnome-fa0413fac7412add53628e8d98e5a1fb8295f1e2.tar.zst
freebsd-ports-gnome-fa0413fac7412add53628e8d98e5a1fb8295f1e2.zip
- Force asterisk11 to use bundled libedit, otherwise it could link
with ports provided one, with which it has incompatibilities - While here, remove asterisk 1.8 from CONFLICTS, it is not available anymore as a port PR: 218752 Submitted by: yani@pi-greece.eu
-rw-r--r--net/asterisk11/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile
index ebedb0b74aa5..825b01e32177 100644
--- a/net/asterisk11/Makefile
+++ b/net/asterisk11/Makefile
@@ -2,6 +2,7 @@
PORTNAME= asterisk
PORTVERSION= 11.25.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729
MASTER_SITE_SUBDIR= asterisk/ \
@@ -30,7 +31,8 @@ USE_RC_SUBR= asterisk
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ilbc=internal \
--with-crypto=${OPENSSLBASE} \
- --with-ssl=${OPENSSLBASE}
+ --with-ssl=${OPENSSLBASE} \
+ --with-libedit=internal
CPE_VENDOR= digium
@@ -48,7 +50,7 @@ MAKE_ARGS+= NOISY_BUILD=yes \
ASTDATADIR=${DATADIR}
CONFLICTS_BUILD= linuxthreads-* pjsip-*
-CONFLICTS_INSTALL= asterisk*-1.8* asterisk*-13*
+CONFLICTS_INSTALL= asterisk*-13*
OPTIONS_DEFINE= BACKTRACE CURL EXCHANGE FREETDS LDAP LUA \
MP3PLAYER OOH323 RADIUS SNMP SPANDSP SRTP \