Date: Tue, 27 Sep 2022 21:38:33 GMT From: John Baldwin <jhb@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: acd121613431 - main - devel/freebsd-gcc12: Ignore on FreeBSD 12. Message-ID: <202209272138.28RLcX1b086884@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209272138.28RLcX1b086884>