svn commit: r429325 - in head/audio/aucatctl: . files

Emanuel Haupt ehaupt at FreeBSD.org
Sat Dec 24 10:27:20 UTC 2016


Author: ehaupt
Date: Sat Dec 24 10:27:18 2016
New Revision: 429325
URL: https://svnweb.freebsd.org/changeset/ports/429325

Log:
  Fix setting master volume on i386
  
  PR:		215521
  Submitted by:	t at tobik.me (maintainer)
  MFH:		2016Q4

Added:
  head/audio/aucatctl/files/
  head/audio/aucatctl/files/patch-aucatctl.c   (contents, props changed)
Modified:
  head/audio/aucatctl/Makefile

Modified: head/audio/aucatctl/Makefile
==============================================================================
--- head/audio/aucatctl/Makefile	Sat Dec 24 10:20:19 2016	(r429324)
+++ head/audio/aucatctl/Makefile	Sat Dec 24 10:27:18 2016	(r429325)
@@ -6,6 +6,7 @@
 
 PORTNAME=	aucatctl
 PORTVERSION=	0.1
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://www.sndio.org/
 

Added: head/audio/aucatctl/files/patch-aucatctl.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/aucatctl/files/patch-aucatctl.c	Sat Dec 24 10:27:18 2016	(r429325)
@@ -0,0 +1,10 @@
+--- aucatctl.c.orig	2016-12-22 19:50:06 UTC
++++ aucatctl.c
+@@ -69,6 +69,7 @@ setmaster(unsigned vol)
+ 
+ 	msg.start = SYSEX_START;
+ 	msg.type = SYSEX_TYPE_RT;
++	msg.dev = 0;
+ 	msg.id0 = SYSEX_CONTROL;
+ 	msg.id1 = SYSEX_MASTER;
+ 	msg.u.master.fine = 0;


More information about the svn-ports-all mailing list