svn commit: r389555 - in head/audio/pulseaudio: . files

Jan Beich jbeich at FreeBSD.org
Sat Jun 13 22:37:51 UTC 2015


Koop Mast <kwm at FreeBSD.org> writes:

> Modified: head/audio/pulseaudio/files/pkg-message.in
> ==============================================================================
> --- 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
>  
> -This can also be set in %%ETCDIR%%/pulse/default.pa
> +This can also be set in %%LOCALBASE%%/etc/pulse/default.pa
>  
>  Replace the number '3' with the new default your want to set.
>  
> +
> +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 = ${PREFIX}/etc/pulse

  # pkg-plist
  @sample %%ETCDIR%%/default.pa.sample
  ...
  %%ALSA%%%%DATADIR%%/alsa-mixer/paths/analog-input.conf
  
  # 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 ...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 602 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150614/eda5fb42/attachment.sig>


More information about the svn-ports-all mailing list