mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
lang/chez-scheme: Fix threads support
Thanks to Jason for suggesting the fix as well Reported by: Jason Dagit <dagitj at gmail dot com> (private email)
This commit is contained in:
parent
f056ba0e7f
commit
85f483cf91
@ -2,11 +2,12 @@
|
||||
|
||||
PORTNAME= chez-scheme
|
||||
PORTVERSION= 9.5.4
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://distfiles.pirateparty.in/ashish/:boot \
|
||||
LOCAL/ashish:boot
|
||||
DISTFILES= ${PORTNAME}-boot-a6fb-${PORTVERSION}.tar.xz:boot \
|
||||
DISTFILES= ${PORTNAME}-boot-ta6fb-${PORTVERSION}.tar.xz:boot \
|
||||
${PORTNAME}-boot-i3fb-${PORTVERSION}.tar.xz:boot
|
||||
|
||||
MAINTAINER= ashish@FreeBSD.org
|
||||
@ -52,8 +53,8 @@ X11_USE= XORG=x11
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if (${ARCH} == "amd64")
|
||||
CONFIGURE_ARGS+= --threads --64 -m=a6fb
|
||||
CHEZ_ARCH= a6fb
|
||||
CONFIGURE_ARGS+= --threads --64 -m=ta6fb
|
||||
CHEZ_ARCH= ta6fb
|
||||
.elif (${ARCH} == "i386")
|
||||
CONFIGURE_ARGS+= --threads --32 -m=i3fb
|
||||
CHEZ_ARCH= i3fb
|
||||
|
@ -1,6 +1,6 @@
|
||||
TIMESTAMP = 1635586660
|
||||
SHA256 (chez-scheme-boot-a6fb-9.5.4.tar.xz) = 907a90b291329fd9946b9da9d7fc682e7b0269fef1f0e6430cc2a1209651803c
|
||||
SIZE (chez-scheme-boot-a6fb-9.5.4.tar.xz) = 2099588
|
||||
TIMESTAMP = 1639194989
|
||||
SHA256 (chez-scheme-boot-ta6fb-9.5.4.tar.xz) = 19591d406ce08a5f2a0fd009dc632f051cd82172b29b43cb6627d49459957f48
|
||||
SIZE (chez-scheme-boot-ta6fb-9.5.4.tar.xz) = 2119488
|
||||
SHA256 (chez-scheme-boot-i3fb-9.5.4.tar.xz) = ac0597c838f7d3f5b33abd06915012244b8ea7877d8c2b69cb39edcf2144a059
|
||||
SIZE (chez-scheme-boot-i3fb-9.5.4.tar.xz) = 2044932
|
||||
SHA256 (cisco-ChezScheme-v9.5.4_GH0.tar.gz) = 258a4b5284bb13ac6e8b56acf89a7ab9e8726a90cc57ea1cd71c5da442323840
|
||||
|
Loading…
Reference in New Issue
Block a user