From owner-svn-ports-all@FreeBSD.ORG Mon May 26 19:43:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F011AB3; Mon, 26 May 2014 19:43:28 +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 0C16824C1; Mon, 26 May 2014 19:43:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QJhR5N031754; Mon, 26 May 2014 19:43:27 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QJhRkJ031752; Mon, 26 May 2014 19:43:27 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405261943.s4QJhRkJ031752@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 26 May 2014 19:43:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355435 - head/net-im/libyahoo2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 19:43:28 -0000 Author: amdmi3 Date: Mon May 26 19:43:27 2014 New Revision: 355435 URL: http://svnweb.freebsd.org/changeset/ports/355435 QAT: https://qat.redports.org/buildarchive/r355435/ Log: - Switch to USES=libtool,tar - Strip library Modified: head/net-im/libyahoo2/Makefile head/net-im/libyahoo2/pkg-plist Modified: head/net-im/libyahoo2/Makefile ============================================================================== --- head/net-im/libyahoo2/Makefile Mon May 26 19:38:50 2014 (r355434) +++ head/net-im/libyahoo2/Makefile Mon May 26 19:43:27 2014 (r355435) @@ -3,17 +3,18 @@ PORTNAME= libyahoo2 PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A C library that handles the new Yahoo! Messenger protocol -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USES= pathfix +USES= tar:bzip2 libtool pathfix USE_GNOME= glib20 +GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure Modified: head/net-im/libyahoo2/pkg-plist ============================================================================== --- head/net-im/libyahoo2/pkg-plist Mon May 26 19:38:50 2014 (r355434) +++ head/net-im/libyahoo2/pkg-plist Mon May 26 19:43:27 2014 (r355435) @@ -5,8 +5,8 @@ include/libyahoo2/yahoo_fn.h include/libyahoo2/yahoo_httplib.h include/libyahoo2/yahoo_list.h lib/libyahoo2.a -lib/libyahoo2.la lib/libyahoo2.so lib/libyahoo2.so.11 +lib/libyahoo2.so.11.0.1 libdata/pkgconfig/libyahoo2.pc @dirrm include/libyahoo2