svn commit: r323666 - in head/net/asterisk11: . files
Florian Smeets
flo at FreeBSD.org
Thu Jul 25 20:38:42 UTC 2013
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
More information about the svn-ports-head
mailing list