Index: head/multimedia/musikcube/Makefile =================================================================== --- head/multimedia/musikcube/Makefile (revision 542518) +++ head/multimedia/musikcube/Makefile (revision 542519) @@ -1,31 +1,32 @@ # $FreeBSD$ PORTNAME= musikcube DISTVERSION= 0.93.1 +PORTREVISION= 1 CATEGORIES= multimedia audio MAINTAINER= yuri@FreeBSD.org COMMENT= Terminal-based music player, audio engine, metadata indexer, server LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libboost_system.so:devel/boost-libs \ libcurl.so:ftp/curl \ libev.so:devel/libev \ libfaad.so:audio/faad \ libFLAC.so:audio/flac \ libmicrohttpd.so:www/libmicrohttpd \ libmp3lame.so:audio/lame \ libogg.so:audio/libogg \ libsndio.so:audio/sndio \ libtag.so:audio/taglib \ libvorbis.so:audio/libvorbis USES= cmake:noninja compiler:c++14-lang ncurses:port pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= clangen USE_LDCONFIG= yes .include Index: head/multimedia/musikcube/files/patch-src_plugins_server_HttpServer.h =================================================================== --- head/multimedia/musikcube/files/patch-src_plugins_server_HttpServer.h (nonexistent) +++ head/multimedia/musikcube/files/patch-src_plugins_server_HttpServer.h (revision 542519) @@ -0,0 +1,16 @@ +Although musikcube thinks that MHD (microhttpd) version 0.9.70 +defines MHD_Result, the headers installed by our version 0.9.70 +(see PR 247180) don't define that type. So bump the version +check here trivially, to keep using int. + +--- src/plugins/server/HttpServer.h.orig 2020-07-18 17:58:19 UTC ++++ src/plugins/server/HttpServer.h +@@ -43,7 +43,7 @@ extern "C" { + #include + #include + +-#if MHD_VERSION < 0x00097000 ++#if MHD_VERSION < 0x00097001 + #define MHD_Result int + #endif + Property changes on: head/multimedia/musikcube/files/patch-src_plugins_server_HttpServer.h ___________________________________________________________________ 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