Date: Thu, 03 Oct 2024 19:51:27 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 281804] dns/unbound: unbound-control-setup hangs Message-ID: <bug-281804-7788-GaFh6eKC2R@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-281804-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-281804-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281804 --- Comment #11 from randy@rricker.com --- (In reply to Jaap Akkerhuis from comment #10) What I did and verified again: # make deinstall clean fetch -o unbound.patch https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D253981 # patch < unbound.patch=20 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile |index ceac886c5b0..6159b044898 100644 |--- a/dns/unbound/Makefile |+++ b/dns/unbound/Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 failed at 1. 1 out of 1 hunks failed--saving rejects to Makefile.rej Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/dns/unbound/files/patch-smallapp_unbound-control-setup.sh.in b/dns/unbound/files/patch-smallapp_unbound-control-setup.sh.in |new file mode 100644 |index 00000000000..f366b8adc04 |--- /dev/null |+++ b/dns/unbound/files/patch-smallapp_unbound-control-setup.sh.in -------------------------- (Creating file patch-smallapp_unbound-control-setup.sh.in...) Patching file patch-smallapp_unbound-control-setup.sh.in using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done # make install clean # grep 'if ! openssl' /usr/local/sbin/unbound-control-setup if ! openssl >/dev/null 2>&1; then --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281804-7788-GaFh6eKC2R>