git: e5c2e31c09b3 - main - lang/gnat12: mark IGNORE for the moment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Dec 2022 10:42:30 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e5c2e31c09b3a8d8cfcad43ac9971df1ed778ca2
commit e5c2e31c09b3a8d8cfcad43ac9971df1ed778ca2
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-12-12 10:36:04 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-12-12 10:42:26 +0000
lang/gnat12: mark IGNORE for the moment
Sorry, I made a mistake: it only works on my machines because it needs
gcc12 built from this port! gcc12 from lang/gcc12 is not sufficient.
---
lang/gnat12/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/lang/gnat12/Makefile b/lang/gnat12/Makefile
index 7f6587f1d52c..43af2cbf20fc 100644
--- a/lang/gnat12/Makefile
+++ b/lang/gnat12/Makefile
@@ -13,6 +13,8 @@ WWW= https://www.adacore.com/community
LICENSE= GPLv2 GPLv3 GPLv3RLE
LICENSE_COMB= multi
+IGNORE= does not run without gcc12 built from this port
+
LIB_DEPENDS= libgmp.so:math/gmp \
libmpc.so:math/mpc \
libisl.so:devel/isl \
@@ -102,8 +104,8 @@ pre-configure:
${ECHO} "release" > ${PHASEFILE}
pre-configure-PREVASSET-on:
- cd ${PATHAUX} ; for f in *${GCCVER} ; do \
- ${LN} -sf $${f} $${f%${GCCVER}} ; \
+ cd ${PATHAUX} ; for f in *${PREV_ASSET_VER} ; do \
+ ${LN} -sf $${f} $${f%${PREV_ASSET_VER}} ; \
done
post-install-ASSETS-on: