From owner-svn-ports-head@FreeBSD.ORG Fri Jun 20 12:15:49 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 5AA8A212; Fri, 20 Jun 2014 12:15:49 +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 461A12B04; Fri, 20 Jun 2014 12:15:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5KCFnvB079048; Fri, 20 Jun 2014 12:15:49 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5KCFkia079033; Fri, 20 Jun 2014 12:15:46 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406201215.s5KCFkia079033@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 20 Jun 2014 12:15:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358565 - in head/audio: aubio calf fluidsynth gmidimonitor hydrogen jack-keyboard jack-smf-utils lash specimen timemachine zynaddsubfx 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: Fri, 20 Jun 2014 12:15:49 -0000 Author: amdmi3 Date: Fri Jun 20 12:15:46 2014 New Revision: 358565 URL: http://svnweb.freebsd.org/changeset/ports/358565 QAT: https://qat.redports.org/buildarchive/r358565/ Log: - Switch audio/lash to USES=libtool, drop .la files - Add required LIBS - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/audio/aubio/Makefile head/audio/calf/Makefile head/audio/fluidsynth/Makefile head/audio/gmidimonitor/Makefile head/audio/hydrogen/Makefile head/audio/jack-keyboard/Makefile head/audio/jack-smf-utils/Makefile head/audio/lash/Makefile head/audio/lash/pkg-plist head/audio/specimen/Makefile head/audio/timemachine/Makefile head/audio/zynaddsubfx/Makefile Modified: head/audio/aubio/Makefile ============================================================================== --- head/audio/aubio/Makefile Fri Jun 20 12:07:57 2014 (r358564) +++ head/audio/aubio/Makefile Fri Jun 20 12:15:46 2014 (r358565) @@ -3,7 +3,7 @@ PORTNAME= aubio PORTVERSION= 0.3.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= http://aubio.org/pub/ Modified: head/audio/calf/Makefile ============================================================================== --- head/audio/calf/Makefile Fri Jun 20 12:07:57 2014 (r358564) +++ head/audio/calf/Makefile Fri Jun 20 12:15:46 2014 (r358565) @@ -3,7 +3,7 @@ PORTNAME= calf PORTVERSION= 0.0.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF Modified: head/audio/fluidsynth/Makefile ============================================================================== --- head/audio/fluidsynth/Makefile Fri Jun 20 12:07:57 2014 (r358564) +++ head/audio/fluidsynth/Makefile Fri Jun 20 12:15:46 2014 (r358565) @@ -3,6 +3,7 @@ PORTNAME= fluidsynth PORTVERSION= 1.1.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/audio/gmidimonitor/Makefile ============================================================================== --- head/audio/gmidimonitor/Makefile Fri Jun 20 12:07:57 2014 (r358564) +++ head/audio/gmidimonitor/Makefile Fri Jun 20 12:15:46 2014 (r358565) @@ -3,7 +3,7 @@ PORTNAME= gmidimonitor PORTVERSION= 3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://download.gna.org/gmidimonitor/ Modified: head/audio/hydrogen/Makefile ============================================================================== --- head/audio/hydrogen/Makefile Fri Jun 20 12:07:57 2014 (r358564) +++ head/audio/hydrogen/Makefile Fri Jun 20 12:15:46 2014 (r358565) @@ -3,6 +3,7 @@ PORTNAME= hydrogen PORTVERSION= 0.9.5.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Hydrogen/${MAJORVERSION}%20Sources Modified: head/audio/jack-keyboard/Makefile ============================================================================== --- head/audio/jack-keyboard/Makefile Fri Jun 20 12:07:57 2014 (r358564) +++ head/audio/jack-keyboard/Makefile Fri Jun 20 12:15:46 2014 (r358565) @@ -3,7 +3,7 @@ PORTNAME= jack-keyboard DISTVERSION= 2.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF \ http://home.selasky.org:8192/distfiles/ Modified: head/audio/jack-smf-utils/Makefile ============================================================================== --- head/audio/jack-smf-utils/Makefile Fri Jun 20 12:07:57 2014 (r358564) +++ head/audio/jack-smf-utils/Makefile Fri Jun 20 12:15:46 2014 (r358565) @@ -3,7 +3,7 @@ PORTNAME= jack-smf-utils PORTVERSION= 1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= SF Modified: head/audio/lash/Makefile ============================================================================== --- head/audio/lash/Makefile Fri Jun 20 12:07:57 2014 (r358564) +++ head/audio/lash/Makefile Fri Jun 20 12:15:46 2014 (r358565) @@ -3,7 +3,7 @@ PORTNAME= lash PORTVERSION= 0.5.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= SAVANNAH @@ -20,11 +20,12 @@ LIB_DEPENDS= libjack.so:${PORTSDIR}/audi OPTIONS_DEFINE= READLINE DOCS OPTIONS_DEFAULT=READLINE -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig libtool USE_GNOME= gtk20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa-midi USE_LDCONFIG= yes +LIBS= -luuid CPPFLAGS+= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/audio/lash/pkg-plist ============================================================================== --- head/audio/lash/pkg-plist Fri Jun 20 12:07:57 2014 (r358564) +++ head/audio/lash/pkg-plist Fri Jun 20 12:15:46 2014 (r358565) @@ -8,9 +8,9 @@ include/lash-1.0/lash/config.h include/lash-1.0/lash/event.h include/lash-1.0/lash/client_interface.h include/lash-1.0/lash/protocol.h -lib/liblash.so.2 +lib/liblash.so.1.1.1 +lib/liblash.so.1 lib/liblash.so -lib/liblash.la lib/liblash.a libdata/pkgconfig/lash-1.0.pc %%PORTDOCS%%%%DOCSDIR%%/lash-manual.html Modified: head/audio/specimen/Makefile ============================================================================== --- head/audio/specimen/Makefile Fri Jun 20 12:07:57 2014 (r358564) +++ head/audio/specimen/Makefile Fri Jun 20 12:15:46 2014 (r358565) @@ -3,7 +3,7 @@ PORTNAME= specimen DISTVERSION= 0.5.2-rc3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= http://zhevny.com/specimen/files/ Modified: head/audio/timemachine/Makefile ============================================================================== --- head/audio/timemachine/Makefile Fri Jun 20 12:07:57 2014 (r358564) +++ head/audio/timemachine/Makefile Fri Jun 20 12:15:46 2014 (r358565) @@ -3,7 +3,7 @@ PORTNAME= timemachine PORTVERSION= 0.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://plugin.org.uk/timemachine/ Modified: head/audio/zynaddsubfx/Makefile ============================================================================== --- head/audio/zynaddsubfx/Makefile Fri Jun 20 12:07:57 2014 (r358564) +++ head/audio/zynaddsubfx/Makefile Fri Jun 20 12:15:46 2014 (r358565) @@ -3,7 +3,7 @@ PORTNAME= zynaddsubfx PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF DISTNAME= ZynAddSubFX-${PORTVERSION}