From owner-svn-ports-all@FreeBSD.ORG Tue Jun 10 17:21:20 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 DAFE0DD8; Tue, 10 Jun 2014 17:21:20 +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 C82C42CFA; Tue, 10 Jun 2014 17:21:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5AHLKg2016654; Tue, 10 Jun 2014 17:21:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5AHLK2W016651; Tue, 10 Jun 2014 17:21:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406101721.s5AHLK2W016651@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 10 Jun 2014 17:21:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357354 - head/graphics/libcdr 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, 10 Jun 2014 17:21:20 -0000 Author: bapt Date: Tue Jun 10 17:21:20 2014 New Revision: 357354 URL: http://svnweb.freebsd.org/changeset/ports/357354 QAT: https://qat.redports.org/buildarchive/r357354/ Log: Strip binaries Convert to USES=libtool Modified: head/graphics/libcdr/Makefile head/graphics/libcdr/pkg-plist Modified: head/graphics/libcdr/Makefile ============================================================================== --- head/graphics/libcdr/Makefile Tue Jun 10 17:17:39 2014 (r357353) +++ head/graphics/libcdr/Makefile Tue Jun 10 17:21:20 2014 (r357354) @@ -2,6 +2,7 @@ PORTNAME= libcdr PORTVERSION= 0.0.16 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= http://dev-www.libreoffice.org/src/ @@ -19,8 +20,9 @@ LIB_DEPENDS= libicui18n.so:${PORTSDIR}/d GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-werror --without-docs -USES= pathfix pkgconfig tar:xz +USES= libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -Wno-long-long Modified: head/graphics/libcdr/pkg-plist ============================================================================== --- head/graphics/libcdr/pkg-plist Tue Jun 10 17:17:39 2014 (r357353) +++ head/graphics/libcdr/pkg-plist Tue Jun 10 17:21:20 2014 (r357354) @@ -8,9 +8,9 @@ include/libcdr-0.0/libcdr/CDRDocument.h include/libcdr-0.0/libcdr/CDRStringVector.h include/libcdr-0.0/libcdr/CMXDocument.h include/libcdr-0.0/libcdr/libcdr.h -lib/libcdr-0.0.la lib/libcdr-0.0.so lib/libcdr-0.0.so.0 +lib/libcdr-0.0.so.0.0.16 libdata/pkgconfig/libcdr-0.0.pc @dirrm include/libcdr-0.0/libcdr @dirrm include/libcdr-0.0