Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2016 18:30: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: r421724 - head/net/asterisk-g72x
Message-ID:  <201609101830.u8AIUHG7060112@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Sat Sep 10 18:30:17 2016
New Revision: 421724
URL: https://svnweb.freebsd.org/changeset/ports/421724

Log:
  - Move default dependency on asterisk13 port
  - Convert to USES=localbase

Modified:
  head/net/asterisk-g72x/Makefile

Modified: head/net/asterisk-g72x/Makefile
==============================================================================
--- head/net/asterisk-g72x/Makefile	Sat Sep 10 18:29:02 2016	(r421723)
+++ head/net/asterisk-g72x/Makefile	Sat Sep 10 18:30:17 2016	(r421724)
@@ -2,7 +2,7 @@
 
 PORTNAME=	asterisk-g72x
 PORTVERSION=	1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://asterisk.hosting.lv/src/
 
@@ -13,17 +13,15 @@ LIB_DEPENDS=	libbcg729.so:audio/bcg729
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-bcg729
-USES=		autoreconf compiler libtool tar:bzip2
+USES=		autoreconf compiler libtool localbase tar:bzip2
 NO_OPTIONS_SORT=	yes
 
-LDFLAGS+=	-L${LOCALBASE}/lib
-
 PLIST_FILES=	lib/asterisk/modules/codec_g729.so
 
 OPTIONS_SINGLE=	ASTVER
 OPTIONS_SINGLE_ASTVER=	ASTERISK18 ASTERISK11 ASTERISK13
 
-OPTIONS_DEFAULT=	ASTERISK11
+OPTIONS_DEFAULT=	ASTERISK13
 
 ASTERISK18_DESC=	Depend on Asterisk 1.8
 ASTERISK11_DESC=	Depend on Asterisk 11



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