From owner-svn-ports-head@FreeBSD.ORG Mon Sep 15 18:33:52 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5DE02CA; Mon, 15 Sep 2014 18:33:52 +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 91762CA2; Mon, 15 Sep 2014 18:33:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8FIXquM038027; Mon, 15 Sep 2014 18:33:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8FIXq3E038025; Mon, 15 Sep 2014 18:33:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409151833.s8FIXq3E038025@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 15 Sep 2014 18:33:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368285 - head/graphics/libspiro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 18:33:52 -0000 Author: amdmi3 Date: Mon Sep 15 18:33:51 2014 New Revision: 368285 URL: http://svnweb.freebsd.org/changeset/ports/368285 QAT: https://qat.redports.org/buildarchive/r368285/ Log: - Drop .la files, no dependees require them Approved by: portmgr blanket Modified: head/graphics/libspiro/Makefile head/graphics/libspiro/pkg-plist Modified: head/graphics/libspiro/Makefile ============================================================================== --- head/graphics/libspiro/Makefile Mon Sep 15 18:30:49 2014 (r368284) +++ head/graphics/libspiro/Makefile Mon Sep 15 18:33:51 2014 (r368285) @@ -3,7 +3,7 @@ PORTNAME= libspiro DISTVERSION= 20071029 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= ${PORTNAME}_src-${PORTVERSION} @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_src-${PORTVERSION} MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Library to convert clothoid splines into Bezier splines -USES= gmake libtool:keepla tar:bzip2 +USES= gmake libtool tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/graphics/libspiro/pkg-plist ============================================================================== --- head/graphics/libspiro/pkg-plist Mon Sep 15 18:30:49 2014 (r368284) +++ head/graphics/libspiro/pkg-plist Mon Sep 15 18:33:51 2014 (r368285) @@ -2,7 +2,6 @@ include/bezctx.h include/bezctx_intf.h include/spiro.h include/spiroentrypoints.h -lib/libspiro.la lib/libspiro.so lib/libspiro.so.0 lib/libspiro.so.0.0.1