Date: Wed, 19 Jun 2019 12:41:54 +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: r504544 - head/databases/xtrabackup Message-ID: <201906191241.x5JCfsFw096864@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Jun 19 12:41:54 2019 New Revision: 504544 URL: https://svnweb.freebsd.org/changeset/ports/504544 Log: Add compiler:c++11-lang to USES to unbreak build on powerpc64: ld: final link failed: Bad value While here, pacify portlint by also alpha sorting USES. Approved by: portmgr (tier-2 blanket) Modified: head/databases/xtrabackup/Makefile Modified: head/databases/xtrabackup/Makefile ============================================================================== --- head/databases/xtrabackup/Makefile Wed Jun 19 12:33:13 2019 (r504543) +++ head/databases/xtrabackup/Makefile Wed Jun 19 12:41:54 2019 (r504544) @@ -18,7 +18,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to compile: cannot combine with previous 'type-name' declaration specifier BROKEN_armv7= fails to compile: cannot combine with previous 'type-name' declaration specifier BROKEN_mips64= fails to compile: 'fpsetmask' was not declared in this scope -BROKEN_powerpc64= fails to link: ld: final link failed: Bad value # quilt is required by build.sh BUILD_DEPENDS= bash:shells/bash \ @@ -30,7 +29,8 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ RUN_DEPENDS= qpress:archivers/qpress # autotool is in use for 5.1 builds -USES= alias autoreconf:build bison cpe gettext cmake:noninja libtool perl5 shebangfix +USES= alias autoreconf:build bison cmake:noninja compiler:c++11-lang \ + cpe gettext libtool perl5 shebangfix CPE_VENDOR= percona SHEBANG_FILES= storage/innobase/xtrabackup/xbcloud_osenv.sh CMAKE_ARGS= -DWITH_BOOST=${WRKDIR}/boost_1_59_0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906191241.x5JCfsFw096864>