From owner-svn-ports-all@FreeBSD.ORG Tue Jun 3 00:39:59 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 D2E6AF9B; Tue, 3 Jun 2014 00:39:59 +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 C07C025B4; Tue, 3 Jun 2014 00:39:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s530dxhp020092; Tue, 3 Jun 2014 00:39:59 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s530dxwF020090; Tue, 3 Jun 2014 00:39:59 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406030039.s530dxwF020090@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 3 Jun 2014 00:39:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356264 - head/devel/rlog 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: Tue, 03 Jun 2014 00:39:59 -0000 Author: amdmi3 Date: Tue Jun 3 00:39:59 2014 New Revision: 356264 URL: http://svnweb.freebsd.org/changeset/ports/356264 QAT: https://qat.redports.org/buildarchive/r356264/ Log: - Switch to USES=libtool, drop .la files - Strip libraries Modified: head/devel/rlog/Makefile head/devel/rlog/pkg-plist Modified: head/devel/rlog/Makefile ============================================================================== --- head/devel/rlog/Makefile Tue Jun 3 00:33:52 2014 (r356263) +++ head/devel/rlog/Makefile Tue Jun 3 00:39:59 2014 (r356264) @@ -3,7 +3,7 @@ PORTNAME= rlog PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE @@ -15,8 +15,9 @@ OPTIONS_DEFINE= DOCS LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual -USES= gmake pathfix -USE_AUTOTOOLS= libtool +USES= gmake pathfix libtool +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes .include Modified: head/devel/rlog/pkg-plist ============================================================================== --- head/devel/rlog/pkg-plist Tue Jun 3 00:33:52 2014 (r356263) +++ head/devel/rlog/pkg-plist Tue Jun 3 00:39:59 2014 (r356264) @@ -14,10 +14,9 @@ include/rlog/rlog-prec99.h include/rlog/rlog.h include/rlog/rloginit.h include/rlog/rloglocation.h -lib/librlog.a -lib/librlog.la lib/librlog.so lib/librlog.so.5 +lib/librlog.so.5.0.0 libdata/pkgconfig/librlog.pc %%PORTDOCS%%%%DOCSDIR%%/html/Error_8h-source.html %%PORTDOCS%%%%DOCSDIR%%/html/Lock_8h-source.html