mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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)
This commit is contained in:
parent
26172f8e4c
commit
2f0d68299c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480003
8 changed files with 10 additions and 10 deletions
|
@ -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
|
# 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
|
# 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
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= ekg
|
GH_ACCOUNT= ekg
|
||||||
GH_TUPLE= walaj:SeqLib:5941c68:SeqLib/SeqLib-temp \
|
GH_TUPLE= walaj:SeqLib:5941c68:SeqLib/SeqLib-temp \
|
||||||
|
|
|
@ -32,7 +32,7 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \
|
||||||
CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config
|
CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
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|.$||}
|
PLIST_SUB= PHP_EXT_DIR=${PHP_EXT_DIR} PHP_MAJOR_VER=${PHP_VER:C|.$||}
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
LIB_DEPENDS= libpng.so:graphics/png
|
LIB_DEPENDS= libpng.so:graphics/png
|
||||||
|
|
||||||
USES= cmake lua openal
|
USES= cmake compiler:c++11-lang lua openal
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
USE_SDL= sdl2
|
USE_SDL= sdl2
|
||||||
LLD_UNSAFE= yes
|
LLD_UNSAFE= yes
|
||||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Drawing physics-based puzzle game
|
||||||
LICENSE= GPLv3+
|
LICENSE= GPLv3+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= tar:bzip2 desktop-file-utils
|
USES= compiler:c++11-lang tar:bzip2 desktop-file-utils
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_SDL= sdl image
|
USE_SDL= sdl image
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
|
|
|
@ -19,7 +19,7 @@ BROKEN_armv6= Fails to configure: config-sanity: Error 1
|
||||||
BROKEN_armv7= Fails to configure: config-sanity: Error 1
|
BROKEN_armv7= Fails to configure: config-sanity: Error 1
|
||||||
BROKEN_mips64= Fails to build: cannot detect architecture
|
BROKEN_mips64= Fails to build: cannot detect architecture
|
||||||
|
|
||||||
USES= compiler gmake zip
|
USES= compiler:c++11-lang gmake zip
|
||||||
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
WRKSRC_SUBDIR= src
|
WRKSRC_SUBDIR= src
|
||||||
|
|
|
@ -22,7 +22,7 @@ LIB_DEPENDS= libpng.so:graphics/png \
|
||||||
libnspr4.so:devel/nspr
|
libnspr4.so:devel/nspr
|
||||||
RUN_DEPENDS= poppler-data>0:graphics/poppler-data
|
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
|
CPE_VENDOR= freedesktop
|
||||||
USE_GNOME= libxml2
|
USE_GNOME= libxml2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/metaphysicl/metaphysicl_version.h:science/me
|
||||||
LIB_DEPENDS= libgsl.so:math/gsl \
|
LIB_DEPENDS= libgsl.so:math/gsl \
|
||||||
libOpenCL.so:devel/ocl-icd
|
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
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= libantioch
|
GH_ACCOUNT= libantioch
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -9,12 +9,12 @@ DISTNAME= ${PORTNAME:S/v/V/:S/c/C/}_${PORTVERSION}_Source
|
||||||
MAINTAINER= acm@FreeBSD.org
|
MAINTAINER= acm@FreeBSD.org
|
||||||
COMMENT= Open-source disk encryption software based on Truecrypt
|
COMMENT= Open-source disk encryption software based on Truecrypt
|
||||||
|
|
||||||
LICENSE_FILE= ${DOCSDIR}/LICENSE
|
|
||||||
|
|
||||||
BUILD_DEPENDS= yasm:devel/yasm
|
BUILD_DEPENDS= yasm:devel/yasm
|
||||||
RUN_DEPENDS= ${LOCALBASE}/bin/sudo:security/sudo
|
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+
|
USE_WX= 3.0+
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
BUILD_WRKSRC= ${WRKSRC}/src
|
BUILD_WRKSRC= ${WRKSRC}/src
|
||||||
|
|
Loading…
Add table
Reference in a new issue