[Bug 281804] dns/unbound: unbound-control-setup hangs
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 281804] unbound-control-setup hags"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.