Index: head/devel/codeblocks-devel/Makefile =================================================================== --- head/devel/codeblocks-devel/Makefile (revision 480819) +++ head/devel/codeblocks-devel/Makefile (revision 480820) @@ -1,64 +1,63 @@ # Created by: Loïc Bartoletti # $FreeBSD$ PORTNAME= codeblocks PORTVERSION= 18.04 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.tuxfamily.org/bartcoding/FreeBSD/ \ ${MASTER_SITE_LOCAL} PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-${PORTVERSION}-${SVN_REV} MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Open source, cross-platform, free C/C++ IDE LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libhunspell-1.6.so:textproc/hunspell -USES= autoreconf compiler desktop-file-utils fam:gamin localbase \ +USES= autoreconf compiler:c++11-lang desktop-file-utils fam:gamin localbase \ gettext-runtime libtool pathfix pkgconfig shared-mime-info USE_WX= 2.8 USE_GNOME= gtk20 cairo USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all \ --disable-pch --with-boost-system=boost_system PKG_CONFIG_LIBDIR= ${LOCALBASE}/libdata/pkgconfig INSTALLS_ICONS= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes FETCH_DEPENDS+= svn:devel/subversion SVN_REV= 11386 SVNROOT_URI= svn://svn.code.sf.net/p/codeblocks/code/trunk .include .if ${CHOSEN_COMPILER_TYPE} == clang -USE_CXXSTD= c++11 . if ${COMPILER_VERSION} >= 35 CXXFLAGS+= -Wno-undefined-bool-conversion . endif .endif .if defined(MAINTAINER_MODE) do-fetch: ${MKDIR} ${WRKDIR} svn export -r ${SVN_REV} ${SVNROOT_URI} ${WRKSRC} cd ${WRKDIR}; tar cvfz ${DISTDIR}/${DISTNAME}.tar.gz ${DISTNAME} ${CHMOD} ugo+r ${DISTDIR}/${DISTNAME}.tar.gz scp -p ${DISTDIR}/${DISTNAME}.tar.bz2 \ freefall.freebsd.org:public_distfiles/ .endif # defined(MAINTAINER_MODE) post-extract: ${TOUCH} ${WRKSRC}/revision.m4 .include Index: head/graphics/timg/Makefile =================================================================== --- head/graphics/timg/Makefile (revision 480819) +++ head/graphics/timg/Makefile (revision 480820) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= timg PORTVERSION= 0.9.5 DISTVERSIONPREFIX= v PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= uzsolt@uzsolt.hu COMMENT= Terminal Image Viewer LICENSE= GPLv2 LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick USE_GITHUB= yes GH_ACCOUNT= hzeller -USES= gmake +USES= compiler:c++11-lang gmake ALL_TARGET= ${PORTNAME} WRKSRC_SUBDIR= src PLIST_FILES= bin/timg post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/www/mod_gnutls/Makefile =================================================================== --- head/www/mod_gnutls/Makefile (revision 480819) +++ head/www/mod_gnutls/Makefile (revision 480820) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= mod_gnutls PORTVERSION= 0.8.4 CATEGORIES= www security MASTER_SITES= https://mod.gnutls.org/downloads/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} MAINTAINER= joneum@FreeBSD.org COMMENT= Extension for Apache httpd using GnuTLS library to provide HTTPS LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgnutls.so:security/gnutls GNU_CONFIGURE= yes -USES= apache:2.4 libtool pkgconfig tar:bzip2 +USES= apache:2.4 compiler:c++11-lang libtool pkgconfig tar:bzip2 DBDIR= ${PREFIX}/var/db/${PORTNAME} PLIST_SUB= SED="${SED}" WWWGRP=${WWWGRP} WWWOWN=${WWWOWN} SUB_FILES= pkg-message SUB_LIST= DBDIR="${DBDIR}" CFLAGS+= -Wno-deprecated-declarations CONFIGURE_ARGS= --with-apxs="${APXS}" post-install: ${MKDIR} "${STAGEDIR}${DBDIR}" .include Index: head/x11/polybar/Makefile =================================================================== --- head/x11/polybar/Makefile (revision 480819) +++ head/x11/polybar/Makefile (revision 480820) @@ -1,74 +1,74 @@ # $FreeBSD$ PORTNAME= polybar DISTVERSION= 3.2.1 CATEGORIES= x11 MAINTAINER= lebarondemerde@privacychain.ch COMMENT= Fast and easy-to-use status bar LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to build: KeyError: 'eventstruct' BROKEN_armv6= fails to build: KeyError: 'eventstruct' BROKEN_armv7= fails to build: KeyError: 'eventstruct' BUILD_DEPENDS= xcb-proto>=1.9:x11/xcb-proto LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libinotify.so:devel/libinotify \ libxcb-cursor.so:x11/xcb-util-cursor \ libxcb-ewmh.so:x11/xcb-util-wm \ libxcb-icccm.so:x11/xcb-util-wm \ libxcb-image.so:x11/xcb-util-image \ libxcb-util.so:x11/xcb-util \ libxcb-xrm.so:x11/xcb-util-xrm -USES= cmake:outsource localbase:ldflags pkgconfig \ - python:2.7,build +USES= cmake:outsource compiler:c++11-lang localbase:ldflags \ + pkgconfig python:2.7,build USE_GITHUB= yes GH_ACCOUNT= jaagr GH_TUPLE= jaagr:i3ipcpp:v0.7.1-4-gd4e4786:i3ipcpp/lib/i3ipcpp \ jaagr:xpp:1.4.0-4-g00165e1:xpp/lib/xpp USE_GNOME= cairo USE_XORG= xcb OPTIONS_DEFINE= ALSA DEBUG CURL EXAMPLES I3 IPC MPD TESTS OPTIONS_DEFAULT= CURL I3 IPC MPD OPTIONS_SUB= yes ALSA_DESC= Volume control CURL_DESC= Github support I3_DESC= i3wm support IPC_DESC= Built-in IPC support MPD_DESC= Support for controlling MPD TESTS_DESC= Build testsuite ALSA_CMAKE_BOOL= ENABLE_ALSA ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib CURL_CMAKE_BOOL= ENABLE_CURL CURL_LIB_DEPENDS= libcurl.so:ftp/curl DEBUG_CMAKE_BOOL= DEBUG_LOGGER I3_BUILD_DEPENDS= ${LOCALBASE}/include/i3/ipc.h:x11-wm/i3 I3_CMAKE_BOOL= ENABLE_I3 I3_LIB_DEPENDS= libjsoncpp.so:devel/jsoncpp IPC_CMAKE_BOOL= BUILD_IPC_MSG MPD_CMAKE_BOOL= ENABLE_MPD MPD_LIB_DEPENDS= libmpdclient.so:audio/libmpdclient # fail while building on poudriere because it need network access # during the building process to download googletest on-the-fly. TESTS_BUILD_DEPENDS= git>=0:devel/git TESTS_CMAKE_BOOL= BUILD_TESTS do-test-TESTS-on: cd ${TEST_WRKSRC} && ${SETENV} BUILD_TESTS=ON \ ${SH} ${WRKSRC}/common/travis/tests.sh .include