From owner-svn-ports-all@FreeBSD.ORG Mon Jun 16 12:44:01 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 B2434676; Mon, 16 Jun 2014 12:44:01 +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 9F9372D22; Mon, 16 Jun 2014 12:44:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GCi11m085908; Mon, 16 Jun 2014 12:44:01 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GCi1Tv085905; Mon, 16 Jun 2014 12:44:01 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406161244.s5GCi1Tv085905@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 16 Jun 2014 12:44:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357981 - head/audio/liblscp 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, 16 Jun 2014 12:44:01 -0000 Author: amdmi3 Date: Mon Jun 16 12:44:00 2014 New Revision: 357981 URL: http://svnweb.freebsd.org/changeset/ports/357981 QAT: https://qat.redports.org/buildarchive/r357981/ Log: - Switch to USES=libtool, drop .la files - Strip libraries Modified: head/audio/liblscp/Makefile head/audio/liblscp/pkg-plist Modified: head/audio/liblscp/Makefile ============================================================================== --- head/audio/liblscp/Makefile Mon Jun 16 12:43:41 2014 (r357980) +++ head/audio/liblscp/Makefile Mon Jun 16 12:44:00 2014 (r357981) @@ -3,6 +3,7 @@ PORTNAME= liblscp PORTVERSION= 0.5.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \ http://download.linuxsampler.org/packages/ @@ -12,8 +13,9 @@ COMMENT= Wrapper around the LSCP network LICENSE= LGPL21 -USES= gmake pathfix +USES= gmake pathfix libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip .include Modified: head/audio/liblscp/pkg-plist ============================================================================== --- head/audio/liblscp/pkg-plist Mon Jun 16 12:43:41 2014 (r357980) +++ head/audio/liblscp/pkg-plist Mon Jun 16 12:44:00 2014 (r357981) @@ -5,8 +5,8 @@ include/lscp/socket.h include/lscp/thread.h include/lscp/version.h lib/liblscp.a -lib/liblscp.la lib/liblscp.so lib/liblscp.so.6 +lib/liblscp.so.6.0.0 libdata/pkgconfig/lscp.pc @dirrm include/lscp