Date: Sun, 23 Sep 2018 04:38:23 +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: r480451 - in head: databases/ldb12 games/powder-toy graphics/maim net/haproxy-devel www/davix www/mod_security3 Message-ID: <201809230438.w8N4cN65080082@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Sep 23 04:38:22 2018 New Revision: 480451 URL: https://svnweb.freebsd.org/changeset/ports/480451 Log: Adjust USES to fix builds on gcc-bases archs. While here, pet portlint. Tested on powerpc64 and amd64. Approved by: portmgr (tier-2 blanket) Modified: head/databases/ldb12/Makefile head/games/powder-toy/Makefile head/graphics/maim/Makefile head/net/haproxy-devel/Makefile head/www/davix/Makefile head/www/mod_security3/Makefile Modified: head/databases/ldb12/Makefile ============================================================================== --- head/databases/ldb12/Makefile Sun Sep 23 01:56:55 2018 (r480450) +++ head/databases/ldb12/Makefile Sun Sep 23 04:38:22 2018 (r480451) @@ -31,7 +31,7 @@ CONFLICTS_INSTALL= ldb-1.1.* ldb13-1.3.* #nopython_CONFLICTS= ldb #default_CONFLICTS= ldb-nopython -USES= compiler pkgconfig waf +USES= compiler:c++11-lang pkgconfig waf USE_LDCONFIG= yes WAF_CMD= buildtools/bin/waf CONFIGURE_LOG= bin/config.log Modified: head/games/powder-toy/Makefile ============================================================================== --- head/games/powder-toy/Makefile Sun Sep 23 01:56:55 2018 (r480450) +++ head/games/powder-toy/Makefile Sun Sep 23 04:38:22 2018 (r480451) @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= ThePowderToy GH_PROJECT= The-Powder-Toy -USES= scons localbase:ldflags lua:51 pkgconfig +USES= compiler:c++11-lang scons localbase:ldflags lua:51 pkgconfig USE_SDL= sdl USE_XORG= x11 Modified: head/graphics/maim/Makefile ============================================================================== --- head/graphics/maim/Makefile Sun Sep 23 01:56:55 2018 (r480450) +++ head/graphics/maim/Makefile Sun Sep 23 04:38:22 2018 (r480451) @@ -17,7 +17,7 @@ LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ libpng.so:graphics/png \ libslopy.so:x11/slop -USES= cmake jpeg +USES= cmake compiler:c++11-lang jpeg USE_GITHUB= yes GH_ACCOUNT= naelstrof USE_GL= gl glut Modified: head/net/haproxy-devel/Makefile ============================================================================== --- head/net/haproxy-devel/Makefile Sun Sep 23 01:56:55 2018 (r480450) +++ head/net/haproxy-devel/Makefile Sun Sep 23 04:38:22 2018 (r480451) @@ -16,7 +16,7 @@ LICENSE_COMB= multi CONFLICTS_INSTALL= haproxy-[0-9]* haproxy17-[0-9]* -USES= cpe gmake +USES= compiler:c++11-lang cpe gmake USE_RC_SUBR= haproxy MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ Modified: head/www/davix/Makefile ============================================================================== --- head/www/davix/Makefile Sun Sep 23 01:56:55 2018 (r480450) +++ head/www/davix/Makefile Sun Sep 23 04:38:22 2018 (r480451) @@ -15,7 +15,7 @@ LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid PORTSCOUT= limit:^.*\.[0-9]+$$ -USES= cmake localbase ssl +USES= cmake compiler:c++11-lang localbase ssl USE_GITHUB= yes GH_ACCOUNT= cern-it-sdc-id USE_GNOME= libxml2 Modified: head/www/mod_security3/Makefile ============================================================================== --- head/www/mod_security3/Makefile Sun Sep 23 01:56:55 2018 (r480450) +++ head/www/mod_security3/Makefile Sun Sep 23 04:38:22 2018 (r480451) @@ -17,7 +17,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libyajl.so:devel/yajl \ libGeoIP.so:net/GeoIP -USES= gmake autoreconf libtool pkgconfig:build +USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig:build USE_GNOME= libxml2 # GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411 USE_GCC= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809230438.w8N4cN65080082>