svn commit: r325173 - head/net/linphone-base
William Grzybowski
wg at FreeBSD.org
Wed Aug 21 23:26:35 UTC 2013
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 at 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/
More information about the svn-ports-head
mailing list