git: acd121613431 - main - devel/freebsd-gcc12: Ignore on FreeBSD 12.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Sep 2022 21:38:33 UTC
The branch main has been updated by jhb (doc, src committer):
URL: https://cgit.FreeBSD.org/ports/commit/?id=acd121613431056e253039951f66b062a4104746
commit acd121613431056e253039951f66b062a4104746
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2022-09-27 21:38:10 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2022-09-27 21:38:10 +0000
devel/freebsd-gcc12: Ignore on FreeBSD 12.
The powerpc flavor fails to build on FreeBSD 12.x as GCC does not
install the secureplt.h header for that version (GCC assumes secureplt
is only used on 13.0 and later). In addition, the fixes needed to
build FreeBSD with GCC 12.x are not going to be backported to
stable/12, so just skip this port on FreeBSD 12.
---
devel/freebsd-gcc12/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/freebsd-gcc12/Makefile b/devel/freebsd-gcc12/Makefile
index bb51bae14830..7727bf99aa44 100644
--- a/devel/freebsd-gcc12/Makefile
+++ b/devel/freebsd-gcc12/Makefile
@@ -12,6 +12,8 @@ WWW= https://gcc.gnu.org/
LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
+IGNORE_FreeBSD_12= Not supported on FreeBSD 12
+
BUILD_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${BU_FLAVOR} \
objdump:devel/binutils
LIB_DEPENDS= libgmp.so:math/gmp \