From owner-svn-ports-all@FreeBSD.ORG Fri May 30 15:49:51 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 EEF14E2E; Fri, 30 May 2014 15:49:51 +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 DBBCC2392; Fri, 30 May 2014 15:49:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UFnpIH028300; Fri, 30 May 2014 15:49:51 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4UFnpsE028298; Fri, 30 May 2014 15:49:51 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405301549.s4UFnpsE028298@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 30 May 2014 15:49:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355864 - head/devel/dotconf++ 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: Fri, 30 May 2014 15:49:52 -0000 Author: amdmi3 Date: Fri May 30 15:49:51 2014 New Revision: 355864 URL: http://svnweb.freebsd.org/changeset/ports/355864 QAT: https://qat.redports.org/buildarchive/r355864/ Log: - Switch to USES=libtool, drop .la files - Strip libraries Modified: head/devel/dotconf++/Makefile head/devel/dotconf++/pkg-plist Modified: head/devel/dotconf++/Makefile ============================================================================== --- head/devel/dotconf++/Makefile Fri May 30 15:46:05 2014 (r355863) +++ head/devel/dotconf++/Makefile Fri May 30 15:49:51 2014 (r355864) @@ -3,6 +3,7 @@ PORTNAME= dotconfpp PORTVERSION= 0.0.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF \ http://voodoo.com.ua/dotconfpp/ @@ -10,10 +11,10 @@ MASTER_SITES= SF \ MAINTAINER= ports@FreeBSD.org COMMENT= Configuration file parser written in C++ -USES= compiler:env -USE_AUTOTOOLS= libtool - +USES= compiler:env libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip .include Modified: head/devel/dotconf++/pkg-plist ============================================================================== --- head/devel/dotconf++/pkg-plist Fri May 30 15:46:05 2014 (r355863) +++ head/devel/dotconf++/pkg-plist Fri May 30 15:49:51 2014 (r355864) @@ -1,7 +1,7 @@ include/dotconf++/dotconfpp.h include/dotconf++/mempool.h lib/libdotconfpp.a -lib/libdotconfpp.la lib/libdotconfpp.so lib/libdotconfpp.so.0 +lib/libdotconfpp.so.0.0.3 @dirrm include/dotconf++