Index: head/audio/klystrack/Makefile =================================================================== --- head/audio/klystrack/Makefile (revision 561864) +++ head/audio/klystrack/Makefile (revision 561865) @@ -1,60 +1,58 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= klystrack DISTVERSION= 1.7.6-make-fix-12 DISTVERSIONSUFFIX= -gfe6e746 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tracker for making C64/NES/Amiga-style chiptunes LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_13= ld: error: duplicate symbol: menu_ - LIB_DEPENDS= libasound.so:audio/alsa-lib USES= compiler:c11 desktop-file-utils dos2unix gmake localbase:ldconfig \ sdl DOS2UNIX_FILES= klystron/Makefile klystron/tools/editor/Makefile \ klystron/tools/makebundle/Makefile Makefile player/Makefile \ - scancode-tool/Makefile + scancode-tool/Makefile klystron/src/gui/menu.h USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= kometbomb GH_TUPLE= kometbomb:klystron:1074324:klystron/klystron USE_SDL= gfx2 image2 mixer2 sdl2 ttf2 MAKE_ENV+= V=1 ALL_TARGET= build OPTIONS_DEFINE= EXAMPLES post-patch: @${REINPLACE_CMD} -e "s#Default.kt#${DATADIR}/Default.kt#" \ ${WRKSRC}/src/main.c do-install: .for d in bin share/klystrack share/applications share/pixmaps \ share/licenses/klystrack lib/klystrack share/man/man1 ${MKDIR} ${STAGEDIR}${PREFIX}/${d} .endfor ${INSTALL_PROGRAM} ${WRKSRC}/bin.release/klystrack \ ${STAGEDIR}${PREFIX}/bin/klystrack cd ${WRKSRC}/res && \ ${COPYTREE_SHARE} \* ${STAGEDIR}/${PREFIX}/lib/klystrack/res/ cd ${WRKSRC}/key && \ ${COPYTREE_SHARE} \* ${STAGEDIR}/${PREFIX}/lib/klystrack/key/ cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}/${EXAMPLESDIR} ${INSTALL_MAN} ${WRKSRC}/doc/klystrack.1 \ ${STAGEDIR}${MANPREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/doc/Default.kt \ ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/linux/klystrack.desktop \ ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/icon/256x256.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/klystrack.png .include Index: head/audio/klystrack/files/patch-klystron_src_gui_menu.h =================================================================== --- head/audio/klystrack/files/patch-klystron_src_gui_menu.h (nonexistent) +++ head/audio/klystrack/files/patch-klystron_src_gui_menu.h (revision 561865) @@ -0,0 +1,11 @@ +--- klystron/src/gui/menu.h.orig 2021-01-17 17:28:54 UTC ++++ klystron/src/gui/menu.h +@@ -25,7 +25,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + OTHER DEALINGS IN THE SOFTWARE. + */ + +-struct menu_t ++extern struct menu_t + { + int flags; + const struct menu_t *parent; Property changes on: head/audio/klystrack/files/patch-klystron_src_gui_menu.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