From owner-svn-ports-all@freebsd.org Thu Sep 27 21:10:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C780510BA936; Thu, 27 Sep 2018 21:10:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7BEF7780B1; Thu, 27 Sep 2018 21:10:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C887394B; Thu, 27 Sep 2018 21:10:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8RLAEqb052330; Thu, 27 Sep 2018 21:10:14 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8RLADss052327; Thu, 27 Sep 2018 21:10:13 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201809272110.w8RLADss052327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Thu, 27 Sep 2018 21:10:13 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: devel/codeblocks-devel graphics/timg www/mod_gnutls x11/polybar X-SVN-Commit-Revision: 480820 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2018 21:10:15 -0000 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 .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 \