git: 72ef2ae193cd - main - math/giacxcas: Update domain name in MASTER_SITES and WWW

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 05 Nov 2025 08:44:03 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=72ef2ae193cd02b5c6c21bb1e38042a575339209

commit 72ef2ae193cd02b5c6c21bb1e38042a575339209
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-11-05 08:31:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-11-05 08:43:52 +0000

    math/giacxcas: Update domain name in MASTER_SITES and WWW
    
    This unbreaks this port.
    
    PR:             290798
    Submitted by:   Zane C. Bowers-Hadley <vvelox@vvelox.net> (initial version)
---
 math/giacxcas/Makefile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile
index 787c7acbbbf2..23c6b5093bbb 100644
--- a/math/giacxcas/Makefile
+++ b/math/giacxcas/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	giacxcas
 DISTVERSION=	1.9.0-85
 PORTREVISION=	7
 CATEGORIES=	math
-MASTER_SITES=	http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/:giac \
+MASTER_SITES=	http://www-fourier.univ-grenoble-alpes.fr/~parisse/debian/dists/stable/main/source/:giac \
 		http://cocoa.dima.unige.it/cocoa/cocoalib/tgz/:cocoa \
 		http://www-fourier.ujf-grenoble.fr/~parisse/giac/freebsd/
 DISTFILES=	giac_${DISTVERSION}${EXTRACT_SUFX}:giac \
@@ -12,17 +12,16 @@ DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Computer algebra system
-WWW=		https://www-fourier.ujf-grenoble.fr/~parisse/giac.html
+WWW=		https://www-fourier.univ-grenoble-alpes.fr/~parisse/giac.html
 
-LICENSE=	GPLv3 DOC
-LICENSE_COMB=	multi
+LICENSE=		GPLv3 DOC
+LICENSE_COMB=		multi
 LICENSE_NAME_DOC=	French documentation
 LICENSE_TEXT_DOC=	French documentation is for non-commercial use only
 LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING
 LICENSE_PERMS_DOC=	dist-mirror pkg-mirror auto-accept
 LICENSE_DISTFILES_DOC=	giac_${DISTVERSION}${EXTRACT_SUFX}
 
-BROKEN=		fails to fetch since http://www-fourier.ujf-grenoble.fr is down (domain doesn't resolve), other distros have the same issue
 BROKEN_armv7=	compilation fails: constant expression evaluates to 61171872541 which cannot be narrowed to type 'long' [-Wc++11-narrowing]
 BROKEN_i386=	compilation fails: constant expression evaluates to 61171872541 which cannot be narrowed to type 'long' [-Wc++11-narrowing]
 BROKEN_powerpc=	compilation fails: constant expression evaluates to 61171872541 which cannot be narrowed to type 'long' [-Wc++11-narrowing]
@@ -122,6 +121,8 @@ post-patch:
 	${SED} -i ".orig" -Ee 's|char \*last = style \+ strlen\(style\) - 2|char *last = pretty|' \
 		-Ee 's|\*style = 0|last = style + strnlen(style, ENDOFBUFFER) - 2; *style = 0|' \
 		${FLTKDEV-GIAC}/src/fl_set_fonts_xft.cxx
+	@${REINPLACE_CMD} -e 's/"filesystem  system"/"filesystem "/' \
+		${WRKDIR}/CoCoALib-${COCOA_LIB_VERSION}/configuration/boost-find-lib.sh
 
 pre-configure:
 	${REINPLACE_CMD} -e 's|^protected:|public:|' ${FLTKDEV-GIAC}/FL/Fl_Widget.H