Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2017 17:38:17 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438897 - head/net/asterisk11
Message-ID:  <201704191738.v3JHcH8R016147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Apr 19 17:38:16 2017
New Revision: 438897
URL: https://svnweb.freebsd.org/changeset/ports/438897

Log:
  - 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

Modified:
  head/net/asterisk11/Makefile

Modified: head/net/asterisk11/Makefile
==============================================================================
--- head/net/asterisk11/Makefile	Wed Apr 19 17:17:33 2017	(r438896)
+++ head/net/asterisk11/Makefile	Wed Apr 19 17:38:16 2017	(r438897)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704191738.v3JHcH8R016147>