svn commit: r506980 - head/audio/pulseaudio/files

Tobias Kortkamp tobik at FreeBSD.org
Sat Jul 20 08:18:44 UTC 2019


Author: tobik
Date: Sat Jul 20 08:18:43 2019
New Revision: 506980
URL: https://svnweb.freebsd.org/changeset/ports/506980

Log:
  audio/pulseaudio: Convert pkg-message to UCL
  
  Only show it on initial install.

Modified:
  head/audio/pulseaudio/files/pkg-message.in

Modified: head/audio/pulseaudio/files/pkg-message.in
==============================================================================
--- head/audio/pulseaudio/files/pkg-message.in	Sat Jul 20 08:17:46 2019	(r506979)
+++ head/audio/pulseaudio/files/pkg-message.in	Sat Jul 20 08:18:43 2019	(r506980)
@@ -1,3 +1,6 @@
+[
+{ type: install
+  message: <<EOD
 Pulseaudio tries to determine default values for FreeBSD OSS driver at first
 start, based on /dev/sndstat output. The hw.snd.default_unit sysctl may affect
 these values, but restart of the Pulseaudio might be needed to rescan it again,
@@ -17,3 +20,6 @@ Replace the number '3' with the new default you want t
 
 The audio/freedesktop-sound-theme is needed if the default sound files
 are uncommented in the %%PREFIX%%/etc/pulse/default.pa file.
+EOD
+}
+]


More information about the svn-ports-all mailing list