Changeset View
Changeset View
Standalone View
Standalone View
lang/mosh/Makefile
| PORTNAME= mosh | PORTNAME= mosh | ||||
| DISTVERSION= 0.2.9-rc1 | DISTVERSION= 0.2.9-rc1 | ||||
| CATEGORIES= lang | CATEGORIES= lang | ||||
| MASTER_SITES= https://github.com/higepon/mosh/releases/download/${DISTNAME}/ | MASTER_SITES= https://github.com/higepon/mosh/releases/download/${DISTNAME}/ | ||||
| PKGNAMESUFFIX= -scheme | PKGNAMESUFFIX= -scheme | ||||
| MAINTAINER= mjt@cltn.org | MAINTAINER= mjt@cltn.org | ||||
| COMMENT= Fast R6RS Scheme interpreter | COMMENT= Fast R6RS Scheme interpreter | ||||
| WWW= https://mosh.monaos.org/ | WWW= https://mosh.monaos.org/ | ||||
| LICENSE= BSD2CLAUSE | LICENSE= BSD2CLAUSE | ||||
| BROKEN_armv6= fails to link: os_dep.c: undefined reference to '__stack_base__' | BROKEN_armv6= fails to link: os_dep.c: undefined reference to '__stack_base__' | ||||
| BROKEN_armv7= fails to link: os_dep.c: undefined reference to '__stack_base__' | BROKEN_armv7= fails to link: os_dep.c: undefined reference to '__stack_base__' | ||||
| BROKEN_mips64= fails to compile: os_dep.c: redefinition of 'GC_register_dynamic_libraries' | |||||
| NOT_FOR_ARCHS= aarch64 riscv64 | NOT_FOR_ARCHS= aarch64 riscv64 | ||||
| NOT_FOR_ARCHS_REASON= gcconfig.h: the collector has not been ported to this machine/OS combination | NOT_FOR_ARCHS_REASON= gcconfig.h: the collector has not been ported to this machine/OS combination | ||||
| LIB_DEPENDS= libgmp.so:math/gmp \ | LIB_DEPENDS= libgmp.so:math/gmp \ | ||||
| libonig.so:devel/oniguruma | libonig.so:devel/oniguruma | ||||
| USES= gmake ssl | USES= gmake ssl | ||||
| Show All 28 Lines | |||||