From owner-svn-ports-all@FreeBSD.ORG Thu Apr 16 07:48:35 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4BB42A9; Thu, 16 Apr 2015 07:48:35 +0000 (UTC) Received: from fep32.mx.upcmail.net (fep32.mx.upcmail.net [62.179.121.50]) by mx1.freebsd.org (Postfix) with ESMTP id 68894D37; Thu, 16 Apr 2015 07:48:34 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep32-int.chello.at (InterMail vM.8.01.05.13 201-2260-151-135-20130320) with ESMTP id <20150416074657.IWZC2819.viefep32-int.chello.at@edge03.upcmail.net>; Thu, 16 Apr 2015 09:46:57 +0200 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id GXmw1q01K2Rg3Ey01XmwWK; Thu, 16 Apr 2015 09:46:57 +0200 X-SourceIP: 178.84.134.112 Message-ID: <552F68F2.5070701@rainbow-runner.nl> Date: Thu, 16 Apr 2015 09:46:58 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Jan Beich , Koop Mast CC: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384072 - in head/audio/pulseaudio: . files References: <201504152141.t3FLfQsF008423@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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, 16 Apr 2015 07:48:36 -0000 On 16-4-2015 7:21, Jan Beich wrote: > Koop Mast writes: > >> @@ -69,6 +73,7 @@ ALSA_CONFIGURE_ENABLE= alsa >> ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib >> SIMD_CONFIGURE_ENABLE= orc >> SIMD_LIB_DEPENDS= liborc-0.4.so:${PORTSDIR}/devel/orc >> +ZSH_CONFIGURE_DISABLE= --without-zsh-completion-dir > _DISABLE isn't a valid option helper. Did you mean the following? > > ZSH_CONFIGURE_OFF= --without-zsh-completion-dir > > However, installing under "no" directory is no better than relying on > STAGEDIR support to only install files in pkg-plist. Thanks, it fixed now.