[linimon at FreeBSD.org: svn commit: r480003 - in head: biology/freebayes databases/php-xapian games/OpenTomb games/numptyphysics games/stockfish graphics/poppler science/antioch security/veracrypt]
Mark Linimon
linimon at lonesome.com
Tue Sep 18 09:36:09 UTC 2018
FYI.
mcl
----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----
Date: Tue, 18 Sep 2018 09:28:35 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r480003 - in head: biology/freebayes databases/php-xapian games/OpenTomb games/numptyphysics games/stockfish graphics/poppler science/antioch security/veracrypt
Author: linimon
Date: Tue Sep 18 09:28:34 2018
New Revision: 480003
URL: https://svnweb.freebsd.org/changeset/ports/480003
Log:
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)
Modified:
head/biology/freebayes/Makefile
head/databases/php-xapian/Makefile
head/games/OpenTomb/Makefile
head/games/numptyphysics/Makefile
head/games/stockfish/Makefile
head/graphics/poppler/Makefile
head/science/antioch/Makefile
head/security/veracrypt/Makefile
Modified: head/biology/freebayes/Makefile
==============================================================================
--- head/biology/freebayes/Makefile Tue Sep 18 09:12:56 2018 (r480002)
+++ head/biology/freebayes/Makefile Tue Sep 18 09:28:34 2018 (r480003)
@@ -16,7 +16,7 @@ BROKEN_armv7= fails to compile: invalid conversion be
# 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 \
Modified: head/databases/php-xapian/Makefile
==============================================================================
--- head/databases/php-xapian/Makefile Tue Sep 18 09:12:56 2018 (r480002)
+++ head/databases/php-xapian/Makefile Tue Sep 18 09:28:34 2018 (r480003)
@@ -32,7 +32,7 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DO
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|.$||}
Modified: head/games/OpenTomb/Makefile
==============================================================================
--- head/games/OpenTomb/Makefile Tue Sep 18 09:12:56 2018 (r480002)
+++ head/games/OpenTomb/Makefile Tue Sep 18 09:28:34 2018 (r480003)
@@ -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
Modified: head/games/numptyphysics/Makefile
==============================================================================
--- head/games/numptyphysics/Makefile Tue Sep 18 09:12:56 2018 (r480002)
+++ head/games/numptyphysics/Makefile Tue Sep 18 09:28:34 2018 (r480003)
@@ -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
Modified: head/games/stockfish/Makefile
==============================================================================
--- head/games/stockfish/Makefile Tue Sep 18 09:12:56 2018 (r480002)
+++ head/games/stockfish/Makefile Tue Sep 18 09:28:34 2018 (r480003)
@@ -19,7 +19,7 @@ BROKEN_armv6= Fails to configure: config-sanity: Error
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
Modified: head/graphics/poppler/Makefile
==============================================================================
--- head/graphics/poppler/Makefile Tue Sep 18 09:12:56 2018 (r480002)
+++ head/graphics/poppler/Makefile Tue Sep 18 09:28:34 2018 (r480003)
@@ -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
Modified: head/science/antioch/Makefile
==============================================================================
--- head/science/antioch/Makefile Tue Sep 18 09:12:56 2018 (r480002)
+++ head/science/antioch/Makefile Tue Sep 18 09:28:34 2018 (r480003)
@@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/metaphysicl/metaph
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
Modified: head/security/veracrypt/Makefile
==============================================================================
--- head/security/veracrypt/Makefile Tue Sep 18 09:12:56 2018 (r480002)
+++ head/security/veracrypt/Makefile Tue Sep 18 09:28:34 2018 (r480003)
@@ -9,12 +9,12 @@ DISTNAME= ${PORTNAME:S/v/V/:S/c/C/}_${PORTVERSION}_Sou
MAINTAINER= acm at 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
----- End forwarded message -----
More information about the freebsd-gnome
mailing list