Index: head/audio/fabla2-lv2/Makefile =================================================================== --- head/audio/fabla2-lv2/Makefile (revision 497341) +++ head/audio/fabla2-lv2/Makefile (revision 497342) @@ -1,36 +1,36 @@ # $FreeBSD$ PORTNAME= fabla2 DISTVERSION= g20180331 CATEGORIES= audio PKGNAMESUFFIX= -lv2 MAINTAINER= yuri@FreeBSD.org COMMENT= Sampler with multiple layers, banks, pads, integrated FX and routing LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile -USES= cmake pkgconfig +USES= cmake compiler:c++11-lang gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= openAVproductions GH_PROJECT= openAV-Fabla2 GH_TAGNAME= 33f4062 USE_GNOME= cairo USE_XORG= x11 CFLAGS+= -I${FILESDIR} PLIST_FILES= lib/lv2/fabla2.lv2/fabla2.so \ lib/lv2/fabla2.lv2/fabla2.ttl \ lib/lv2/fabla2.lv2/fabla2ui.so \ lib/lv2/fabla2.lv2/manifest.ttl post-patch: @${REINPLACE_CMD} -e 's|GLOB srcUI |GLOB srcUI ${FILESDIR}/mntent_compat.c++ |' ${WRKSRC}/CMakeLists.txt .include Index: head/audio/fabla2-lv2/files/patch-src_ui_avtk_avtk_picojson.hxx =================================================================== --- head/audio/fabla2-lv2/files/patch-src_ui_avtk_avtk_picojson.hxx (revision 497341) +++ head/audio/fabla2-lv2/files/patch-src_ui_avtk_avtk_picojson.hxx (nonexistent) @@ -1,11 +0,0 @@ ---- src/ui/avtk/avtk/picojson.hxx.orig 2018-05-29 06:34:11 UTC -+++ src/ui/avtk/avtk/picojson.hxx -@@ -204,7 +204,7 @@ inline value::value(double n) : type_(nu - #ifdef _MSC_VER - ! _finite(n) - #elif __cplusplus>=201103L || !(defined(isnan) && defined(isinf)) -- std::isnan(n) || std::isinf(n) -+ isnanf(n) || isinf(n) - #else - isnan(n) || isinf(n) - #endif Property changes on: head/audio/fabla2-lv2/files/patch-src_ui_avtk_avtk_picojson.hxx ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/fabla2-lv2/files/patch-src_picojson.hxx =================================================================== --- head/audio/fabla2-lv2/files/patch-src_picojson.hxx (revision 497341) +++ head/audio/fabla2-lv2/files/patch-src_picojson.hxx (nonexistent) @@ -1,11 +0,0 @@ ---- src/picojson.hxx.orig 2018-05-29 06:32:18 UTC -+++ src/picojson.hxx -@@ -204,7 +204,7 @@ inline value::value(double n) : type_(nu - #ifdef _MSC_VER - ! _finite(n) - #elif __cplusplus>=201103L || !(defined(isnan) && defined(isinf)) -- std::isnan(n) || std::isinf(n) -+ isnanf(n) || isinf(n) - #else - isnan(n) || isinf(n) - #endif Property changes on: head/audio/fabla2-lv2/files/patch-src_picojson.hxx ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property