Re: git: 95e4dba682a7 - main - dns/luaunbound: new port
- In reply to: Tomoaki AOKI : "Re: git: 95e4dba682a7 - main - dns/luaunbound: new port"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Mar 2022 23:19:46 UTC
On 2022-03-22 15:13, Tomoaki AOKI wrote: > Confirmed fixed. Thanks! No problem! -Neel > On Tue, 22 Mar 2022 14:55:39 -0700 > Neel Chauhan <nc@FreeBSD.org> wrote: > >> On 2022-03-22 14:45, Tomoaki AOKI wrote: >> > This broke INDEX. >> > Should be hooked on dns/Makefile as below. >> > >> > --- dns/Makefile.orig 2022-03-20 09:10:31.417922000 +0900 >> > +++ dns/Makefile 2022-03-23 06:30:25.912566000 +0900 >> > @@ -106,6 +106,7 @@ >> > SUBDIR += libpsl >> > SUBDIR += linux-c7-libasyncns >> > SUBDIR += lua-resty-dns >> > + SUBDIR += luaunbound >> > SUBDIR += mDNSResponder_nss >> > SUBDIR += maradns >> > SUBDIR += mdnsd >> > >> > >> > Error is as below. >> > >> > make_index: /usr/ports/net-im/prosody: no entry >> > for /usr/ports/dns/luaunbound Done. >> > failed to generate INDEX! >> >> Thanks for the heads up. I have added this to the dns/Makefile as >> ab52f5ed5c3a6da4fdb17f5491ef2e88c6f844ef. >> >> -Neel >> >> > >> >> The branch main has been updated by nc: >> >> >> >> URL: >> > https://cgit.FreeBSD.org/ports/commit/?id=95e4dba682a7b811658a0b511cdffbb16642fbe7 >> >> >> >> commit 95e4dba682a7b811658a0b511cdffbb16642fbe7 >> >> Author: Thomas Morper <thomas_at_beingboiled.info> >> >> AuthorDate: 2022-03-16 00:03:19 +0000 >> >> Commit: Neel Chauhan <nc_at_FreeBSD.org> >> >> CommitDate: 2022-03-22 17:29:01 +0000 >> >> >> >> dns/luaunbound: new port >> >> >> >> PR: 262666 >> >> --- >> >> dns/luaunbound/Makefile | 27 +++++++++++++++++++++++++++ >> >> dns/luaunbound/distinfo | 3 +++ >> >> dns/luaunbound/pkg-descr | 6 ++++++ >> >> dns/luaunbound/pkg-plist | 1 + >> >> 4 files changed, 37 insertions(+) >> > >> > (snip)