From owner-freebsd-ruby@freebsd.org Thu Dec 3 16:36:32 2020 Return-Path: Delivered-To: freebsd-ruby@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DF7AA4AA7A8 for ; Thu, 3 Dec 2020 16:36:32 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Cn1gh5Hpzz4Sgj for ; Thu, 3 Dec 2020 16:36:32 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.nyi.freebsd.org (Postfix) id B3F774AA717; Thu, 3 Dec 2020 16:36:32 +0000 (UTC) Delivered-To: ruby@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B3C4A4AA3F1 for ; Thu, 3 Dec 2020 16:36:32 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cn1gg61q1z4SQP; Thu, 3 Dec 2020 16:36:31 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id A24691D13F; Thu, 3 Dec 2020 16:36:30 +0000 (UTC) Date: Thu, 3 Dec 2020 16:36:28 +0000 From: Mark Linimon To: ruby@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r556910 - head/textproc/rubygem-ferret] Message-ID: <20201203163628.GE3364@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: 4Cn1gg61q1z4SQP X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of linimon@lonesome.com has no SPF policy when checking 18.222.6.11) smtp.mailfrom=linimon@lonesome.com X-Spamd-Result: default: False [-2.20 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEFALL_USER(0.00)[linimon]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[18.222.6.11:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[]; AUTH_NA(1.00)[]; DMARC_NA(0.00)[lonesome.com]; SPAMHAUS_ZRD(0.00)[18.222.6.11:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16509, ipnet:18.220.0.0/14, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[ruby]; RCVD_IN_DNSWL_LOW(-0.10)[18.222.6.11:from] X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2020 16:36:32 -0000 FYI mcl ----- Forwarded message from Mark Linimon ----- Date: Thu, 3 Dec 2020 16:35:29 +0000 (UTC) From: Mark Linimon To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556910 - head/textproc/rubygem-ferret Author: linimon Date: Thu Dec 3 16:35:29 2020 New Revision: 556910 URL: https://svnweb.freebsd.org/changeset/ports/556910 Log: Mark as BROKEN on riscv64. While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket) Modified: head/textproc/rubygem-ferret/Makefile Modified: head/textproc/rubygem-ferret/Makefile ============================================================================== --- head/textproc/rubygem-ferret/Makefile Thu Dec 3 16:18:23 2020 (r556909) +++ head/textproc/rubygem-ferret/Makefile Thu Dec 3 16:35:29 2020 (r556910) @@ -13,9 +13,10 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE BROKEN_aarch64= fails to build: cannot determine target CPU +BROKEN_riscv64= fails to build: cannot determine target CPU -USE_RUBY= yes USES= gem +USE_RUBY= yes PLIST_FILES= bin/ferret-browser ----- End forwarded message -----