Index: head/audio/libadplug/Makefile =================================================================== --- head/audio/libadplug/Makefile (revision 539549) +++ head/audio/libadplug/Makefile (revision 539550) @@ -1,30 +1,31 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= adplug PORTVERSION= 2.3.3 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= audio PKGNAMEPREFIX= lib MAINTAINER= ehaupt@FreeBSD.org COMMENT= AdLib emulator library supporting many formats LICENSE= GPLv2 LIB_DEPENDS= libbinio.so:devel/libbinio -USES= autoreconf libtool makeinfo pathfix pkgconfig +USES= autoreconf compiler:c++11-lang libtool makeinfo pathfix \ + pkgconfig USE_CSTD= gnu89 USE_GITHUB= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-maintainer-mode INSTALL_TARGET= install-strip INFO= libadplug PLIST_SUB+= PORTVERSION=${PORTVERSION} .include Index: head/audio/ocp/Makefile =================================================================== --- head/audio/ocp/Makefile (revision 539549) +++ head/audio/ocp/Makefile (revision 539550) @@ -1,108 +1,108 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= ocp PORTVERSION= 0.2.2 DISTVERSIONPREFIX= v PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org COMMENT= Legendary Open Cubic Player LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc BUILD_DEPENDS= xa65:devel/xa65 LIB_DEPENDS= libid3tag.so:audio/libid3tag \ libmad.so:audio/libmad \ libogg.so:audio/libogg \ libsidplay.so:audio/libsidplay \ libvorbis.so:audio/libvorbis -USES= gmake gnome iconv localbase:ldflags makeinfo ncurses pkgconfig \ - tar:xz +USES= compiler:c11 gmake gnome iconv localbase:ldflags makeinfo \ + ncurses pkgconfig tar:xz USE_GITHUB= yes GH_ACCOUNT= mywave82 GH_PROJECT= opencubicplayer GH_TUPLE= mywave82:timidity:77cd92d:timidity/playgmi/timidity-git \ mywave82:sidplay-residfp-ocp:152551f:sidplayresidfpocp/playsid/sidplayfp-git INSTALLS_ICONS= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/lib \ --with-dir-suffix="" \ --without-sdl CONFIGURE_ENV= SHARED_FLAGS="${LDFLAGS} -shared" MAKE_JOBS_UNSAFE= yes LDFLAGS_i386= -Wl,-z,notext INFO= ocp OPTIONS_DEFINE= ADPLUG ALSA DOCS FLAC MIDI OSS SDL X11 OPTIONS_DEFAULT= ADPLUG ALSA FLAC MIDI OSS SDL X11 OPTIONS_SUB= yes ADPLUG_DESC= adplug support MIDI_DESC= timidity support ADPLUG_LIB_DEPENDS= libadplug.so:audio/libadplug \ libbinio.so:devel/libbinio ADPLUG_CONFIGURE_WITH= adplug ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CONFIGURE_WITH= alsa FLAC_LIB_DEPENDS= libFLAC.so:audio/flac FLAC_CONFIGURE_WITH= flac MIDI_RUN_DEPENDS= eawpats>0:audio/eawpats OSS_CONFIGURE_WITH= oss SDL_IMPLIES= X11 SDL_BUILD_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont-ttf/unifont.ttf:x11-fonts/gnu-unifont-ttf SDL_LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng16.so:graphics/png SDL_RUN_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont-ttf/unifont.ttf:x11-fonts/gnu-unifont-ttf SDL_USES= desktop-file-utils jpeg sdl SDL_USE= SDL=sdl2 SDL_CONFIGURE_WITH= sdl2 \ unifontdir=${LOCALBASE}/share/fonts/gnu-unifont-ttf SDL_PLIST_SUB= DESKTOP='' SDL_PLIST_SUB_OFF= DESKTOP='@comment ' X11_BUILD_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont-ttf/unifont.ttf:x11-fonts/gnu-unifont-ttf X11_LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng16.so:graphics/png X11_RUN_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont-ttf/unifont.ttf:x11-fonts/gnu-unifont-ttf X11_USES= desktop-file-utils jpeg xorg X11_USE= XORG=x11,xext,xpm,xxf86dga,xxf86vm X11_CONFIGURE_WITH= unifontdir=${LOCALBASE}/share/fonts/gnu-unifont-ttf x11 X11_PLIST_SUB= DESKTOP='' \ XORG='' X11_PLIST_SUB_OFF= DESKTOP='@comment ' \ XORG='@comment ' TIMIDITY_CFG= ${LOCALBASE}/share/timidity/timidity.cfg post-patch-SDL-off: @${REINPLACE_CMD} -E '/(LIBJPEG|LIBPNG_LIBS)/d' ${WRKSRC}/Rules.make.in post-patch-X11-off: @${REINPLACE_CMD} -E '/(LIBJPEG|LIBPNG_LIBS)/d' ${WRKSRC}/Rules.make.in post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ocp @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocp/*.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocp/autoload/*.so .include Index: head/audio/ocp/files/patch-playym_lzh_lzh.h =================================================================== --- head/audio/ocp/files/patch-playym_lzh_lzh.h (nonexistent) +++ head/audio/ocp/files/patch-playym_lzh_lzh.h (revision 539550) @@ -0,0 +1,10 @@ +--- playym/lzh/lzh.h.orig 2020-06-17 18:26:50 UTC ++++ playym/lzh/lzh.h +@@ -41,6 +41,7 @@ + #ifndef LZH_H + #define LZH_H + ++#include + + #define BUFSIZE (1024 * 4) + Property changes on: head/audio/ocp/files/patch-playym_lzh_lzh.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 Index: head/devel/libbinio/Makefile =================================================================== --- head/devel/libbinio/Makefile (revision 539549) +++ head/devel/libbinio/Makefile (revision 539550) @@ -1,29 +1,29 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= libbinio PORTVERSION= 1.5 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel MAINTAINER= ehaupt@FreeBSD.org COMMENT= Binary I/O stream class library LICENSE= LGPL21 -USES= autoreconf libtool pathfix +USES= autoreconf compiler:c11 libtool pathfix USE_GITHUB= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes GH_ACCOUNT= adplug INSTALL_TARGET= install-strip PORTSCOUT= skipv:start post-patch: @${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|' ${WRKSRC}/Makefile.am .include