Index: head/audio/polyphone/Makefile =================================================================== --- head/audio/polyphone/Makefile (revision 536086) +++ head/audio/polyphone/Makefile (revision 536087) @@ -1,47 +1,49 @@ # $FreeBSD$ PORTNAME= polyphone DISTVERSION= 2.2.0 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org COMMENT= Graphical user interface for editing soundfont (sf2 and sfz) files LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../LICENSE.txt LIB_DEPENDS= libFLAC.so:audio/flac \ libjack.so:audio/jack \ libogg.so:audio/libogg \ libportaudio.so:audio/portaudio \ librtmidi.so:audio/rtmidi \ libstk.so:audio/stk \ libvorbisfile.so:audio/libvorbis USES= compiler:c++11-lang desktop-file-utils dos2unix gl gnome pkgconfig qmake:outsource qt:5 shared-mime-info ssl xorg USE_GITHUB= yes GH_ACCOUNT= davy7125 -DOS2UNIX_FILES= polyphone.pro +DOS2UNIX_FILES= polyphone.pro \ + editor/graphics/graphiquefourier.cpp \ + editor/tree/treeitemdelegate.cpp USE_GL= gl USE_QT= core concurrent gui network printsupport svg widgets buildtools_build qmake_build USE_GNOME= glib20 USE_CXXSTD= c++11 QMAKE_ARGS= DEFINES=USE_LOCAL_QCUSTOMPLOT CXXFLAGS+= -D__UNIX_JACK__ LIBS+= -lssl -lcrypto WRKSRC_SUBDIR= sources PLIST_FILES= bin/polyphone \ share/applications/polyphone.desktop \ share/mime/packages/polyphone.xml \ share/pixmaps/polyphone.png do-install: ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/resources/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.xml ${STAGEDIR}${PREFIX}/share/mime/packages .include Index: head/audio/polyphone/files/patch-editor_graphics_graphiquefourier.cpp =================================================================== --- head/audio/polyphone/files/patch-editor_graphics_graphiquefourier.cpp (nonexistent) +++ head/audio/polyphone/files/patch-editor_graphics_graphiquefourier.cpp (revision 536087) @@ -0,0 +1,10 @@ +--- editor/graphics/graphiquefourier.cpp.orig 2020-05-21 08:02:47 UTC ++++ editor/graphics/graphiquefourier.cpp +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + + GraphiqueFourier::GraphiqueFourier(QWidget * parent) : QCustomPlot(parent), + _fixedTickerX(new QCPAxisTickerFixed()), Property changes on: head/audio/polyphone/files/patch-editor_graphics_graphiquefourier.cpp ___________________________________________________________________ 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/polyphone/files/patch-editor_tree_treeitemdelegate.cpp =================================================================== --- head/audio/polyphone/files/patch-editor_tree_treeitemdelegate.cpp (nonexistent) +++ head/audio/polyphone/files/patch-editor_tree_treeitemdelegate.cpp (revision 536087) @@ -0,0 +1,10 @@ +--- editor/tree/treeitemdelegate.cpp.orig 2020-05-21 08:02:47 UTC ++++ editor/tree/treeitemdelegate.cpp +@@ -29,6 +29,7 @@ + #include "basetypes.h" + #include + #include ++#include + + TreeItemDelegate::Icons * TreeItemDelegate::s_icons = nullptr; + TreeItemDelegate::Colors * TreeItemDelegate::s_colors = nullptr; Property changes on: head/audio/polyphone/files/patch-editor_tree_treeitemdelegate.cpp ___________________________________________________________________ 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