Date: Sat, 11 Dec 2021 09:16:02 GMT From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ddf88e84d078 - main - lang/chez-scheme: Fix threads support on i386 platform Message-ID: <202112110916.1BB9G2p6026409@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=ddf88e84d078513fa20bca9c854214ba1750a13e commit ddf88e84d078513fa20bca9c854214ba1750a13e Author: Ashish SHUKLA <ashish@FreeBSD.org> AuthorDate: 2021-12-11 09:04:58 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2021-12-11 09:15:52 +0000 lang/chez-scheme: Fix threads support on i386 platform While here, pet portlint. Reported by: Jason Dagit <dagitj at gmail dot com> (private email) --- lang/chez-scheme/Makefile | 8 ++++---- lang/chez-scheme/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lang/chez-scheme/Makefile b/lang/chez-scheme/Makefile index a9e678fec357..e2352f85abe2 100644 --- a/lang/chez-scheme/Makefile +++ b/lang/chez-scheme/Makefile @@ -2,13 +2,13 @@ PORTNAME= chez-scheme PORTVERSION= 9.5.4 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://distfiles.pirateparty.in/ashish/:boot \ LOCAL/ashish:boot DISTFILES= ${PORTNAME}-boot-ta6fb-${PORTVERSION}.tar.xz:boot \ - ${PORTNAME}-boot-i3fb-${PORTVERSION}.tar.xz:boot + ${PORTNAME}-boot-ti3fb-${PORTVERSION}.tar.xz:boot MAINTAINER= ashish@FreeBSD.org COMMENT= Chez Scheme system @@ -56,8 +56,8 @@ X11_USE= XORG=x11 CONFIGURE_ARGS+= --threads --64 -m=ta6fb CHEZ_ARCH= ta6fb .elif (${ARCH} == "i386") -CONFIGURE_ARGS+= --threads --32 -m=i3fb -CHEZ_ARCH= i3fb +CONFIGURE_ARGS+= --threads --32 -m=ti3fb +CHEZ_ARCH= ti3fb .endif post-patch: diff --git a/lang/chez-scheme/distinfo b/lang/chez-scheme/distinfo index 80c128242dd2..13a4b7cde513 100644 --- a/lang/chez-scheme/distinfo +++ b/lang/chez-scheme/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1639194989 +TIMESTAMP = 1639213374 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 (chez-scheme-boot-ti3fb-9.5.4.tar.xz) = 66bdc4bb891608872c051c0e0879ef3a9922558e2e02d0ea6309074f42fb0e9f +SIZE (chez-scheme-boot-ti3fb-9.5.4.tar.xz) = 2065600 SHA256 (cisco-ChezScheme-v9.5.4_GH0.tar.gz) = 258a4b5284bb13ac6e8b56acf89a7ab9e8726a90cc57ea1cd71c5da442323840 SIZE (cisco-ChezScheme-v9.5.4_GH0.tar.gz) = 30670176 SHA256 (nanopass-nanopass-framework-scheme-v1.9.1_GH0.tar.gz) = 92afa571484e58bb0f4baa3e13f7239a116bfb3b5d4585e3c4c7b28fdbdc93c4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112110916.1BB9G2p6026409>