Re: git: ae1fa8dfcb88 - main - japanese/open_jtalk: New port
- In reply to: Gerald Pfeifer : "Re: git: ae1fa8dfcb88 - main - japanese/open_jtalk: New port"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 May 2025 17:43:51 UTC
On Wed, 28 May 2025 04:59:30 +0900, Gerald Pfeifer wrote: > > On Tue, 6 May 2025, MANTANI Nobutaka wrote: > > The branch main has been updated by nobutaka: > > > > URL: https://cgit.FreeBSD.org/ports/commit/?id=ae1fa8dfcb88311ca952f7344135134a7d0abe09 > > > > commit ae1fa8dfcb88311ca952f7344135134a7d0abe09 > > Author: MANTANI Nobutaka <nobutaka@FreeBSD.org> > > AuthorDate: 2025-05-06 05:19:35 +0000 > > Commit: MANTANI Nobutaka <nobutaka@FreeBSD.org> > > CommitDate: 2025-05-06 05:59:53 +0000 > > > > japanese/open_jtalk: New port > > Do I read https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285959 > correctly that this new port was submitted by SAKAI Hiroaki? > > If so, please use `git commit --author="SAKAI Hiroaki <kozos@kozos.jp"` in > the future to give proper credit. > > See Example 4 in our Committers Guide, > https://docs.freebsd.org/en/articles/committers-guide/ . Sorry, it was my mistake. I will add the author credit in the next patch submission from the maintainer. > > +USE_GCC= yes > > A question on the port, specifically: Why USE_GCC here? Does the port use > anything GCC-specific? Or does it fail to build with newer versions of > LLVM? If it's the latter, please go with > > USES=llvm:max=18 > > or similar instead. > > Thank you, > Gerald > I replaced USE_GCC=yes with USE_CXXSTD=c++14 (build failed with USES=llvm:max=18). Thanks, -- MANTANI Nobutaka nobutaka@freebsd.org, nobutaka@nobutaka.org