Index: head/net/linphone-base/Makefile =================================================================== --- head/net/linphone-base/Makefile (revision 191061) +++ head/net/linphone-base/Makefile (revision 191062) @@ -1,106 +1,106 @@ # New ports collection makefile for: linphone # Date created: 30 December 2002 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= linphone -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 PORTEPOCH= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAVANNAH:S/$/:linphone/} \ ${MASTER_SITE_GNU:S/$/:libosip2/} MASTER_SITE_SUBDIR= ${PORTNAME}/stable/sources/:linphone \ osip/:libosip2 DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:linphone \ libosip2-2.2.2${EXTRACT_SUFX}:libosip2 MAINTAINER= ports@FreeBSD.org COMMENT= A web phone that supports SIP protocol LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ portaudio.0:${PORTSDIR}/audio/portaudio \ speex.1:${PORTSDIR}/audio/speex \ osip2.3:${PORTSDIR}/net/libosip2 \ ortp.5:${PORTSDIR}/net/ortp USE_GNOME= glib20 gnomehack gnometarget intlhack pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= configure mediastreamer2/configure CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-ipv6 --disable-manual --disable-ewarning \ --disable-strict --disable-video --enable-external-ortp \ --with-osip=${LOCALBASE} MAKE_ENV= SUBDIRS="${SUBDIRS}" USE_LDCONFIG= yes CFLAGS+= -DPACKAGE_LOCALE_DIR='\"${PREFIX}/share/locale\"' \ -DPACKAGE_DATA_DIR='\"${PREFIX}/${DATA_PATH}\"' \ -DPACKAGE_SOUND_DIR='\"${DATADIR}/sounds\"' \ -DHAVE_STRUCT_TIMEVAL CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include .if ${OSVERSION} < 600000 LIB_DEPENDS+= readline.[5-9]:${PORTSDIR}/devel/readline .endif .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes PLIST_SUB+= NLS="" -LDFLAGS+= -lintl .endif .if defined(LINPHONE_GUI) LIB_DEPENDS+= linphone.8:${PORTSDIR}/net/linphone-base DESCR= ${PKGDIR}/pkg-descr.gui PLIST= ${PKGDIR}/pkg-plist.gui USE_GNOME+= gnomepanel gnomeprefix MAN1= linphone.1 DATA_PATH= share/gnome SUBDIRS= pixmaps gtk .else PKGNAMESUFFIX= -base CONFIGURE_ARGS+= --enable-gtk_ui=no MAN1= linphonec.1 sipomatic.1 DATA_PATH= share SUBDIRS= po gsmlib mediastreamer2 media_api exosip coreapi console .endif post-extract: + @${CP} -f ${FILESDIR}/GNOME_LinphoneApplet.xml ${WRKSRC}/gtk @${LN} -sf ${WRKDIR}/libosip2-2.2.2/src/osip2/osip_negotiation.c \ ${WRKSRC}/exosip @${LN} -sf ${WRKDIR}/libosip2-2.2.2/include/osip2 \ ${WRKSRC}/exosip post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s| =| ?=|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^imgdir =/s|(datadir)|(pkgdatadir)|g' \ ${WRKSRC}/mediastreamer2/src/Makefile.in post-install: .if defined(LINPHONE_GUI) ${INSTALL_MAN} ${WRKSRC}/share/C/linphone.1 ${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/share/linphone.desktop \ ${PREFIX}/share/gnome/applications ${INSTALL_DATA} ${WRKSRC}/share/linphone_applet.desktop \ ${PREFIX}/share/gnome/applications .else ${INSTALL_MAN} ${WRKSRC}/share/C/linphonec.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/share/C/sipomatic.1 ${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/share/linphone.pc ${PREFIX}/libdata/pkgconfig @${MKDIR} ${DATADIR}/sounds ${INSTALL_DATA} ${WRKSRC}/share/*.wav ${DATADIR}/sounds @${MKDIR} ${DATADIR}/sounds/rings ${INSTALL_DATA} ${WRKSRC}/share/rings/*.wav ${DATADIR}/sounds/rings .endif .include Property changes on: head/net/linphone-base/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.41 \ No newline at end of property +1.42 \ No newline at end of property Index: head/net/linphone-base/distinfo =================================================================== --- head/net/linphone-base/distinfo (revision 191061) +++ head/net/linphone-base/distinfo (revision 191062) @@ -1,6 +1,6 @@ -MD5 (linphone-1.7.0.tar.gz) = c9ba7cd5089fbd958a17c29d81da9ad5 -SHA256 (linphone-1.7.0.tar.gz) = f47b09889e5b8aacc3fd843ac1a98cbda7260bebab24e375df88bd80f0316a73 -SIZE (linphone-1.7.0.tar.gz) = 7537029 +MD5 (linphone-1.7.1.tar.gz) = 6fe246d072fad2f4a9533317ab7e9060 +SHA256 (linphone-1.7.1.tar.gz) = 3a3c606e2313f9871f07e41dfbeb87f6edb404f7927f7737fc22ab1a59a59e48 +SIZE (linphone-1.7.1.tar.gz) = 7537415 MD5 (libosip2-2.2.2.tar.gz) = 40ee3ec89030f0d6dfdb2cf6100e6685 SHA256 (libosip2-2.2.2.tar.gz) = 4e13febd65a2f8f18cb55151cd10f5f0888bf1e7dc2a4c0d54f39f170255de1c SIZE (libosip2-2.2.2.tar.gz) = 664050 Property changes on: head/net/linphone-base/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/net/linphone-base/files/GNOME_LinphoneApplet.xml =================================================================== --- head/net/linphone-base/files/GNOME_LinphoneApplet.xml (nonexistent) +++ head/net/linphone-base/files/GNOME_LinphoneApplet.xml (revision 191062) @@ -0,0 +1,7 @@ + + + + + + + Property changes on: head/net/linphone-base/files/GNOME_LinphoneApplet.xml ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/linphone-base/files/patch-configure =================================================================== --- head/net/linphone-base/files/patch-configure (revision 191061) +++ head/net/linphone-base/files/patch-configure (revision 191062) @@ -1,30 +1,39 @@ ---- configure.orig Fri Nov 10 05:54:17 2006 -+++ configure Thu Dec 28 00:35:46 2006 -@@ -24896,27 +24896,6 @@ - prefix=${ac_default_prefix} +--- configure.orig Tue Apr 24 13:11:35 2007 ++++ configure Tue Apr 24 13:14:01 2007 +@@ -23874,7 +23874,7 @@ + echo "GTK interface compilation is disabled." fi +-if test "gtk_ui" = "true" ; then ++if test "$gtk_ui" = "true" ; then + + pkg_failed=no + { echo "$as_me:$LINENO: checking for GNOME_APPLETS" >&5 +@@ -24072,27 +24072,6 @@ + if test "x${prefix}" = "xNONE"; then + prefix=${ac_default_prefix} + fi +- -DATADIRNAME=share - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_LOCALE_DIR "${prefix}/${DATADIRNAME}/locale" -_ACEOF - - - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_DATA_DIR "${prefix}/${DATADIRNAME}" -_ACEOF - - - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_SOUND_DIR "${prefix}/${DATADIRNAME}/sounds/linphone" -_ACEOF - - - -- + for ac_func in getifaddrs do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` Property changes on: head/net/linphone-base/files/patch-configure ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/net/linphone-base/files/patch-coreapi::linphonecore.c =================================================================== --- head/net/linphone-base/files/patch-coreapi::linphonecore.c (revision 191061) +++ head/net/linphone-base/files/patch-coreapi::linphonecore.c (revision 191062) @@ -1,24 +1,14 @@ --- coreapi/linphonecore.c.orig Thu Apr 5 00:19:40 2007 +++ coreapi/linphonecore.c Fri Apr 13 01:43:09 2007 @@ -29,11 +29,9 @@ #include "exevents.h" -#ifdef INET6 #ifndef WIN32 #include #endif -#endif static const char *liblinphone_version=LIBLINPHONE_VERSION; -@@ -1179,7 +1177,9 @@ - - void linphone_core_init_media_streams(LinphoneCore *lc){ - lc->audiostream=audio_stream_new(linphone_core_get_audio_port(lc),linphone_core_ipv6_enabled(lc)); -+#ifdef VIDEO_ENABLED - lc->videostream=video_stream_new(linphone_core_get_video_port(lc),linphone_core_ipv6_enabled(lc)); -+#endif - } - - void linphone_core_start_media_streams(LinphoneCore *lc, LinphoneCall *call){ Property changes on: head/net/linphone-base/files/patch-coreapi::linphonecore.c ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property