svn commit: r512190 - in head/audio/mhwaveedit: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 16 21:12:49 UTC 2019


Author: amdmi3
Date: Mon Sep 16 21:12:48 2019
New Revision: 512190
URL: https://svnweb.freebsd.org/changeset/ports/512190

Log:
  - Fix build with PULSEAUDIO (see also https://github.com/magnush/mhwaveedit/pull/13)
  - Add missing USES=gnome
  
  PR:		240596
  Reported by:	jbeich at FreeBSD.org

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

Modified: head/audio/mhwaveedit/Makefile
==============================================================================
--- head/audio/mhwaveedit/Makefile	Mon Sep 16 21:10:34 2019	(r512189)
+++ head/audio/mhwaveedit/Makefile	Mon Sep 16 21:12:48 2019	(r512190)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USE_GITHUB=	yes
 GH_ACCOUNT=	magnush
 
-USES=		autoreconf localbase pathfix pkgconfig tar:bzip2
+USES=		autoreconf gnome localbase pathfix pkgconfig tar:bzip2
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-alsalib \

Added: head/audio/mhwaveedit/files/patch-src_sound-pulse.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/mhwaveedit/files/patch-src_sound-pulse.c	Mon Sep 16 21:12:48 2019	(r512190)
@@ -0,0 +1,11 @@
+--- src/sound-pulse.c.orig	2018-08-25 10:07:24 UTC
++++ src/sound-pulse.c
+@@ -22,6 +22,8 @@
+ #include <poll.h>
+ #include <pulse/pulseaudio.h>
+ 
++#include "int_box.h"
++
+ #ifndef PA_CHECK_VERSION
+ #define PA_CHECK_VERSION(a,b,c) (0)
+ #endif


More information about the svn-ports-all mailing list