From owner-svn-ports-all@FreeBSD.ORG Thu Apr 16 07:46:18 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 1CB10C2; Thu, 16 Apr 2015 07:46:18 +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 E1475D20; Thu, 16 Apr 2015 07:46:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3G7kHHm098539; Thu, 16 Apr 2015 07:46:17 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3G7kHY8098537; Thu, 16 Apr 2015 07:46:17 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201504160746.t3G7kHY8098537@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 16 Apr 2015 07:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384089 - head/audio/pulseaudio 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.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:46:18 -0000 Author: kwm Date: Thu Apr 16 07:46:16 2015 New Revision: 384089 URL: https://svnweb.freebsd.org/changeset/ports/384089 Log: The _DISABLE used by the zsh option doesn't exist, change it to _OFF [1] Fix plist when the ALSA option is enabled. [2] Submitted by: jbeich@ [1], Barbara Guida [2] Modified: head/audio/pulseaudio/Makefile head/audio/pulseaudio/pkg-plist Modified: head/audio/pulseaudio/Makefile ============================================================================== --- head/audio/pulseaudio/Makefile Thu Apr 16 07:36:11 2015 (r384088) +++ head/audio/pulseaudio/Makefile Thu Apr 16 07:46:16 2015 (r384089) @@ -73,7 +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 +ZSH_CONFIGURE_OFF= --without-zsh-completion-dir PULSE_VERSION= ${PORTVERSION} PLIST_SUB= PULSE_VERSION=${PULSE_VERSION} Modified: head/audio/pulseaudio/pkg-plist ============================================================================== --- head/audio/pulseaudio/pkg-plist Thu Apr 16 07:36:11 2015 (r384088) +++ head/audio/pulseaudio/pkg-plist Thu Apr 16 07:46:16 2015 (r384089) @@ -196,7 +196,6 @@ man/man5/pulse-daemon.conf.5.gz %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-video.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input.conf.common -%%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-output-desktop-speaker.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-output-headphones-2.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-output-lineout.conf @@ -209,9 +208,12 @@ man/man5/pulse-daemon.conf.5.gz %%ALSA%%share/pulseaudio/alsa-mixer/paths/hdmi-output-1.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/hdmi-output-2.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/hdmi-output-3.conf +%%ALSA%%share/pulseaudio/alsa-mixer/paths/hdmi-output-4.conf +%%ALSA%%share/pulseaudio/alsa-mixer/paths/hdmi-output-5.conf +%%ALSA%%share/pulseaudio/alsa-mixer/paths/hdmi-output-6.conf +%%ALSA%%share/pulseaudio/alsa-mixer/paths/hdmi-output-7.conf %%ALSA%%share/pulseaudio/alsa-mixer/paths/iec958-stereo-output.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/default.conf -%%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/extra-hdmi.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/force-speaker-and-int-mic.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/force-speaker.conf %%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/kinect-audio.conf