Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2020 12:38:33 +0000
From:      Alexey Dokuchaev <danfe@freebsd.org>
To:        Emanuel Haupt <ehaupt@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r530864 - head/audio/fasttracker2
Message-ID:  <20200406123833.GA45635@FreeBSD.org>
In-Reply-To: <202004060736.0367a5jk032226@repo.freebsd.org>
References:  <202004060736.0367a5jk032226@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 06, 2020 at 07:36:05AM +0000, Emanuel Haupt wrote:
> New Revision: 530864
> URL: https://svnweb.freebsd.org/changeset/ports/530864
> 
> Log:
>   - Restore accidentally removed Makefile header
>   - Provide an option to build with pulseaudio
> 
> ...
> @@ -29,14 +32,17 @@ DESKTOP_ENTRIES="FastTracker II" \
>  
>  PLIST_FILES=	bin/fasttracker2 share/pixmaps/ft2-clone.ico
>  
> -OPTIONS_DEFINE=	ALSA
> -OPTIONS_DEFAULT=ALSA
> +OPTIONS_DEFINE=	ALSA PULSEAUDIO
> +OPTIONS_DEFAULT=ALSA PULSEAUDIO

We typically do not enable PA by default in FreeBSD ports because
it's mainly Linuxish piece of software, unneeded under FreeBSD as
we have superior sound stack which offers similar, but better placed
and implemented functionality by itself.  It may be helpful in some
bizarre edge case usage scenario (which justifies having it as an
OPTION), but for most users r530864 would pull needless and often
unwanted dependency.

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200406123833.GA45635>