Index: head/audio/drumgizmo/Makefile =================================================================== --- head/audio/drumgizmo/Makefile (revision 483292) +++ head/audio/drumgizmo/Makefile (revision 483293) @@ -1,34 +1,34 @@ # Created by: Goran Mekić # $FreeBSD$ PORTNAME= drumgizmo PORTVERSION= 0.9.16 CATEGORIES= audio MASTER_SITES= http://www.drumgizmo.org/releases/${PORTNAME}-${PORTVERSION}/ MAINTAINER= meka@tilda.center COMMENT= Multichannel drum sampler LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 \ pkg-config:devel/pkgconf LIB_DEPENDS= libsmf.so:audio/libsmf \ libzita-resampler.so:audio/zita-resampler \ libjack.so:audio/jack \ libsndfile.so:audio/libsndfile \ libexpat.so:textproc/expat2 GNU_CONFIGURE= yes -USES= gettext-runtime libtool +USES= compiler:c++11-lang gettext-runtime gnome libtool USE_GNOME= glib20 USE_XORG= x11 xext CPPFLAGS+= -I../include -I../../include -I../src -I../../src CONFIGURE_ENV= EXPAT_CFLAGS=-isystem${LOCALBASE}/include EXPAT_LDFLAGS=-L${LOCALBASE}/lib \ ZITA_CPPFLAGS=-isystem${LOCALBASE}/include ZITA_LDFLAGS=-L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-output-alsa --enable-lv2 .include Index: head/audio/drumgizmo/files/patch-drumgizmo_input_ossmidi.cc =================================================================== --- head/audio/drumgizmo/files/patch-drumgizmo_input_ossmidi.cc (nonexistent) +++ head/audio/drumgizmo/files/patch-drumgizmo_input_ossmidi.cc (revision 483293) @@ -0,0 +1,20 @@ +--- drumgizmo/input/ossmidi.cc.orig 2018-10-06 16:29:02 UTC ++++ drumgizmo/input/ossmidi.cc +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + + + static int const NOTE_ON = 0x90; +--- drumgizmo/input/ossmidi.cc.orig 2018-10-06 16:29:02 UTC ++++ drumgizmo/input/ossmidi.cc +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + + + static int const NOTE_ON = 0x90; Property changes on: head/audio/drumgizmo/files/patch-drumgizmo_input_ossmidi.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/drumgizmo/files/patch-drumgizmo_output_oss.cc =================================================================== --- head/audio/drumgizmo/files/patch-drumgizmo_output_oss.cc (nonexistent) +++ head/audio/drumgizmo/files/patch-drumgizmo_output_oss.cc (revision 483293) @@ -0,0 +1,20 @@ +--- drumgizmo/output/oss.cc.orig 2018-10-06 16:27:27 UTC ++++ drumgizmo/output/oss.cc +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + + + OSSOutputEngine::OSSOutputEngine() +--- drumgizmo/output/oss.cc.orig 2018-10-06 16:27:27 UTC ++++ drumgizmo/output/oss.cc +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + + + OSSOutputEngine::OSSOutputEngine() Property changes on: head/audio/drumgizmo/files/patch-drumgizmo_output_oss.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property