From nobody Sun Jan 15 04:59:56 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 4NvjdN593Dz2sqjV for ; Sun, 15 Jan 2023 05:00:08 +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 4NvjdN0qykz3vfB; Sun, 15 Jan 2023 05:00:07 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; 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 30F4xvnU024065; Sun, 15 Jan 2023 13:59:57 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Sun, 15 Jan 2023 13:59:56 +0900 From: Tomoaki AOKI To: Moin Rahman 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: <20230115135956.635b4c71e06bdc744dc4bac1@dec.sakura.ne.jp> In-Reply-To: References: <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-Rspamd-Queue-Id: 4NvjdN0qykz3vfB X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Sun, 15 Jan 2023 03:24:58 +0100 Moin Rahman wrote: > > > > On Jan 15, 2023, at 2:32 AM, Tomoaki AOKI wrote: > > > > 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 > > There are couple more. Regenerating INDEX. Updated commit coming soon. > > Kind regards, > Moin Thanks! Confirmed fixed at commit 2d00178fd4d952c698d3413800c3bd1b6cfc98a9. Regards. -- Tomoaki AOKI