From owner-svn-ports-head@FreeBSD.ORG Mon Dec 22 23:19:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 282C69D0; Mon, 22 Dec 2014 23:19:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 142E764A50; Mon, 22 Dec 2014 23:19:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBMNJKQL026611; Mon, 22 Dec 2014 23:19:20 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBMNJKlj026610; Mon, 22 Dec 2014 23:19:20 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412222319.sBMNJKlj026610@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 22 Dec 2014 23:19:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375291 - head/net/linphone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2014 23:19:21 -0000 Author: bapt Date: Mon Dec 22 23:19:20 2014 New Revision: 375291 URL: https://svnweb.freebsd.org/changeset/ports/375291 QAT: https://qat.redports.org/buildarchive/r375291/ Log: Get rid of gnomehier Modified: head/net/linphone/Makefile Modified: head/net/linphone/Makefile ============================================================================== --- head/net/linphone/Makefile Mon Dec 22 23:14:07 2014 (r375290) +++ head/net/linphone/Makefile Mon Dec 22 23:19:20 2014 (r375291) @@ -2,7 +2,7 @@ PORTNAME= linphone PORTVERSION= 3.7.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/3.7.x/sources @@ -26,7 +26,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip USES= gmake libtool pathfix pkgconfig readline:port -USE_GNOME= gnomehier gtk20 intltool libxml2 +USE_GNOME= gtk20 intltool libxml2 USE_LDCONFIG= yes OPTIONS_DEFINE= IPV6 NLS NOTIFY UPNP VIDEO