View | Details | Raw Unified | Return to bug 239256 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	drumgizmo
4
PORTNAME=	drumgizmo
5
PORTVERSION=	0.9.16
5
PORTVERSION=	0.9.17
6
PORTREVISION=	1
7
CATEGORIES=	audio
6
CATEGORIES=	audio
8
MASTER_SITES=	http://www.drumgizmo.org/releases/${PORTNAME}-${PORTVERSION}/
7
MASTER_SITES=	http://www.drumgizmo.org/releases/${PORTNAME}-${PORTVERSION}/
9
8
Lines 25-31 Link Here
25
USE_GNOME=	glib20
24
USE_GNOME=	glib20
26
USE_XORG=	x11 xext
25
USE_XORG=	x11 xext
27
26
28
CPPFLAGS+=	-I../include -I../../include -I../src -I../../src
27
CPPFLAGS+=	-I../include -I../../include -I../src -I../../src -I/usr/local/include
29
28
30
CONFIGURE_ENV=	EXPAT_CFLAGS=-isystem${LOCALBASE}/include EXPAT_LDFLAGS=-L${LOCALBASE}/lib \
29
CONFIGURE_ENV=	EXPAT_CFLAGS=-isystem${LOCALBASE}/include EXPAT_LDFLAGS=-L${LOCALBASE}/lib \
31
		ZITA_CPPFLAGS=-isystem${LOCALBASE}/include ZITA_LDFLAGS=-L${LOCALBASE}/lib
30
		ZITA_CPPFLAGS=-isystem${LOCALBASE}/include ZITA_LDFLAGS=-L${LOCALBASE}/lib
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1534090125
1
TIMESTAMP = 1563296892
2
SHA256 (drumgizmo-0.9.16.tar.gz) = 8f76b58785186ac02337b9248003ec1a459a801d3003619fd32fde976c307947
2
SHA256 (drumgizmo-0.9.17.tar.gz) = a1a31b2af5544e39e8e19c370fa6fee0a372a14fffa762d4d12debf4e711ec9c
3
SIZE (drumgizmo-0.9.16.tar.gz) = 903112
3
SIZE (drumgizmo-0.9.17.tar.gz) = 1008799
(-)files/patch-drumgizmo_input_ossmidi.cc (-2 / +2 lines)
Lines 1-4 Link Here
1
--- drumgizmo/input/ossmidi.cc.orig	2018-10-06 16:29:02 UTC
1
--- drumgizmo/input/ossmidi.cc.orig	2019-05-08 15:53:39 UTC
2
+++ drumgizmo/input/ossmidi.cc
2
+++ drumgizmo/input/ossmidi.cc
3
@@ -30,6 +30,7 @@
3
@@ -30,6 +30,7 @@
4
 #include <stdlib.h>
4
 #include <stdlib.h>
Lines 7-10 Link Here
7
+#include <cstring>
7
+#include <cstring>
8
 
8
 
9
 
9
 
10
 static int const NOTE_ON = 0x90;
10
 OSSInputEngine::OSSInputEngine()
(-)files/patch-drumgizmo_output_oss.cc (-2 / +2 lines)
Lines 1-4 Link Here
1
--- drumgizmo/output/oss.cc.orig	2018-10-06 16:27:27 UTC
1
--- drumgizmo/output/oss.cc.orig	2019-06-16 08:27:26 UTC
2
+++ drumgizmo/output/oss.cc
2
+++ drumgizmo/output/oss.cc
3
@@ -30,6 +30,7 @@
3
@@ -30,6 +30,7 @@
4
 #include <stdlib.h>
4
 #include <stdlib.h>
Lines 6-10 Link Here
6
 #include <iostream>
6
 #include <iostream>
7
+#include <cstring>
7
+#include <cstring>
8
 
8
 
9
 #include <config.h>
9
 
10
 
10
 OSSOutputEngine::OSSOutputEngine()

Return to bug 239256