diff options
| -rw-r--r-- | math/giacxcas/Makefile | 11 |
1 files 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 |
