From owner-svn-ports-head@FreeBSD.ORG Thu Jun 19 13:16:23 2014 Return-Path: Delivered-To: svn-ports-head@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 16FFD91A; Thu, 19 Jun 2014 13:16:23 +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 0138A2F12; Thu, 19 Jun 2014 13:16:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5JDGMDD031399; Thu, 19 Jun 2014 13:16:22 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5JDGMK2031397; Thu, 19 Jun 2014 13:16:22 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406191316.s5JDGMK2031397@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 19 Jun 2014 13:16:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358410 - head/audio/jamin 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 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: Thu, 19 Jun 2014 13:16:23 -0000 Author: amdmi3 Date: Thu Jun 19 13:16:22 2014 New Revision: 358410 URL: http://svnweb.freebsd.org/changeset/ports/358410 QAT: https://qat.redports.org/buildarchive/r358410/ Log: - Switch to USES=libtool, drop .la files Modified: head/audio/jamin/Makefile head/audio/jamin/pkg-plist Modified: head/audio/jamin/Makefile ============================================================================== --- head/audio/jamin/Makefile Thu Jun 19 13:15:37 2014 (r358409) +++ head/audio/jamin/Makefile Thu Jun 19 13:16:22 2014 (r358410) @@ -3,7 +3,7 @@ PORTNAME= jamin PORTVERSION= 0.95.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio MASTER_SITES= SF @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/ladspa BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 GNU_CONFIGURE= yes -USES= desktop-file-utils gmake pkgconfig shared-mime-info +USES= desktop-file-utils gmake libtool pkgconfig shared-mime-info USE_GNOME= gtk20 libxml2 .include Modified: head/audio/jamin/pkg-plist ============================================================================== --- head/audio/jamin/pkg-plist Thu Jun 19 13:15:37 2014 (r358409) +++ head/audio/jamin/pkg-plist Thu Jun 19 13:16:22 2014 (r358410) @@ -2,7 +2,6 @@ bin/jamin bin/jamin-scene man/man1/jamin.1.gz lib/ladspa/jamincont_1912.so -lib/ladspa/jamincont_1912.la %%DATADIR%%/pixmaps/brushed-steel.png %%DATADIR%%/pixmaps/thai-gold-knobs.png %%DATADIR%%/pixmaps/thai-gold.png