Changeset View
Changeset View
Standalone View
Standalone View
finance/fabric/Makefile
| PORTNAME= fabric | PORTNAME= fabric | ||||
| DISTVERSIONPREFIX= v | DISTVERSIONPREFIX= v | ||||
| DISTVERSION= 3.0.0 | DISTVERSION= 3.0.0 | ||||
| PORTREVISION= 11 | PORTREVISION= 11 | ||||
| CATEGORIES= finance | CATEGORIES= finance | ||||
| PKGNAMESUFFIX= -hyperledger | PKGNAMESUFFIX= -hyperledger | ||||
| MAINTAINER= yuri@FreeBSD.org | MAINTAINER= yuri@FreeBSD.org | ||||
| COMMENT= Enterprise-grade permissioned distributed ledger framework | COMMENT= Enterprise-grade permissioned distributed ledger framework | ||||
| WWW= https://wiki.hyperledger.org/display/fabric | WWW= https://wiki.hyperledger.org/display/fabric | ||||
| LICENSE= APACHE20 | LICENSE= APACHE20 | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
| NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc # compilation fails on non-64-bit systems: fabric-amcl/core/FP256BN/FP.go:111:19: cannot convert MConst (constant 30564559323915749 of type Chunk) to type int | NOT_FOR_ARCHS= armv6 armv7 i386 powerpc # compilation fails on non-64-bit systems: fabric-amcl/core/FP256BN/FP.go:111:19: cannot convert MConst (constant 30564559323915749 of type Chunk) to type int | ||||
| USES= go:modules | USES= go:modules | ||||
| USE_GITHUB= yes | USE_GITHUB= yes | ||||
| GH_ACCOUNT= hyperledger | GH_ACCOUNT= hyperledger | ||||
| # the upstream claims that it is too difficult to add the /v2 suffix to the GoLang module URL: https://github.com/hyperledger/fabric/issues/2929 | # the upstream claims that it is too difficult to add the /v2 suffix to the GoLang module URL: https://github.com/hyperledger/fabric/issues/2929 | ||||
| GH_TUPLE= \ | GH_TUPLE= \ | ||||
| AdaLogics:go-fuzz-headers:ced1acdcaa24:adalogics_go_fuzz_headers/vendor/github.com/AdaLogics/go-fuzz-headers \ | AdaLogics:go-fuzz-headers:ced1acdcaa24:adalogics_go_fuzz_headers/vendor/github.com/AdaLogics/go-fuzz-headers \ | ||||
| ▲ Show 20 Lines • Show All 124 Lines • Show Last 20 Lines | |||||