From nobody Tue Mar 22 22:13:15 2022 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 3ED091A4721E for ; Tue, 22 Mar 2022 22:13:19 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4KNQjV2V84z3HJM; Tue, 22 Mar 2022 22:13:18 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from kalamity.joker.local (123-1-31-137.area1b.commufa.jp [123.1.31.137]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 22MMDFeB041995; Wed, 23 Mar 2022 07:13:16 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Wed, 23 Mar 2022 07:13:15 +0900 From: Tomoaki AOKI To: Neel Chauhan Cc: dev-commits-ports-main@freebsd.org Subject: Re: git: 95e4dba682a7 - main - dns/luaunbound: new port Message-Id: <20220323071315.9447742d51fb8876505aa2ac@dec.sakura.ne.jp> In-Reply-To: <27d6bd3d88974590fe335debe62b3bd5@FreeBSD.org> References: <20220323064552.f0ee7a829fd9685a7dd29637@dec.sakura.ne.jp> <27d6bd3d88974590fe335debe62b3bd5@FreeBSD.org> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4KNQjV2V84z3HJM X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Confirmed fixed. Thanks! On Tue, 22 Mar 2022 14:55:39 -0700 Neel Chauhan 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 > >> AuthorDate: 2022-03-16 00:03:19 +0000 > >> Commit: Neel Chauhan > >> 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) -- Tomoaki AOKI