From owner-svn-ports-head@FreeBSD.ORG Fri Nov 28 19:35:49 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67385BA2; Fri, 28 Nov 2014 19:35: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 53C41A09; Fri, 28 Nov 2014 19:35:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sASJZnDI085585; Fri, 28 Nov 2014 19:35:49 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sASJZnV1085584; Fri, 28 Nov 2014 19:35:49 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201411281935.sASJZnV1085584@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Fri, 28 Nov 2014 19:35:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373578 - head/audio/jack 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: Fri, 28 Nov 2014 19:35:49 -0000 Author: nox Date: Fri Nov 28 19:35:48 2014 New Revision: 373578 URL: https://svnweb.freebsd.org/changeset/ports/373578 QAT: https://qat.redports.org/buildarchive/r373578/ Log: - Switch USE_BDB from 48 to 48+ . - Bump PORTREVISION. PR: 195001 Submitted by: turutani@scphys.kyoto-u.ac.jp Modified: head/audio/jack/Makefile Modified: head/audio/jack/Makefile ============================================================================== --- head/audio/jack/Makefile Fri Nov 28 19:35:32 2014 (r373577) +++ head/audio/jack/Makefile Fri Nov 28 19:35:48 2014 (r373578) @@ -3,6 +3,7 @@ PORTNAME= jackit PORTVERSION= 0.124.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://jackaudio.org/downloads/ DISTNAME= jack-audio-connection-kit-${PORTVERSION} @@ -22,7 +23,7 @@ LIB_DEPENDS= libportaudio.so:${PORTSDIR} GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gmake pathfix pkgconfig libtool:keepla -USE_BDB= 48 +USE_BDB= 48+ CONFIGURE_ARGS= --enable-portaudio \ --with-default-tmpdir=/tmp