svn commit: r376616 - head/net/linphone
Tijl Coosemans
tijl at FreeBSD.org
Fri Jan 9 15:30:10 UTC 2015
Author: tijl
Date: Fri Jan 9 15:30:09 2015
New Revision: 376616
URL: https://svnweb.freebsd.org/changeset/ports/376616
QAT: https://qat.redports.org/buildarchive/r376616/
Log:
- Fix build when audio/speex isn't installed by adding --disable-speex to
CONFIGURE_ARGS. This does not actually disable Speex support because
the port doesn't use the bundled mediastreamer.
- Remove --enable-zrtp because the port doesn't use the bundled ortp.
- Take maintainership
Modified:
head/net/linphone/Makefile
Modified: head/net/linphone/Makefile
==============================================================================
--- head/net/linphone/Makefile Fri Jan 9 15:14:05 2015 (r376615)
+++ head/net/linphone/Makefile Fri Jan 9 15:30:09 2015 (r376616)
@@ -7,7 +7,7 @@ PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= SAVANNAH/linphone/3.7.x/sources
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= tijl at FreeBSD.org
COMMENT= SIP client supporting voice/video calls and text messaging
LIB_DEPENDS= libbellesip.so:${PORTSDIR}/net/belle-sip \
@@ -19,17 +19,16 @@ LIB_DEPENDS= libbellesip.so:${PORTSDIR}/
CONFLICTS_INSTALL= linphone-base-[0-9]*
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-deplibs-link --disable-strict --disable-tutorials \
+CONFIGURE_ARGS= --disable-deplibs-link --disable-speex --disable-strict \
+ --disable-tutorials \
--enable-external-mediastreamer --enable-external-ortp \
- --enable-zrtp \
--with-readline=${LOCALBASE}
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
USES= gmake libtool pathfix pkgconfig readline:port
-USE_GNOME= gtk20 intltool libxml2
+USE_GNOME= gtk20 intltool libxml2
USE_LDCONFIG= yes
-EXTRACT_AFTER_ARGS+=--exclude mediastreamer2 --exclude oRTP
OPTIONS_DEFINE= IPV6 NLS NOTIFY UPNP VIDEO
OPTIONS_DEFAULT=NOTIFY UPNP VIDEO
More information about the svn-ports-all
mailing list