Index: head/archivers/laszip/Makefile =================================================================== --- head/archivers/laszip/Makefile (revision 480113) +++ head/archivers/laszip/Makefile (revision 480114) @@ -1,22 +1,22 @@ # Created by: Rainer Hurling # $FreeBSD$ PORTNAME= laszip PORTVERSION= 3.2.2 CATEGORIES= archivers MAINTAINER= rhurlin@gwdg.de COMMENT= Library for lossless LAS compression LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake +USES= cmake compiler:c++0x USE_LDCONFIG= yes USE_GITHUB= yes GH_PROJECT= LASzip GNU_CONFIGURE= yes .include Index: head/devel/cpp-netlib/Makefile =================================================================== --- head/devel/cpp-netlib/Makefile (revision 480113) +++ head/devel/cpp-netlib/Makefile (revision 480114) @@ -1,30 +1,28 @@ # Created by: Ryan Steinmetz # $FreeBSD$ PORTNAME= cpp-netlib DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 0.12.0 DISTVERSIONSUFFIX= -final PORTREVISION= 6 CATEGORIES= devel MAINTAINER= zi@FreeBSD.org COMMENT= Cross-platform, standards compliant networking library LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ asio>0:net/asio -BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=c++11" - -USES= cmake:outsource +USES= cmake:outsource compiler:c++11-lang USE_LDCONFIG= yes CFLAGS+= -fPIC CMAKE_ARGS+= -DCPP-NETLIB_BUILD_EXAMPLES=OFF \ -DCPP-NETLIB_BUILD_SHARED_LIBS=ON \ -DCPP-NETLIB_BUILD_TESTS=OFF USE_GITHUB= yes .include Index: head/devel/icestorm/Makefile =================================================================== --- head/devel/icestorm/Makefile (revision 480113) +++ head/devel/icestorm/Makefile (revision 480114) @@ -1,34 +1,34 @@ # Created by: Johnny Sorocil # $FreeBSD$ PORTNAME= icestorm PORTVERSION= g20180310 CATEGORIES= devel MAINTAINER= jsorocil@gmail.com COMMENT= IceStorm tools for Lattice iCE40 FPGAs LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libftdi1.so:devel/libftdi1 -USES= gmake python:3.3+ shebangfix pkgconfig +USES= compiler:c++11-lang gmake pkgconfig python:3.3+ shebangfix SHEBANG_FILES= ${WRKSRC}/icebox/*.py \ ${WRKSRC}/icebox/Makefile USE_GITHUB= yes GH_ACCOUNT= cliffordwolf GH_TAGNAME= 4476d83f76fa0222be0b691fe27c1e0228266f82 BINARY_ALIAS= python3=${PYTHON_CMD} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/icepack ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/icepll ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/icebram ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/iceprog ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/icemulti ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/icetime .include Index: head/devel/libcjson/Makefile =================================================================== --- head/devel/libcjson/Makefile (revision 480113) +++ head/devel/libcjson/Makefile (revision 480114) @@ -1,24 +1,24 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= libcjson PORTVERSION= 1.7.7 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ultralightweight JSON parser in ANSI C LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE CMAKE_ON= BUILD_SHARED_AND_STATIC_LIBS ENABLE_CJSON_UTILS ENABLE_TARGET_EXPORT -USES= cmake +USES= cmake compiler:c11 PLIST_SUB= PORTVERSION=${PORTVERSION} GH_ACCOUNT= DaveGamble GH_PROJECT= cJSON USE_GITHUB= yes .include Index: head/emulators/vice/Makefile =================================================================== --- head/emulators/vice/Makefile (revision 480113) +++ head/emulators/vice/Makefile (revision 480114) @@ -1,153 +1,153 @@ # Created by: dchapes@ddm.on.ca # $FreeBSD$ PORTNAME= vice PORTVERSION= 3.1 PORTREVISION= 5 CATEGORIES= emulators MASTER_SITES= http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \ ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Emulator for Commodore C64, C128, VIC20, PET, and CBM-II LICENSE= GPLv2 BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \ mkfontdir:x11-fonts/mkfontdir \ mkfontscale:x11-fonts/mkfontscale LIB_DEPENDS= libpng.so:graphics/png \ libgif.so:graphics/giflib \ libportaudio.so:audio/portaudio \ libmp3lame.so:audio/lame \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis \ libavcodec.so:multimedia/ffmpeg \ libFLAC.so:audio/flac \ libpci.so:devel/libpci \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libpcre2-8.so:devel/pcre2 \ libgnutls.so:security/gnutls RESTRICTED= ROMs are copyrighted by Commodore Business Machines -USES= pkgconfig makeinfo gmake iconv jpeg +USES= compiler:c++11-lang pkgconfig makeinfo gmake iconv jpeg USE_XORG= xpm ice sm xext xv xt x11 xmu xxf86vm USE_XORG+= xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes GNU_CONFIGURE= yes MAKE_ENV+= MAKEINFOFLAGS="--no-split" CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --enable-fullscreen --enable-ipv6 \ --enable-external-ffmpeg \ --disable-dependency-tracking LMLINKS= vice.1 x64.1 \ vice.1 x128.1 \ vice.1 xvic.1 \ vice.1 xpet.1 \ vice.1 xplus4.1 \ vice.1 xcbm2.1 OPTIONS_DEFINE= SDL ALSA PULSEAUDIO DOCS NLS OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= GNOMEUI3 GNOMEUI2 XAW OPTIONS_DEFAULT?= GNOMEUI3 SDL ALSA NO_OPTIONS_SORT=yes OPTIONS_SUB= yes GNOMEUI3_DESC= use gnome3 user interface GNOMEUI2_DESC= use gnome2 user interface XAW_DESC= use plain Xaw library SDL_DESC= build with SDL2 sound system support GNOMEUI2_CONFIGURE_ENABLE= gnomeui GNOMEUI3_CONFIGURE_ENABLE= gnomeui3 SDL_USE= SDL=sdl2 SDL_CONFIGURE_ON= --with-sdlsound ALSA_CONFIGURE_OFF= --without-alsa ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib PULSEAUDIO_CONFIGURE_OFF= --without-pulse PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio .include .if !defined(BUILDING_INDEX) __pmlinks1!= ${ECHO_CMD} '${LMLINKS:S/ / /}' | ${AWK} \ '{ if (NF % 2 != 0) { print "broken"; exit; } \ for (i=1; i<=NF; i++) { \ if ( i % 2 == 0) { print " " $$i " ;"; } \ else { printf "${LN} -s " $$i " "; } \ } }' .endif .if ${PORT_OPTIONS:MGNOMEUI2} USE_GNOME+= gtk20 vte cairo gdkpixbuf2 pangox-compat USE_GL+= glu gl LIB_DEPENDS+= libgdkglext-x11-1.0.so:x11-toolkits/gtkglext .endif .if ${PORT_OPTIONS:MGNOMEUI3} .if ${PORT_OPTIONS:MNLS} USES+= gettext-runtime .endif USE_GNOME+= gtk30 vte3 cairo gdkpixbuf2 USE_GL+= glu gl .endif .if ${PORT_OPTIONS:MXAW} USE_XORG+= xaw USES+= readline .endif .if ${PORT_OPTIONS:MNLS} USES+= gettext CONFIGURE_ARGS+= --enable-nls --localedir=${LOCALBASE}/share/locale PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MDOCS} INFO+= vice .endif .if ${PORT_OPTIONS:MSDL} USE_SDL= sdl2 .endif post-patch: ${REINPLACE_CMD} \ -e 's|enum PixelFormat|enum AVPixelFormat|g' \ ${WRKSRC}/src/gfxoutputdrv/ffmpeglib.h .for i in da.po de.po es.po fr.po hu.po it.po nl.po pl.po sv.po tr.po ${MV} "${WRKSRC}/po/${i}" "${WRKSRC}/po/${i}.latin" ${ICONV_CMD} -f latin1 -t utf-8 < "${WRKSRC}/po/${i}.latin" > "${WRKSRC}/po/${i}" .endfor pre-configure: ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ ${WRKSRC}/man/vice.1 ${REINPLACE_CMD} -e 's|^localedir.*|localedir = $$(DESTDIR)${LOCALBASE}/share/locale|' \ ${WRKSRC}/po/Makefile.in.in .if ! ${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e 's| doc||' ${WRKSRC}/Makefile.in .endif pre-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/vice/fonts ${INSTALL_DATA} ${WRKSRC}/data/fonts/vice-cbm.bdf \ ${STAGEDIR}${PREFIX}/lib/vice/fonts/ pre-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} post-install: ( cd ${STAGEDIR}${PREFIX}/man/man1 && ${__pmlinks1} ) post-install-DOCS-on: ${LN} -sf vice_toc.html ${STAGEDIR}${DOCSDIR}/index.html .include Index: head/net/libstorj/Makefile =================================================================== --- head/net/libstorj/Makefile (revision 480113) +++ head/net/libstorj/Makefile (revision 480114) @@ -1,38 +1,38 @@ # $FreeBSD$ PORTNAME= libstorj PORTVERSION= 1.0.3 PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net MAINTAINER= jhixson@FreeBSD.org COMMENT= C library and CLI for encrypted file transfer on the Storj network LICENSE= LGPL21+ BROKEN_aarch64= fails to build: invokes x86 assembler BROKEN_armv6= fails to build: invokes x86 assembler BROKEN_armv7= fails to build: invokes x86 assembler BROKEN_mips= fails to build: invokes x86 assembler BROKEN_mips64= fails to build: invokes x86 assembler -BROKEN_powerpc64= fails to compile: storj.c:135: 'for' loop initial declaration used outside C99 mode LIB_DEPENDS= libjson-c.so:devel/json-c \ libuv.so:devel/libuv \ libcurl.so:ftp/curl \ libnettle.so:security/nettle \ libmicrohttpd.so:www/libmicrohttpd USES= autoreconf gmake libtool localbase pkgconfig +USE_CSTD= gnu99 USE_GITHUB= yes GH_ACCOUNT= Storj GNU_CONFIGURE= yes USE_LDCONFIG= yes #CFLAGS+= -I. -I${LOCALBASE}/include #LDFLAGS+= -L. -L${LOCALBASE}/lib .include