From owner-svn-ports-all@FreeBSD.ORG Thu Jun 5 18:39:26 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 0737EDCA; Thu, 5 Jun 2014 18:39:26 +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 E92EC2CD5; Thu, 5 Jun 2014 18:39:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s55IdPwU015055; Thu, 5 Jun 2014 18:39:25 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s55IdPwS015053; Thu, 5 Jun 2014 18:39:25 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406051839.s55IdPwS015053@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 5 Jun 2014 18:39:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356680 - head/audio/resid 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: Thu, 05 Jun 2014 18:39:26 -0000 Author: amdmi3 Date: Thu Jun 5 18:39:25 2014 New Revision: 356680 URL: http://svnweb.freebsd.org/changeset/ports/356680 QAT: https://qat.redports.org/buildarchive/r356680/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/audio/resid/Makefile head/audio/resid/pkg-plist Modified: head/audio/resid/Makefile ============================================================================== --- head/audio/resid/Makefile Thu Jun 5 18:37:25 2014 (r356679) +++ head/audio/resid/Makefile Thu Jun 5 18:39:25 2014 (r356680) @@ -3,7 +3,7 @@ PORTNAME= resid PORTVERSION= 0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio emulators MASTER_SITES= CRITICAL @@ -12,7 +12,7 @@ COMMENT= Cycle-based SID emulator engine LICENSE= GPLv2 -USE_AUTOTOOLS= libtool +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/audio/resid/pkg-plist ============================================================================== --- head/audio/resid/pkg-plist Thu Jun 5 18:37:25 2014 (r356679) +++ head/audio/resid/pkg-plist Thu Jun 5 18:39:25 2014 (r356680) @@ -8,7 +8,7 @@ include/resid/spline.h include/resid/voice.h include/resid/wave.h lib/libresid.a -lib/libresid.la lib/libresid.so lib/libresid.so.5 +lib/libresid.so.5.0.0 @dirrm include/resid