Date: Thu, 09 Aug 2018 11:29:16 +0200 From: Tobias Kortkamp <tobik@FreeBSD.org> To: Stephen Hurd <shurd@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r476626 - in head/comms/unixcw: . files Message-ID: <1533806956.2691849.1468504016.231E8355@webmail.messagingengine.com> In-Reply-To: <201808080435.w784ZtJk096365@repo.freebsd.org> References: <201808080435.w784ZtJk096365@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 8, 2018, at 06:35, Stephen Hurd wrote: > Author: shurd > Date: Wed Aug 8 04:35:54 2018 > New Revision: 476626 > URL: https://svnweb.freebsd.org/changeset/ports/476626 > > Log: > Update unixcw and xcwcp to latest release. > > Modified: head/comms/unixcw/Makefile > ============================================================================== > --- head/comms/unixcw/Makefile Wed Aug 8 00:58:36 2018 (r476625) > +++ head/comms/unixcw/Makefile Wed Aug 8 04:35:54 2018 (r476626) > @@ -4,7 +4,7 @@ > [...] > +.ifndef XCWCP > +OPTIONS_DEFINE+= ALSA PULSEAUDIO > +OPTIONS_DEFAULT+= ALSA PULSEAUDIO > +ALSA_CONFIGURE_ENABLE= alsa > +PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio > +ALSA_BUILD_DEPENDS= ${LOCALBASE}/include/alsa/asoundlib.h:audio/alsa-lib > +PULSEAUDIO_BUILD_DEPENDS= ${LOCALBASE}/include/pulse/simple.h:audio/portaudio > +.endif Did you mean audio/pulseaudio? audio/portaudio doesn't install pulse/simple.h.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1533806956.2691849.1468504016.231E8355>