Date: Tue, 13 Sep 2022 20:55:17 +0100 From: Nuno Teixeira <eduardo@freebsd.org> To: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> Cc: dev-commits-ports-main@freebsd.org, Daniel Engberg <diizzy@freebsd.org> Subject: Re: git: 79a0481d1c47 - main - security/s2n-tls: Various improvements Message-ID: <CAFDf7U%2BDaUk01bj%2BCUm%2BtPPhNz93NH4Au%2B6gHSfJHc9TNtypqw@mail.gmail.com> In-Reply-To: <20220914021550.b8a35381e6985d5766d21e95@dec.sakura.ne.jp> References: <20220914021550.b8a35381e6985d5766d21e95@dec.sakura.ne.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
--0000000000006184cc05e8946543 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Tomoaki, I've take an important note and lesson on this. I've understand perfectly the correct procedure now. Thanks and sorry all involved in my mistake. Cheers, Tomoaki AOKI <junchoon@dec.sakura.ne.jp> escreveu no dia ter=C3=A7a, 13/09/= 2022 =C3=A0(s) 18:16: > This broke INDEX build as below. > > --- describe.x11-wm --- > make_index: /usr/ports/databases/arrow: no entry > for /usr/ports/security/s2n Done. > failed to generate INDEX! > > > With `grep --exclude-dir .git --exclude-dir distfiles --exclude-dir > packages -r -n "security/s2n" /usr/ports/`, I found 9 dependencies below > which need to be fixed. > > security/aws-c-auth > databases/arrow > devel/aws-c-http > devel/aws-crt-cpp > devel/aws-sdk-cpp > devel/aws-c-event-stream > devel/aws-c-mqtt > devel/aws-c-s3 > devel/aws-c-io > > So resurrecting security/s2n is mandatory until all dependencies above > are fixed. > > I think commits like this (port directory changes) SHALL be done with > ALL dependencies with single commit. > Or copy, edit new one, create MOVED entry on single commit, wait > for all dependencies to be chased, then delete older. > > Regards > > > The branch main has been updated by eduardo: > > > > URL: > > https://cgit.FreeBSD.org/ports/commit/?id=3D79a0481d1c47b13fa8aa7b97803be= a264e1fd13f > > > > commit 79a0481d1c47b13fa8aa7b97803bea264e1fd13f > > Author: Daniel Engberg <diizzy@FreeBSD.org> > > AuthorDate: 2022-09-13 15:08:48 +0000 > > Commit: Nuno Teixeira <eduardo@FreeBSD.org> > > CommitDate: 2022-09-13 15:16:48 +0000 > > > > security/s2n-tls: Various improvements > > > > - Define LICENSE_FILE > > - Use ports framework for unit testing > > - Add option for assembly optimization and LTO > > - Disable building tests by default > > - Disable assembly optimization by default (requires AVX2 and BMI2 > support without runtime detection) > > - Use CMake helpers provided by framework > > - Rename s2n -> s2n-tls to match upstream name > > > > PR: 266397 > > --- > > (snip) > > -- > Tomoaki AOKI <junchoon@dec.sakura.ne.jp> > --=20 Nuno Teixeira FreeBSD Committer (ports) --0000000000006184cc05e8946543 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div>Hi Tomoaki,</div><div><br></div><div>I've take an= important note and lesson on this.<br></div><div>I've understand perfe= ctly the correct procedure now.</div><div><br></div><div>Thanks and sorry a= ll involved in my mistake.<br><br></div><div>Cheers,<br></div></div><br><di= v class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">Tomoaki AOKI = <<a href=3D"mailto:junchoon@dec.sakura.ne.jp">junchoon@dec.sakura.ne.jp<= /a>> escreveu no dia ter=C3=A7a, 13/09/2022 =C3=A0(s) 18:16:<br></div><b= lockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-le= ft:1px solid rgb(204,204,204);padding-left:1ex">This broke INDEX build as b= elow.<br> <br> --- describe.x11-wm ---<br> make_index: /usr/ports/databases/arrow: no entry<br> for /usr/ports/security/s2n Done.<br> failed to generate INDEX!<br> <br> <br> With `grep --exclude-dir .git --exclude-dir distfiles --exclude-dir<br> packages -r -n "security/s2n" /usr/ports/`, I found 9 dependencie= s below<br> which need to be fixed.<br> <br> =C2=A0security/aws-c-auth<br> =C2=A0databases/arrow<br> =C2=A0devel/aws-c-http<br> =C2=A0devel/aws-crt-cpp<br> =C2=A0devel/aws-sdk-cpp<br> =C2=A0devel/aws-c-event-stream<br> =C2=A0devel/aws-c-mqtt<br> =C2=A0devel/aws-c-s3<br> =C2=A0devel/aws-c-io<br> <br> So resurrecting security/s2n is mandatory until all dependencies above<br> are fixed.<br> <br> I think commits like this (port directory changes) SHALL be done with<br> ALL dependencies with single commit.<br> Or copy, edit new one, create MOVED entry on single commit, wait<br> for all dependencies to be chased, then delete older.<br> <br> Regards<br> <br> > The branch main has been updated by eduardo:<br> > <br> > URL:<br> <a href=3D"https://cgit.FreeBSD.org/ports/commit/?id=3D79a0481d1c47b13fa8aa= 7b97803bea264e1fd13f" rel=3D"noreferrer" target=3D"_blank">https://cgit.Fre= eBSD.org/ports/commit/?id=3D79a0481d1c47b13fa8aa7b97803bea264e1fd13f</a><br= > > <br> > commit 79a0481d1c47b13fa8aa7b97803bea264e1fd13f<br> > Author:=C2=A0 =C2=A0 =C2=A0Daniel Engberg <diizzy@FreeBSD.org><b= r> > AuthorDate: 2022-09-13 15:08:48 +0000<br> > Commit:=C2=A0 =C2=A0 =C2=A0Nuno Teixeira <eduardo@FreeBSD.org><b= r> > CommitDate: 2022-09-13 15:16:48 +0000<br> > <br> >=C2=A0 =C2=A0 =C2=A0security/s2n-tls: Various improvements<br> >=C2=A0 =C2=A0 =C2=A0<br> >=C2=A0 =C2=A0 =C2=A0 - Define LICENSE_FILE<br> >=C2=A0 =C2=A0 =C2=A0 - Use ports framework for unit testing<br> >=C2=A0 =C2=A0 =C2=A0 - Add option for assembly optimization and LTO<br> >=C2=A0 =C2=A0 =C2=A0 - Disable building tests by default<br> >=C2=A0 =C2=A0 =C2=A0 - Disable assembly optimization by default (requir= es AVX2 and BMI2<br> support without runtime detection)<br> >=C2=A0 =C2=A0 =C2=A0 - Use CMake helpers provided by framework<br> >=C2=A0 =C2=A0 =C2=A0 - Rename s2n -> s2n-tls to match upstream name<= br> >=C2=A0 =C2=A0 =C2=A0<br> >=C2=A0 =C2=A0 =C2=A0PR:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= 266397<br> > ---<br> <br> =C2=A0 =C2=A0 =C2=A0(snip)<br> <br> -- <br> Tomoaki AOKI=C2=A0 =C2=A0 <<a href=3D"mailto:junchoon@dec.sakura.ne.jp" = target=3D"_blank">junchoon@dec.sakura.ne.jp</a>><br> </blockquote></div><br clear=3D"all"><br>-- <br><div dir=3D"ltr" class=3D"g= mail_signature"><div dir=3D"ltr"><span style=3D"color:rgb(102,102,102)">Nun= o Teixeira<br>FreeBSD Committer (ports)</span></div></div> --0000000000006184cc05e8946543--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFDf7U%2BDaUk01bj%2BCUm%2BtPPhNz93NH4Au%2B6gHSfJHc9TNtypqw>