From owner-svn-ports-all@FreeBSD.ORG Mon May 26 14:02:04 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 049D291D; Mon, 26 May 2014 14:02:04 +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 DFAF02687; Mon, 26 May 2014 14:02:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QE23LT040344; Mon, 26 May 2014 14:02:03 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QE23HR040342; Mon, 26 May 2014 14:02:03 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405261402.s4QE23HR040342@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 26 May 2014 14:02:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355349 - head/net-im/icqlib 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 14:02:04 -0000 Author: amdmi3 Date: Mon May 26 14:02:03 2014 New Revision: 355349 URL: http://svnweb.freebsd.org/changeset/ports/355349 QAT: https://qat.redports.org/buildarchive/r355349/ Log: - Switch to USES=libtool - Strip library Modified: head/net-im/icqlib/Makefile head/net-im/icqlib/pkg-plist Modified: head/net-im/icqlib/Makefile ============================================================================== --- head/net-im/icqlib/Makefile Mon May 26 14:01:55 2014 (r355348) +++ head/net-im/icqlib/Makefile Mon May 26 14:02:03 2014 (r355349) @@ -3,15 +3,14 @@ PORTNAME= icqlib PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Library required by kicq (not libicq) -USES= gmake -USE_AUTOTOOLS= libtool +USES= gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -19,4 +18,7 @@ post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libicq.so + .include Modified: head/net-im/icqlib/pkg-plist ============================================================================== --- head/net-im/icqlib/pkg-plist Mon May 26 14:01:55 2014 (r355348) +++ head/net-im/icqlib/pkg-plist Mon May 26 14:02:03 2014 (r355349) @@ -1,5 +1,5 @@ include/icq.h lib/libicq.a -lib/libicq.la lib/libicq.so lib/libicq.so.1 +lib/libicq.so.1.0.0