summaryrefslogtreecommitdiffstats
path: root/net/linphone-base/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-10-20 07:35:36 +0000
committeredwin <edwin@FreeBSD.org>2003-10-20 07:35:36 +0000
commit25b1f42296c3a427a048c6f897409a70b5e183ad (patch)
tree293d7080a87e8f545dafd96bbd858a2e47f8ec39 /net/linphone-base/Makefile
parentae59e324e7e8f0117d0fed60e436e8c46322bc53 (diff)
downloadFreeBSD-ports-25b1f42296c3a427a048c6f897409a70b5e183ad.zip
FreeBSD-ports-25b1f42296c3a427a048c6f897409a70b5e183ad.tar.gz
Undo update of net/linphone. The port uses some kind of programming
trick to find out the IP address of the outgoing interface. This trick works fine on Linux, but fails on *BSD. For more information, see udpcliserv/udpcli09.c in the book of Richard Stevens. Touched port-epoch
Diffstat (limited to 'net/linphone-base/Makefile')
-rw-r--r--net/linphone-base/Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile
index 69b84fc..faa9204 100644
--- a/net/linphone-base/Makefile
+++ b/net/linphone-base/Makefile
@@ -6,26 +6,26 @@
#
PORTNAME= linphone
-PORTVERSION= 0.12.0
+PORTVERSION= 0.11.0
+PORTREVISION= 2
+PORTEPOCH= 1
CATEGORIES= net
-MASTER_SITES= http://simon.morlat.free.fr/download/%SUBDIR%/
-MASTER_SITE_SUBDIR= ${PORTVERSION}/source
+MASTER_SITES= http://simon.morlat.free.fr/download/${PORTVERSION}/source/
MAINTAINER= ports@FreeBSD.org
COMMENT= A web phone that supports SIP protocol
-LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm \
- speex.2:${PORTSDIR}/audio/speex \
- osip.9:${PORTSDIR}/net/libosip
-
+LIB_DEPENDS= osip.9:${PORTSDIR}/net/libosip \
+ ogg.4:${PORTSDIR}/audio/libogg
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gnomeprefix gnomepanel
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-CONFIGURE_ARGS= --enable-platform-gnome-2
+USE_LIBTOOL= yes
+LIBTOOLFILES= configure oRTP/configure speex/configure osipua/configure
+USE_GNOME= gnomehack gnomeprefix libgnomeui gnomepanel
+CONFIGURE_ARGS= --disable-ipv6
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
MAN1= linphone.1 linphonec.1 sipomatic.1
OpenPOWER on IntegriCloud