diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-18 09:28:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-18 09:28:34 +0000 |
commit | 2f0d68299c6f70641ef9b876c2da331dab29c3e3 (patch) | |
tree | 040699a97edeff87d68a4edca73b4152317159b5 | |
parent | Previous commit fixed build on powerpc64. (diff) |
Upgrade these ports to USES=compiler:c++11-lang to fix build on gcc-based
archs such as powerpc64.
Tested for no effect on amd64.
While here, pet portlint.
Approved by: portgmr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=480003
-rw-r--r-- | biology/freebayes/Makefile | 2 | ||||
-rw-r--r-- | databases/php-xapian/Makefile | 2 | ||||
-rw-r--r-- | games/OpenTomb/Makefile | 2 | ||||
-rw-r--r-- | games/numptyphysics/Makefile | 2 | ||||
-rw-r--r-- | games/stockfish/Makefile | 2 | ||||
-rw-r--r-- | graphics/poppler/Makefile | 2 | ||||
-rw-r--r-- | science/antioch/Makefile | 2 | ||||
-rw-r--r-- | security/veracrypt/Makefile | 6 |
8 files changed, 10 insertions, 10 deletions
diff --git a/biology/freebayes/Makefile b/biology/freebayes/Makefile index 9efc560da37e..cb7ade783bc5 100644 --- a/biology/freebayes/Makefile +++ b/biology/freebayes/Makefile @@ -16,7 +16,7 @@ BROKEN_armv7= fails to compile: invalid conversion between vector type and inte # Submodules use older versions than the ports, so we cannot safely unbundle # No shared libs are built by the submodules so there will be no conflicts -USES= gmake tar:xz +USES= compiler:c++11-lang gmake tar:xz USE_GITHUB= yes GH_ACCOUNT= ekg GH_TUPLE= walaj:SeqLib:5941c68:SeqLib/SeqLib-temp \ diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile index 286a03b2d285..0cb31f3c8dc2 100644 --- a/databases/php-xapian/Makefile +++ b/databases/php-xapian/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \ CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool php:build tar:xz +USES= compiler:c++11-lang libtool php:build tar:xz PLIST_SUB= PHP_EXT_DIR=${PHP_EXT_DIR} PHP_MAJOR_VER=${PHP_VER:C|.$||} diff --git a/games/OpenTomb/Makefile b/games/OpenTomb/Makefile index 8e49ac8820fc..a9ca76cc5fa1 100644 --- a/games/OpenTomb/Makefile +++ b/games/OpenTomb/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpng.so:graphics/png -USES= cmake lua openal +USES= cmake compiler:c++11-lang lua openal USE_GITHUB= yes USE_SDL= sdl2 LLD_UNSAFE= yes diff --git a/games/numptyphysics/Makefile b/games/numptyphysics/Makefile index 05243e3ac6a6..c0b09f1b2275 100644 --- a/games/numptyphysics/Makefile +++ b/games/numptyphysics/Makefile @@ -13,7 +13,7 @@ COMMENT= Drawing physics-based puzzle game LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= tar:bzip2 desktop-file-utils +USES= compiler:c++11-lang tar:bzip2 desktop-file-utils GNU_CONFIGURE= yes USE_SDL= sdl image USE_XORG= x11 diff --git a/games/stockfish/Makefile b/games/stockfish/Makefile index 46b68b24ea78..1174d83766e3 100644 --- a/games/stockfish/Makefile +++ b/games/stockfish/Makefile @@ -19,7 +19,7 @@ BROKEN_armv6= Fails to configure: config-sanity: Error 1 BROKEN_armv7= Fails to configure: config-sanity: Error 1 BROKEN_mips64= Fails to build: cannot detect architecture -USES= compiler gmake zip +USES= compiler:c++11-lang gmake zip NO_WRKSUBDIR= yes WRKSRC_SUBDIR= src diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 840d27982291..9bf008367fe3 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libnspr4.so:devel/nspr RUN_DEPENDS= poppler-data>0:graphics/poppler-data -USES= cpe gmake jpeg libtool localbase pathfix pkgconfig tar:xz +USES= compiler:c++11-lang cpe gmake jpeg libtool localbase pathfix pkgconfig tar:xz CPE_VENDOR= freedesktop USE_GNOME= libxml2 GNU_CONFIGURE= yes diff --git a/science/antioch/Makefile b/science/antioch/Makefile index 3cb8012ec603..e771ef48baf2 100644 --- a/science/antioch/Makefile +++ b/science/antioch/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/metaphysicl/metaphysicl_version.h:science/me LIB_DEPENDS= libgsl.so:math/gsl \ libOpenCL.so:devel/ocl-icd -USES= autoreconf eigen:3 gmake libtool localbase +USES= autoreconf compiler:c++11-lang eigen:3 gmake libtool localbase USE_GITHUB= yes GH_ACCOUNT= libantioch GNU_CONFIGURE= yes diff --git a/security/veracrypt/Makefile b/security/veracrypt/Makefile index 780d106a3f76..3f4c968ede4c 100644 --- a/security/veracrypt/Makefile +++ b/security/veracrypt/Makefile @@ -9,12 +9,12 @@ DISTNAME= ${PORTNAME:S/v/V/:S/c/C/}_${PORTVERSION}_Source MAINTAINER= acm@FreeBSD.org COMMENT= Open-source disk encryption software based on Truecrypt -LICENSE_FILE= ${DOCSDIR}/LICENSE - BUILD_DEPENDS= yasm:devel/yasm RUN_DEPENDS= ${LOCALBASE}/bin/sudo:security/sudo -USES= desktop-file-utils fuse gmake iconv pkgconfig tar:bz2 +LICENSE_FILE= ${DOCSDIR}/LICENSE + +USES= compiler:c++11-lang desktop-file-utils fuse gmake iconv pkgconfig tar:bz2 USE_WX= 3.0+ NO_WRKSUBDIR= yes BUILD_WRKSRC= ${WRKSRC}/src |