From owner-svn-ports-head@FreeBSD.ORG Mon Sep 1 15:47:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 819D1A5E; Mon, 1 Sep 2014 15:47:06 +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 532E41C22; Mon, 1 Sep 2014 15:47:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s81Fl6ne099942; Mon, 1 Sep 2014 15:47:06 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s81Fl5KM099939; Mon, 1 Sep 2014 15:47:05 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409011547.s81Fl5KM099939@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 1 Sep 2014 15:47:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366889 - head/net-im/libnice 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, 01 Sep 2014 15:47:06 -0000 Author: tijl Date: Mon Sep 1 15:47:05 2014 New Revision: 366889 URL: http://svnweb.freebsd.org/changeset/ports/366889 QAT: https://qat.redports.org/buildarchive/r366889/ Log: Convert to USES=libtool and add INSTALL_TARGET=install-strip Obtained from: gnome-dev Modified: head/net-im/libnice/Makefile head/net-im/libnice/pkg-plist Modified: head/net-im/libnice/Makefile ============================================================================== --- head/net-im/libnice/Makefile Mon Sep 1 15:45:10 2014 (r366888) +++ head/net-im/libnice/Makefile Mon Sep 1 15:47:05 2014 (r366889) @@ -4,6 +4,7 @@ PORTNAME= libnice PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= net-im devel MASTER_SITES= http://nice.freedesktop.org/releases/ \ http://miwibox.org/distfiles/ @@ -11,14 +12,15 @@ MASTER_SITES= http://nice.freedesktop.or MAINTAINER= gnome@FreeBSD.org COMMENT= Library and transmitter that implements ICE-19 -USES= pkgconfig gettext gmake pathfix +USES= gettext gmake libtool pathfix pkgconfig USE_LDCONFIG= yes -USE_GNOME= glib20 ltverhack +USE_GNOME= glib20 USE_GSTREAMER= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-gstreamer --with-gstreamer-0.10 CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GETIFADDRS LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ Modified: head/net-im/libnice/pkg-plist ============================================================================== --- head/net-im/libnice/pkg-plist Mon Sep 1 15:45:10 2014 (r366888) +++ head/net-im/libnice/pkg-plist Mon Sep 1 15:47:05 2014 (r366889) @@ -17,12 +17,11 @@ include/stun/usages/timer.h include/stun/usages/turn.h include/stun/win32_common.h lib/gstreamer-0.10/libgstnice010.a -lib/gstreamer-0.10/libgstnice010.la lib/gstreamer-0.10/libgstnice010.so lib/libnice.a -lib/libnice.la lib/libnice.so lib/libnice.so.10 +lib/libnice.so.10.1.0 libdata/pkgconfig/nice.pc share/gtk-doc/html/libnice/NiceAgent.html share/gtk-doc/html/libnice/ch01.html