Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jan 2015 15:30:10 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376616 - head/net/linphone
Message-ID:  <201501091530.t09FUAOh020986@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	tijl@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



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