git: 7ef9e119324c - main - lang/gcc14-devel: Update to 14.2.1.s20250301
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Mar 2025 07:48:33 UTC
The branch main has been updated by salvadore:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7ef9e119324c41ecfb7553ec4b5a4f0124d4ffea
commit 7ef9e119324c41ecfb7553ec4b5a4f0124d4ffea
Author: Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2025-03-02 12:33:20 +0000
Commit: Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2025-03-04 07:48:30 +0000
lang/gcc14-devel: Update to 14.2.1.s20250301
Also fix linking with libisl.so depending on GRAPHITE option, which is
now implemented through options helpers.
Co-authored-by: Gerald Pfeifer <gerald@FreeBSD.org>
PR: 276070
Reported by: Ivan Rozhuk <rozhuk.im@gmail.com>
---
lang/gcc14-devel/Makefile | 10 ++++------
lang/gcc14-devel/distinfo | 6 +++---
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/lang/gcc14-devel/Makefile b/lang/gcc14-devel/Makefile
index ca638506c06d..8bf84ecf46c9 100644
--- a/lang/gcc14-devel/Makefile
+++ b/lang/gcc14-devel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gcc
-PORTVERSION= 14.2.1.s20250222
+PORTVERSION= 14.2.1.s20250301
PORTEPOCH= 1
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
@@ -72,6 +72,9 @@ CFLAGS:= ${CFLAGS:S/mcpu=g/mcpu=G/}
CXXFLAGS:= ${CFLAGS:S/mcpu=g/mcpu=G/}
.endif
+GRAPHITE_LIB_DEPENDS= libisl.so:devel/isl
+GRAPHITE_CONFIGURE_WITH+= isl
+
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64
@@ -144,11 +147,6 @@ INFO+= gcc${SUFFIX}/libitm
SUB_FILES= pkg-message
SUB_LIST+= TARGLIB=${TARGLIB}
-.if ${PORT_OPTIONS:MGRAPHITE}
-LIB_DEPENDS+= libisl.so:devel/isl
-CONFIGURE_ARGS+=--with-isl=${LOCALBASE}
-.endif
-
CONFIGURE_ARGS+=--enable-languages=${LANGUAGES}
pre-everything::
diff --git a/lang/gcc14-devel/distinfo b/lang/gcc14-devel/distinfo
index cf3a7da87335..a7ccfc0a3b36 100644
--- a/lang/gcc14-devel/distinfo
+++ b/lang/gcc14-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1740298313
-SHA256 (gcc-14-20250222.tar.xz) = d346e87b7672544a9c15a39aea7a17c60517286adb0c9723e29ff1ab0aa2e051
-SIZE (gcc-14-20250222.tar.xz) = 88217556
+TIMESTAMP = 1740918799
+SHA256 (gcc-14-20250301.tar.xz) = 68fc16f6d559e5e9ffb993a2e9974bbcd3805a50b3af7578a4f9368de065c0ea
+SIZE (gcc-14-20250301.tar.xz) = 88230928