Date: Fri, 27 Jan 2023 17:43:18 +0100 From: Moin Rahman <bofh@freebsd.org> To: Yasuhiro Kimura <yasu@FreeBSD.org> Cc: "ports-committers@freebsd.org" <ports-committers@FreeBSD.org>, "dev-commits-ports-all@freebsd.org" <dev-commits-ports-all@FreeBSD.org>, "dev-commits-ports-main@freebsd.org" <dev-commits-ports-main@FreeBSD.org> Subject: Re: git: 0983bbffe275 - main - devel/rubygem-oj: Fix build Message-ID: <80B00F6D-68E5-4DFA-B205-4C6CBDAB0419@freebsd.org> In-Reply-To: <20230127.191713.2183382863074960001.yasu@FreeBSD.org> References: <202301181534.30IFYYOw066510@gitrepo.freebsd.org> <20230127.191713.2183382863074960001.yasu@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_31772894-0B21-4EC9-B29A-C62988CFED22 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On 27 Jan 2023, at 11:17, Yasuhiro Kimura <yasu@FreeBSD.org> wrote: >=20 > From: Muhammad Moinur Rahman <bofh@FreeBSD.org = <mailto:bofh@FreeBSD.org>> > Subject: git: 0983bbffe275 - main - devel/rubygem-oj: Fix build > Date: Wed, 18 Jan 2023 15:34:34 GMT >=20 >> The branch main has been updated by bofh: >>=20 >> URL: = https://cgit.FreeBSD.org/ports/commit/?id=3D0983bbffe275d18b7b7c576817f3eb= 57e2504bfe >>=20 >> commit 0983bbffe275d18b7b7c576817f3eb57e2504bfe >> Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> >> AuthorDate: 2023-01-18 15:28:49 +0000 >> Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> >> CommitDate: 2023-01-18 15:32:49 +0000 >>=20 >> devel/rubygem-oj: Fix build >>=20 >> Currently the header files are not included although there is a >> post-install step. However there is a missing line where we need = to >> create the directories. >>=20 >> This fixes the builds of gitlab-ce. >=20 > Unfortunately build still fails after this commit. > "${INSTALL_DATA} -d" creates directory with 0644 and it result in > failing to copy header files with 'permission denied'. Attached patch > fixes it. It uses "${INSTALL} -d" instead. So directory is created > with 0755 and now header files are copied successfully. >=20 > =46rom 3a01bac7a4793cc191bc605fbb81b0380ab26959 Mon Sep 17 00:00:00 = 2001 > From: Yasuhiro Kimura <yasu@FreeBSD.org <mailto:yasu@FreeBSD.org>> > Date: Fri, 27 Jan 2023 18:41:22 +0900 > Subject: [PATCH] devel/rubygem-oj: Create directoy with proper mode >=20 > "${INSTALL_DATA} -d" creates directory with 0644 and it result in > failing to copy header files with 'permission denied'. So use > "${INSTALL} -d" instead.It creates directory with 0755 and header > files are copied successfully. >=20 > Fixes: 0983bbffe275 > --- > devel/rubygem-oj/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/devel/rubygem-oj/Makefile b/devel/rubygem-oj/Makefile > index 374e6a43edc7..367164535c29 100644 > --- a/devel/rubygem-oj/Makefile > +++ b/devel/rubygem-oj/Makefile > @@ -1,6 +1,6 @@ > PORTNAME=3D oj > PORTVERSION=3D 3.13.23 > -PORTREVISION=3D 2 > +PORTREVISION=3D 3 > CATEGORIES=3D devel rubygems > MASTER_SITES=3D RG >=20 > @@ -16,7 +16,7 @@ USES=3D gem > # TODO: find a better way to do this > # Copy all header file, as it is required by rubygem-oj-introspect > post-install: > - ${INSTALL_DATA} -d = ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/ext/oj > + ${INSTALL} -d = ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/ext/oj > cd ${WRKSRC}/ext/oj && ${FIND} * -name "*.h" -type f -exec = ${INSTALL_DATA} {} = "${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/ext/oj/{}" = \; >=20 > .include <bsd.port.mk> > --=20 > 2.39.1 >=20 > --- > Yasuhiro Kimura The answer is both yes and no. In the cluster we use = BUILD_AS_NON_ROOT=3Dno which is not the default case for poudriere. However if we have this in our poudriere.conf it builds perfectly. At = least for our case we have been using this and our gitlab was also = updated. But then again your case is also correct. Kind regards, Moin= --Apple-Mail=_31772894-0B21-4EC9-B29A-C62988CFED22 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii <html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; = charset=3Dus-ascii"></head><body style=3D"word-wrap: break-word; = -webkit-nbsp-mode: space; line-break: after-white-space;" class=3D""><br = class=3D""><div><br class=3D""><blockquote type=3D"cite" class=3D""><div = class=3D"">On 27 Jan 2023, at 11:17, Yasuhiro Kimura <<a = href=3D"mailto:yasu@FreeBSD.org" class=3D"">yasu@FreeBSD.org</a>> = wrote:</div><br class=3D"Apple-interchange-newline"><div class=3D""><meta = charset=3D"UTF-8" class=3D""><span style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">From: Muhammad Moinur Rahman = <</span><a href=3D"mailto:bofh@FreeBSD.org" style=3D"font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: auto; text-align: start; text-indent: 0px; text-transform: = none; white-space: normal; widows: auto; word-spacing: 0px; = -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" = class=3D"">bofh@FreeBSD.org</a><span style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">></span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">Subject: git: 0983bbffe275 - = main - devel/rubygem-oj: Fix build</span><br style=3D"caret-color: = rgb(0, 0, 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: = 11px; font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">Date: Wed, 18 Jan 2023 15:34:34 GMT</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><br style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" = class=3D""><blockquote type=3D"cite" style=3D"font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: auto; text-align: start; text-indent: 0px; text-transform: = none; white-space: normal; widows: auto; word-spacing: 0px; = -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D"">The branch main has been updated by = bofh:<br class=3D""><br class=3D"">URL: <a = href=3D"https://cgit.FreeBSD.org/ports/commit/?id=3D0983bbffe275d18b7b7c57= 6817f3eb57e2504bfe" = class=3D"">https://cgit.FreeBSD.org/ports/commit/?id=3D0983bbffe275d18b7b7= c576817f3eb57e2504bfe</a><br class=3D""><br class=3D"">commit = 0983bbffe275d18b7b7c576817f3eb57e2504bfe<br class=3D"">Author: = Muhammad Moinur Rahman <<a = href=3D"mailto:bofh@FreeBSD.org" class=3D"">bofh@FreeBSD.org</a>><br = class=3D"">AuthorDate: 2023-01-18 15:28:49 +0000<br class=3D"">Commit: = Muhammad Moinur Rahman <<a = href=3D"mailto:bofh@FreeBSD.org" class=3D"">bofh@FreeBSD.org</a>><br = class=3D"">CommitDate: 2023-01-18 15:32:49 +0000<br class=3D""><br = class=3D""> devel/rubygem-oj: Fix build<br class=3D""><br= class=3D""> Currently the header files are not = included although there is a<br class=3D""> post-install = step. However there is a missing line where we need to<br = class=3D""> create the directories.<br class=3D""><br = class=3D""> This fixes the builds of gitlab-ce.<br = class=3D""></blockquote><br style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">Unfortunately build still fails after this commit.</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">"${INSTALL_DATA} -d" creates = directory with 0644 and it result in</span><br style=3D"caret-color: = rgb(0, 0, 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: = 11px; font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">failing to copy header files with 'permission denied'. = Attached patch</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">fixes it. It uses "${INSTALL} -d" instead. So directory is = created</span><br style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">with 0755 and now header files = are copied successfully.</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><br = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">=46rom = 3a01bac7a4793cc191bc605fbb81b0380ab26959 Mon Sep 17 00:00:00 = 2001</span><br style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">From: Yasuhiro Kimura = <</span><a href=3D"mailto:yasu@FreeBSD.org" style=3D"font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: auto; text-align: start; text-indent: 0px; text-transform: = none; white-space: normal; widows: auto; word-spacing: 0px; = -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" = class=3D"">yasu@FreeBSD.org</a><span style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">></span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">Date: Fri, 27 Jan 2023 18:41:22 = +0900</span><br style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">Subject: [PATCH] = devel/rubygem-oj: Create directoy with proper mode</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><br style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">"${INSTALL_DATA} -d" creates directory with 0644 and it = result in</span><br style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">failing to copy header files = with 'permission denied'. So use</span><br style=3D"caret-color: rgb(0, = 0, 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">"${INSTALL} -d" instead.It creates directory with 0755 and = header</span><br style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">files are copied = successfully.</span><br style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><br style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">Fixes:</span><span class=3D"Apple-tab-span" = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = pre; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none;"> </span><span class=3D"Apple-tab-span" style=3D"caret-color: = rgb(0, 0, 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: = 11px; font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: pre; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;"> = </span><span style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">0983bbffe275</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">---</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">devel/rubygem-oj/Makefile | 4 ++--</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">1 file changed, 2 insertions(+), = 2 deletions(-)</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><br = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">diff --git = a/devel/rubygem-oj/Makefile b/devel/rubygem-oj/Makefile</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">index 374e6a43edc7..367164535c29 = 100644</span><br style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">--- = a/devel/rubygem-oj/Makefile</span><br style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">+++ b/devel/rubygem-oj/Makefile</span><br style=3D"caret-color:= rgb(0, 0, 0); font-family: FiraCodeNerdFontCompleteM-Regular; = font-size: 11px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none;" class=3D""><span style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">@@ -1,6 +1,6 @@</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">PORTNAME=3D</span><span class=3D"Apple-tab-span" = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = pre; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none;"> </span><span style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">oj</span><br style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">PORTVERSION=3D</span><span = class=3D"Apple-tab-span" style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: pre; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;"> = </span><span style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">3.13.23</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">-PORTREVISION=3D</span><span class=3D"Apple-tab-span" = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = pre; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none;"> </span><span style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">2</span><br style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">+PORTREVISION=3D</span><span = class=3D"Apple-tab-span" style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: pre; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;"> = </span><span style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">3</span><br style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">CATEGORIES=3D</span><span = class=3D"Apple-tab-span" style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: pre; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;"> = </span><span style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">devel rubygems</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">MASTER_SITES=3D</span><span class=3D"Apple-tab-span" = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = pre; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none;"> </span><span style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">RG</span><br style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><br style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">@@ -16,7 +16,7 @@ USES=3D</span><span class=3D"Apple-tab-span" = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = pre; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none;"> </span><span class=3D"Apple-tab-span" style=3D"caret-color: = rgb(0, 0, 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: = 11px; font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: pre; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;"> = </span><span style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">gem</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D""># TODO: find a better way to do this</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D""># Copy all header file, as it is = required by rubygem-oj-introspect</span><br style=3D"caret-color: rgb(0, = 0, 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">post-install:</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">-</span><span class=3D"Apple-tab-span" style=3D"caret-color: = rgb(0, 0, 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: = 11px; font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: pre; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;"> = </span><span style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">${INSTALL_DATA} -d = ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/ext/oj</span><= br style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">+</span><span = class=3D"Apple-tab-span" style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: pre; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;"> = </span><span style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">${INSTALL} -d = ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/ext/oj</span><= br style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span class=3D"Apple-tab-span" = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = pre; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none;"> </span><span style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">cd ${WRKSRC}/ext/oj && ${FIND} * -name "*.h" -type f = -exec ${INSTALL_DATA} {} = "${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/ext/oj/{}" = \;</span><br style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><br style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">.include <bsd.port.mk></span><br style=3D"caret-color: = rgb(0, 0, 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: = 11px; font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">--<span class=3D"Apple-converted-space"> </span></span><br= style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><span style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;" class=3D"">2.39.1</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none;" class=3D""><br style=3D"caret-color: rgb(0, 0, = 0); font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">---</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: FiraCodeNerdFontCompleteM-Regular; font-size: 11px; = font-style: normal; font-variant-caps: normal; font-weight: 400; = letter-spacing: normal; text-align: start; text-indent: 0px; = text-transform: none; white-space: normal; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none;" class=3D""><span = style=3D"caret-color: rgb(0, 0, 0); font-family: = FiraCodeNerdFontCompleteM-Regular; font-size: 11px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;" = class=3D"">Yasuhiro Kimura</span></div></blockquote></div><br = class=3D""><div class=3D"">The answer is both yes and no. In the cluster = we use BUILD_AS_NON_ROOT=3Dno which is not the default case for = poudriere.</div><div class=3D""><br class=3D""></div><div = class=3D"">However if we have this in our poudriere.conf it builds = perfectly. At least for our case we have been using this and our gitlab = was also updated.</div><div class=3D""><br class=3D""></div><div = class=3D"">But then again your case is also correct.</div><div = class=3D""><br class=3D""></div><div class=3D"">Kind regards,</div><div = class=3D"">Moin</div></body></html>= --Apple-Mail=_31772894-0B21-4EC9-B29A-C62988CFED22--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?80B00F6D-68E5-4DFA-B205-4C6CBDAB0419>