From nobody Sun Jan 15 01:32:06 2023 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Nvd1T0DHHz2r8Wd for ; Sun, 15 Jan 2023 01:32:13 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Nvd1R1h5tz3QMt; Sun, 15 Jan 2023 01:32:10 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; dkim=none; spf=none (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp has no SPF policy when checking 153.125.133.21) smtp.mailfrom=junchoon@dec.sakura.ne.jp; dmarc=none Received: from kalamity.joker.local (123-1-88-210.area1b.commufa.jp [123.1.88.210]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 30F1W6H2098066; Sun, 15 Jan 2023 10:32:06 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Sun, 15 Jan 2023 10:32:06 +0900 From: Tomoaki AOKI To: Muhammad Moinur Rahman , dinoex@FreeBSD.org Cc: dev-commits-ports-main@freebsd.org Subject: Re: git: 18c6e1827669 - main - Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby Message-Id: <20230115103206.388c84423f75c03528ab2cba@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-0.60 / 15.00]; FAKE_REPLY(1.00)[]; AUTH_NA(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[dev-commits-ports-main@freebsd.org]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; MIME_TRACE(0.00)[0:+]; FROM_EQ_ENVFROM(0.00)[]; R_SPF_NA(0.00)[no SPF record]; HAS_ORG_HEADER(0.00)[]; TO_DN_SOME(0.00)[]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCPT_COUNT_THREE(0.00)[3]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[sakura.ne.jp]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4Nvd1R1h5tz3QMt X-Spamd-Bar: / X-ThisMailContainsUnwantedMimeParts: N This broke INDEX build, but by single left-behind. Adapting irc/iroffer-dinoex to the updated framework should fix the issue, as commenting out it from irc/Makefile fixes the INDEX build. The error messages are as follows: --- describe.x11-wm --- make_index: /usr/ports/irc/iroffer-dinoex: no entry for /usr/ports/libruby.so: Done. failed to generate INDEX! As this is a huge commits, temporarily unhooking irc/iroffer-dinoex from irc/Makefile until it is fixed would be better workaround than reverting, if the fix is not easy. > The branch main has been updated by bofh: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=18c6e18276691edf5274406bf82a3b06792ff9ae > > commit 18c6e18276691edf5274406bf82a3b06792ff9ae > Author: Muhammad Moinur Rahman > AuthorDate: 2023-01-14 23:05:28 +0000 > Commit: Muhammad Moinur Rahman > CommitDate: 2023-01-14 23:08:33 +0000 > > Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby > > Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk > > Notable changes are. > > - Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk. > - USE_RUBY=yes is replaced with USES=ruby. > - USE_RUBY_EXTCONF is replaced with USES=ruby:extconf. > - USE_RUBY_RDOC is replaced with USES=ruby:rdoc. > - USE_RUBY_SETUP is replaces with USES=ruby:setup. > - RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with > USES=ruby:{build,none,run}. > - RUBY_REQUIRE isn't used anywhere, so removed. > - USES=gem now implies USES=ruby. > > This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863 > I have just made some cosmetic changes and ran exp-run to test that the > tree is not in a BROKEN state. > > Approved by: portmgr > Differential Revision: https://reviews.freebsd.org/D37925 > --- -- Tomoaki AOKI