Date: Sun, 14 Jun 2015 00:30:37 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Koop Mast <kwm@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r389555 - in head/audio/pulseaudio: . files Message-ID: <7fr7-xmuq-wny@FreeBSD.org> In-Reply-To: <201506132132.t5DLWEZJ011297@svn.freebsd.org> (Koop Mast's message of "Sat, 13 Jun 2015 21:32:14 %2B0000 (UTC)") References: <201506132132.t5DLWEZJ011297@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Koop Mast <kwm@FreeBSD.org> writes: > Modified: head/audio/pulseaudio/files/pkg-message.in > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/audio/pulseaudio/files/pkg-message.in Sat Jun 13 20:55:08 2015 (= r389554) > +++ head/audio/pulseaudio/files/pkg-message.in Sat Jun 13 21:32:14 2015 (= r389555) > @@ -9,7 +9,10 @@ To change the default sink (output): > To change the default source (input): > # pacmd set-default-source 3 >=20=20 > -This can also be set in %%ETCDIR%%/pulse/default.pa > +This can also be set in %%LOCALBASE%%/etc/pulse/default.pa >=20=20 > Replace the number '3' with the new default your want to set. >=20=20 > + > +The audio/freedesktop-sound-theme is needed if the default sound files > +are uncommented in the %%LOCALBASE%%/etc/pulse/default.pa file. Please, s/LOCALBASE/PREFIX/ or something like the following. # Makefile ETCDIR =3D ${PREFIX}/etc/pulse # pkg-plist @sample %%ETCDIR%%/default.pa.sample ... %%ALSA%%%%DATADIR%%/alsa-mixer/paths/analog-input.conf =20=20 # pkg-message ... %%ETCDIR%%/default.pa The difference between LOCALBASE and PREFIX is documented in bsd.port.mk where "non-X11" means "other" (e.g. dependencies) after X11BASE support was removed. # LOCALBASE - Where non-X11 ports install things. # Default: /usr/local # PREFIX - Where *this* port installs its files. # Default: ${LINUXBASE} if USE_LINUX_PREFIX is set, # otherwise ${LOCALBASE} And can be tested by $ poudriere testport -P ... --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF7BAEBCgBmBQJVfK8OXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bzkIH93qkMtyBXYvBRJ5Zr9ykpN7K jxKY64mIEhmW9cnPq9mf21VilaCCpDC25LPvWFBwSH0wz7JaE3mSvFdfPzhQpLfB mGqpdzQXzVlro1KBACnlpe5XYmY/2VLudRE8+qVTLQajxfAjPYuBO+ix+rEr4r+X cRpUEy9vsQ1uLXHjY67SWt9h8qFOCj0sEeVxvzFI5iQjLVybFg6KRUlEiOb9PWcU 39QQAzmoNZmmKvsRVTuFVF6JS7oVoHwEnVimdVIE2IOQ+4RSpsfeZ9ggGRg0hdUb TnYJjIn7Oyj3Eo2JS/uDZJ3V+Pas1dCIJT2tF95YgBP6+vkN7yRljDIKe2LMvA== =jgHT -----END PGP SIGNATURE----- --=-=-=--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7fr7-xmuq-wny>