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