Changeset View
Changeset View
Standalone View
Standalone View
lang/gauche/Makefile
| PORTNAME= gauche | PORTNAME= gauche | ||||
| PORTVERSION= 0.9.15 | PORTVERSION= 0.9.15 | ||||
| PORTREVISION= 2 | PORTREVISION= 2 | ||||
| CATEGORIES= lang scheme | CATEGORIES= lang scheme | ||||
| MASTER_SITES= https://github.com/shirok/Gauche/releases/download/release${PORTVERSION:S/./_/g}/ | MASTER_SITES= https://github.com/shirok/Gauche/releases/download/release${PORTVERSION:S/./_/g}/ | ||||
| DISTNAME= Gauche-${PORTVERSION} | DISTNAME= Gauche-${PORTVERSION} | ||||
| MAINTAINER= lassi+freebsd@lassi.io | MAINTAINER= lassi+freebsd@lassi.io | ||||
| COMMENT= Scheme script interpreter with multibyte character handling | COMMENT= Scheme script interpreter with multibyte character handling | ||||
| WWW= https://practical-scheme.net/gauche/ | WWW= https://practical-scheme.net/gauche/ | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
| BROKEN_mips= Fails to build: redefinition of GC_register_dynamic_libraries | |||||
| BROKEN_mips64= Fails to build: redefinition of GC_register_dynamic_libraries | |||||
| BROKEN_riscv64= Fails to build: ./include/private/gcconfig.h:709:5: The collector has not been ported to this machine/OS combination | BROKEN_riscv64= Fails to build: ./include/private/gcconfig.h:709:5: The collector has not been ported to this machine/OS combination | ||||
| USES= compiler:c11 cpe gmake iconv makeinfo tar:tgz | USES= compiler:c11 cpe gmake iconv makeinfo tar:tgz | ||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| CONFIGURE_ARGS= --with-local=${LOCALBASE} ${ICONV_CONFIGURE_BASE:S/lib//} | CONFIGURE_ARGS= --with-local=${LOCALBASE} ${ICONV_CONFIGURE_BASE:S/lib//} | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| TEST_TARGET= check | TEST_TARGET= check | ||||
| ABI_VERSION= 0.98 | ABI_VERSION= 0.98 | ||||
| ▲ Show 20 Lines • Show All 61 Lines • Show Last 20 Lines | |||||