[Bug 281804] dns/unbound: unbound-control-setup hangs

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 03 Oct 2024 23:32:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281804

--- Comment #12 from randy@rricker.com ---
(In reply to randy from comment #11)

I see that "Hunk #1 failed at 1.". I did a refresh of the port and ran the
patch again. "Hunk #1 succeeded".

I ran "make clean make install" but unbound-control-setup is still not being
updated. patch-smallapp_unbound-control-setup.sh.in is not being created in the
files directory.  I copied patch-smallapp_unbound-control-setup.sh.in into
files/, re-rand the install and voila, unbound-control-setup gets modified.

# cd /usr/ports/dns/unbound/

# fetch -o unbound.patch
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=253981

# patch < unbound.patch

# cp patch-smallapp_unbound-control-setup.sh.in files/

# make install clean

# grep 'if ! openssl' /usr/local/sbin/unbound-control-setup
if ! openssl version >/dev/null 2>&1; then

-- 
You are receiving this mail because:
You are the assignee for the bug.