Date: Thu, 27 Sep 2018 21:10:13 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480820 - in head: devel/codeblocks-devel graphics/timg www/mod_gnutls x11/polybar Message-ID: <201809272110.w8RLADss052327@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Sep 27 21:10:13 2018 New Revision: 480820 URL: https://svnweb.freebsd.org/changeset/ports/480820 Log: Fix build on gcc-based archs. Tested on powerpc64 and amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/devel/codeblocks-devel/Makefile head/graphics/timg/Makefile head/www/mod_gnutls/Makefile head/x11/polybar/Makefile Modified: head/devel/codeblocks-devel/Makefile ============================================================================== --- head/devel/codeblocks-devel/Makefile Thu Sep 27 21:06:28 2018 (r480819) +++ head/devel/codeblocks-devel/Makefile Thu Sep 27 21:10:13 2018 (r480820) @@ -22,7 +22,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ 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 @@ -42,7 +42,6 @@ SVNROOT_URI= svn://svn.code.sf.net/p/codeblocks/code/t .include <bsd.port.pre.mk> .if ${CHOSEN_COMPILER_TYPE} == clang -USE_CXXSTD= c++11 . if ${COMPILER_VERSION} >= 35 CXXFLAGS+= -Wno-undefined-bool-conversion . endif Modified: head/graphics/timg/Makefile ============================================================================== --- head/graphics/timg/Makefile Thu Sep 27 21:06:28 2018 (r480819) +++ head/graphics/timg/Makefile Thu Sep 27 21:10:13 2018 (r480820) @@ -16,7 +16,7 @@ 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 Modified: head/www/mod_gnutls/Makefile ============================================================================== --- head/www/mod_gnutls/Makefile Thu Sep 27 21:06:28 2018 (r480819) +++ head/www/mod_gnutls/Makefile Thu Sep 27 21:10:13 2018 (r480820) @@ -15,7 +15,7 @@ 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} Modified: head/x11/polybar/Makefile ============================================================================== --- head/x11/polybar/Makefile Thu Sep 27 21:06:28 2018 (r480819) +++ head/x11/polybar/Makefile Thu Sep 27 21:10:13 2018 (r480820) @@ -25,8 +25,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809272110.w8RLADss052327>