Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2013 23:26:35 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325173 - head/net/linphone-base
Message-ID:  <201308212326.r7LNQZSF069602@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Wed Aug 21 23:26:34 2013
New Revision: 325173
URL: http://svnweb.freebsd.org/changeset/ports/325173

Log:
  net/linphone-base: fix typo in pkg-descr
  
  - Fix typo in pkg-descr [1]
  - Convert to new lib depends syntax
  - USES gmake
  - Add NLS to options
  - Remove leading article from COMMENT
  
  PR:		ports/179635
  Submitted by:	Dmitry Afanasiev <KOT MATPOCKuH.Ru>
  Approved by:	maintainer (timeout)

Modified:
  head/net/linphone-base/Makefile
  head/net/linphone-base/pkg-descr

Modified: head/net/linphone-base/Makefile
==============================================================================
--- head/net/linphone-base/Makefile	Wed Aug 21 23:23:51 2013	(r325172)
+++ head/net/linphone-base/Makefile	Wed Aug 21 23:26:34 2013	(r325173)
@@ -9,17 +9,16 @@ CATEGORIES?=	net
 MASTER_SITES=	SAVANNAH/${PORTNAME}/3.2.x/sources
 
 MAINTAINER=	sylvio@FreeBSD.org
-COMMENT=	A web phone that supports SIP protocol
+COMMENT=	Web phone that supports SIP protocol
 
-LIB_DEPENDS=	gsm.1:${PORTSDIR}/audio/gsm \
-		speex.1:${PORTSDIR}/audio/speex \
-		eXosip2.9:${PORTSDIR}/net/libexosip2
+LIB_DEPENDS=	libgsm.so:${PORTSDIR}/audio/gsm \
+		libspeex.so:${PORTSDIR}/audio/speex \
+		libeXosip2.so:${PORTSDIR}/net/libexosip2
 
 CONFLICTS=	ortp-[0-9]*
 
 USE_GNOME=	glib20 intlhack
-USES=		pathfix pkgconfig
-USE_GMAKE=	yes
+USES=		gmake pathfix pkgconfig
 USE_AUTOTOOLS=	libtool
 LIBTOOLFILES=	configure oRTP/configure mediastreamer2/configure
 CONFIGURE_ARGS=	--disable-ipv6 --disable-manual --disable-ewarning \
@@ -31,6 +30,8 @@ USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
+OPTIONS_DEFINE=	NLS
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/net/linphone-base/pkg-descr
==============================================================================
--- head/net/linphone-base/pkg-descr	Wed Aug 21 23:23:51 2013	(r325172)
+++ head/net/linphone-base/pkg-descr	Wed Aug 21 23:26:34 2013	(r325173)
@@ -2,6 +2,6 @@ Linphone is a web phone: it let you phon
 whole world, freely, simply by using the internet. The cost of the phone call
 is the cost that you spend connected to the internet.
 
-This package includes libraries, headers and cosole frontend.
+This package includes libraries, headers and console frontend.
 
 WWW: http://www.linphone.org/



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