Date: Sat, 24 Nov 2018 20:11:33 +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: r485790 - head/devel/gcc-arm-embedded Message-ID: <201811242011.wAOKBX7n005199@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Nov 24 20:11:32 2018 New Revision: 485790 URL: https://svnweb.freebsd.org/changeset/ports/485790 Log: Fix build on gcc-based archs via USES=compiler:c++11-lang. While here, fix obvious typo in SYMLINK_DESC. PR: 232793 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/devel/gcc-arm-embedded/Makefile Modified: head/devel/gcc-arm-embedded/Makefile ============================================================================== --- head/devel/gcc-arm-embedded/Makefile Sat Nov 24 19:59:30 2018 (r485789) +++ head/devel/gcc-arm-embedded/Makefile Sat Nov 24 20:11:32 2018 (r485790) @@ -14,7 +14,6 @@ LICENSE= GPLv2 LGPL20 LGPL21 GPLv3 LGPL3 LICENSE_COMB= multi BROKEN_aarch64= fails to build -BROKEN_powerpc64= does not build: __adjust.c: internal compiler error: Segmentation fault NOT_FOR_ARCHS= arm armeb armv6 armv7 \ mips mips64 mips64el mipsel mipsn32 NOT_FOR_ARCHS_REASON= Very slow to build on emulator @@ -30,7 +29,7 @@ OPTIONS_DEFAULT=PYGDB SYMLINK HTML_DESC= Install HTML documentation PDF_DESC= Install PDF documentation (requires TeX, it is huge) PYGDB_DESC= Build and install python-enabled gdb in addition to standard one -SYMLINK_DESC= Make version-independed symlink ${LOCALBASE}/${PORTNAME} +SYMLINK_DESC= Make version-independent symlink ${LOCALBASE}/${PORTNAME} PDF_USE= TEX=base:build,tex:build,dvipsk:build PDF_BUILD_DEPENDS= texi2dvi:print/texinfo @@ -38,7 +37,8 @@ PYGDB_USES= python:2.7 OPTIONS_SUB= yes -USES= bison compiler cpe gmake gettext-runtime iconv makeinfo tar:bzip2 +USES= bison compiler:c++11-lang cpe gmake gettext-runtime \ + iconv makeinfo tar:bzip2 GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811242011.wAOKBX7n005199>