From owner-freebsd-ports-bugs@freebsd.org Sat Apr 9 01:41:05 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0FFDB08327 for ; Sat, 9 Apr 2016 01:41:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 917C21956 for ; Sat, 9 Apr 2016 01:41:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u391f5q1060011 for ; Sat, 9 Apr 2016 01:41:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 208645] FreeSwitch IP-PBX Softswitch Devel Date: Sat, 09 Apr 2016 01:41:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: masked@faithphone.com.au X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2016 01:41:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208645 --- Comment #1 from Michael Kieran Martin Vale -= -- #bORG PORTNAME=3D freeswitch PORTVERSION=3D 1.7.0 CATEGORIES=3D net MASTER_SITES=3D http://www.faith.ski/freeswitch/ DISTNAME=3D ${PORTNAME}-${PORTVERSION} MAINTAINER=3D masked@faithphone.com.au COMMENT=3D Open Source PBX and telephony toolkit BUILD_DEPENDS=3D autoconf:${PORTSDIR}/devel/autoconf \ automake:${PORTSDIR}/devel/automake \ curl:${PORTSDIR}/ftp/curl \ git:${PORTSDIR}/devel/git \ gmake:${PORTSDIR}/devel/gmake \ libtool:${PORTSDIR}/devel/libtool \ =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ${LOCALBASE}/lib/erlang/usr/include/ei.h:${PORTSDIR}/lang/erlang \ LIB_DEPENDS=3D libevent.so:${PORTSDIR}/devel/libevent2 \ libmemcached.so:${PORTSDIR}/databases/libmemcached \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libldns.so:${PORTSDIR}/dns/ldns \ libedit.so:${PORTSDIR}/devel/libedit \ libpcre.so:${PORTSDIR}/devel/pcre \ libspeexdsp.so:${PORTSDIR}/audio/speexdsp \ libopus.so:${PORTSDIR}/audio/opus \ libportaudio.so:${PORTSDIR}/audio/portaudio \ libshout.so:${PORTSDIR}/audio/libshout \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ libmpg123.so:${PORTSDIR}/audio/mpg123 \ libmp3lame.so:${PORTSDIR}/audio/lame \ # libmp4v2.so:${PORTSDIR}/multimedia/mp4v2 \ libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 RUN_DEPENDS=3D postmaster:${PORTSDIR}/databases ONLY_FOR_ARCHS=3D sparc32 arm mips amd64 powerpc GNU_CONFIGURE=3D yes CONFIGURE_ARGS+=3D --with-pkgconfigdir=3D${PREFIX}/libdata/pkgconfig LDFLAGS+=3D -L${LOCALBASE}/lib CPPFLAGS+=3D -I${LOCALBASE}/include CFLAGS+=3D -I${LOCALBASE}/include -I${LOCALBASE}/lib/erlang/include #USE_CSTD=3D gnu89 USE_LDCONFIG=3D yes INSTALL_TARGET=3D ${STRIP_CMD} USES=3D pgsql gmake lua pkgconfig jpeg libtool shebangfix SHEBANG_FILES=3D scripts/fsxs.in USE_OPENLDAP=3D yes CPE_VENDOR=3D FreeSWITCH USE_RC_SUBR=3D freeswitch USERS=3D ${PORTNAME} GROUPS=3D ${USERS} MODULES+=3D ${ENABLEDMODULES} .for $modules in `grep -v "^#" ${WRKSRC}/modules.conf` ENABLEMODULES+=3D ${modules} .endfor MYSQL_DESC=3D Use MySQL as core backend PGSQL_DESC=3D Use PostgreSQL as core backend ODBC_DESC=3D Use ODBC as core backend LDAP_DESC=3D Build with LDAP authentication support PAM_DESC=3D Build with PAM authentication support SSL_DESC=3D Build with OpenSSL support OPTIONS_DEFINE=3D PGSQL ODBC LDAP MP4V2 ZRTP PAM SSL PGSQL_USE=3D USES+=3Dpgsql PGSQL_CONFIGURE_ENABLE=3D core-pgsql-support ODBC_USE=3D USES+=3Dodbc ODBC_CONFIGURE_ENABLE=3D core-odbc-support ZRTP_USE=3D USES+=3Dzrtp ZRTP_CONFIGURE_ENABLE=3D zrtp LDAP_USE=3D USES+=3Dldap MODULES+=3Ddirectories/mod_ldap/ MP4V2_USE=3D USES+=3Dmp4v2 MODULES+=3Dapplications/mod_mp4v2 SSL_USE=3D USES+=3Dssl SSL_CONFIGURE_WITH=3D openssl ZRTP_USE=3D USES+=3Dzrtp ZRTP_CONFIGURE_ENABLE=3D zrtp #AMD64_USE=3D USES+=3Damd64 #AMD64_CONFIGURE_ENABLE=3D --enable-64 .include --=20 You are receiving this mail because: You are the assignee for the bug.=