Skip to content

Commit

Permalink
lang/chez-scheme: Fix threads support
Browse files Browse the repository at this point in the history
Thanks to Jason for suggesting the fix as well

Reported by:	Jason Dagit <dagitj at gmail dot com> (private email)
  • Loading branch information
wahjava committed Dec 11, 2021
1 parent f056ba0 commit 85f483c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions lang/chez-scheme/Makefile
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions lang/chez-scheme/distinfo
@@ -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
Expand Down

0 comments on commit 85f483c

Please sign in to comment.