mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
5ebbea245e
Security: b0374722-3912-11ef-a77e-901b0e9408dc Security: CVE-2024-24791
27 lines
855 B
Makefile
27 lines
855 B
Makefile
DISTVERSION= 1.21.12
|
|
# Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel
|
|
PORTREVISION= 0
|
|
MASTER_SITES= https://golang.org/dl/ \
|
|
https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \
|
|
LOCAL/dmgk:bootstrap
|
|
DISTFILES= go${DISTVERSION}.src.tar.gz \
|
|
go-${OPSYS:tl}-${GOARCH_${ARCH}}${GOARM_${ARCH}}-${BOOTSTRAP_TAG}.tar.xz:bootstrap
|
|
|
|
# Avoid conflicting patch files
|
|
PATCHFILES=
|
|
|
|
COMMENT= Go programming language
|
|
|
|
BUILD_DEPENDS=
|
|
|
|
MASTERDIR= ${.CURDIR}/../go-devel
|
|
PATCHDIR= ${.CURDIR}/files
|
|
WRKSRC= ${WRKDIR}/go
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
SHEBANG_FILES= misc/wasm/go_js_wasm_exec \
|
|
src/net/http/cgi/testdata/test.cgi
|
|
BASH= ${SH}
|
|
TESTING_UNSAFE= MemorySanitizer: use-of-uninitialized-value (/tmp/TestMSAN747758340/msan8+0x11efcf) in msanGoLoop
|
|
|
|
.include "${MASTERDIR}/Makefile"
|