Re: git: e58369caf525 - main - shell/zsh: update to 5.9
Date: Thu, 19 May 2022 09:13:18 UTC
files/extra-patch-Src_Modules_curses__keys.awk is no longer needed and broke patch phase if ports ncurses is installed. The patch is already incorporated upstream, so doesn't apply. Below should fix build (patch phase). Note that deletion of extra patch is not contained. --- shells/zsh/Makefile.orig 2022-05-19 06:21:49.485073000 +0900 +++ shells/zsh/Makefile 2022-05-19 18:00:38.106827000 +0900 @@ -87,10 +87,6 @@ SUB_FILES= pkg-message CONFIGURE_ENV+= ac_cv_lib_iconv_libiconv=no .endif -.if ${ncurses_ARGS} == port -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-Src_Modules_curses__keys.awk -.endif - post-patch: # FreeBSD's clock_gettime(2) is in libc, not librt; see PR 167857 @${REINPLACE_CMD} -e '/LIBS/s|-lrt||' ${WRKSRC}/configure > The branch main has been updated by bapt: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=e58369caf5254790eab8496cf462991f5fc05601 > > commit e58369caf5254790eab8496cf462991f5fc05601 > Author: Baptiste Daroussin <bapt_at_FreeBSD.org> > AuthorDate: 2022-05-18 13:22:01 +0000 > Commit: Baptiste Daroussin <bapt_at_FreeBSD.org> > CommitDate: 2022-05-18 14:54:45 +0000 > > shell/zsh: update to 5.9 > > Stop supporting case with both utmp.h and utmpx.h the changed happened > more than 10 years ago > --- > shells/zsh/Makefile | 2 +- > shells/zsh/distinfo | 10 ++++---- > shells/zsh/files/patch-Src_watch.c | 15 ------------ > shells/zsh/pkg-plist | 49 +++++++++++++++++++++++++++++++ +++---- > 4 files changed, 51 insertions(+), 25 deletions(-) (snip remaining part) -- Tomoaki AOKI <junchoon@dec.sakura.ne.jp>