From owner-svn-ports-head@FreeBSD.ORG Thu Jul 25 20:38:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0609CBF0; Thu, 25 Jul 2013 20:38:42 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC63A2F14; Thu, 25 Jul 2013 20:38:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6PKcfSk091482; Thu, 25 Jul 2013 20:38:41 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6PKcfGW091479; Thu, 25 Jul 2013 20:38:41 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201307252038.r6PKcfGW091479@svn.freebsd.org> From: Florian Smeets Date: Thu, 25 Jul 2013 20:38:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323666 - in head/net/asterisk11: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jul 2013 20:38:42 -0000 Author: flo Date: Thu Jul 25 20:38:41 2013 New Revision: 323666 URL: http://svnweb.freebsd.org/changeset/ports/323666 Log: Make sure res_rtp_asterisk.so gets built. It required libuuid now. Deleted: head/net/asterisk11/files/patch-res-pjproject-pjlib-src-pj-guid_uuid.c Modified: head/net/asterisk11/Makefile head/net/asterisk11/pkg-plist Modified: head/net/asterisk11/Makefile ============================================================================== --- head/net/asterisk11/Makefile Thu Jul 25 20:34:34 2013 (r323665) +++ head/net/asterisk11/Makefile Thu Jul 25 20:38:41 2013 (r323666) @@ -2,6 +2,7 @@ PORTNAME= asterisk PORTVERSION= 11.5.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -13,15 +14,17 @@ COMMENT= An Open Source PBX and telephon LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \ newt.52:${PORTSDIR}/devel/newt \ execinfo:${PORTSDIR}/devel/libexecinfo \ - sqlite3:${PORTSDIR}/databases/sqlite3 + sqlite3:${PORTSDIR}/databases/sqlite3 \ + uuid:${PORTSDIR}/misc/e2fsprogs-libuuid RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gsm=${LOCALBASE} +CONFIGURE_ARGS= --with-gsm=${LOCALBASE} --with-uuid=${LOCALBASE} LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323 +CFLAGS+= -I${LOCALBASE}/include USE_CSTD= gnu89 USE_GMAKE= yes USE_GNOME= libxml2 Modified: head/net/asterisk11/pkg-plist ============================================================================== --- head/net/asterisk11/pkg-plist Thu Jul 25 20:34:34 2013 (r323665) +++ head/net/asterisk11/pkg-plist Thu Jul 25 20:38:41 2013 (r323666) @@ -660,6 +660,7 @@ lib/asterisk/modules/res_fax.so lib/asterisk/modules/res_monitor.so lib/asterisk/modules/res_musiconhold.so lib/asterisk/modules/res_mutestream.so +lib/asterisk/modules/res_rtp_asterisk.so lib/asterisk/modules/res_rtp_multicast.so lib/asterisk/modules/res_security_log.so lib/asterisk/modules/res_stun_monitor.so