git: f81491c4c4ca - 2026Q3 - devel/gprbuild: ignore on i386
Thierry Thomas <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch 2026Q3 has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=f81491c4c4ca911f703823b60458c73d1ba12f6e commit f81491c4c4ca911f703823b60458c73d1ba12f6e Author: Thierry Thomas <[email protected]> AuthorDate: 2026-07-15 14:44:24 +0000 Commit: Thierry Thomas <[email protected]> CommitDate: 2026-08-08 16:49:05 +0000 devel/gprbuild: ignore on i386 It builds fine, but cannot be used to build the other ports. PR: 296655 (cherry picked from commit cddddc87f40aa694c779efbd73844d67562bab04) --- devel/gprbuild/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/gprbuild/Makefile b/devel/gprbuild/Makefile index b888ed373315..757f84238848 100644 --- a/devel/gprbuild/Makefile +++ b/devel/gprbuild/Makefile @@ -13,6 +13,9 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING3 LICENSE_FILE_GPLv3RLE+ = ${WRKSRC}/COPYING.RUNTIME +# See PR 296655 +IGNORE_i386= It builds, but cannot be used to build other ports + BUILD_DEPENDS= sphinx-build:textproc/py-sphinx@${PY_FLAVOR} USES= ada:run python:build