[Bug 243030] news/husky*: Update ports to latest versions
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Feb 9 11:17:20 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243030
--- Comment #25 from Oleg Sharoyko <osharoiko at gmail.com> ---
(In reply to Ruslan Suleimanov from comment #23)
Hmm.. That's weird. Did you try applying it to the clean tree or to the one
after the previous patch? It has to be applied to the clean tree as that's how
committer will eventually apply it. To verify the patch I just did this:
# cd /usr/ports
!!! this will kill all of your ports, if you have local modifications, don't do
this !!!
# rm -r * .[^.]*
# portsnap fetch
# portsnap extract
# fetch -o /tmp/husky_update_v6.diff
'https://bz-attachments.freebsd.org/attachment.cgi?id=211487'
# patch < /tmp/husky_update_v6.diff
Everything has applied cleanly (see attached output). I have then rebuilt
husky* ports with this patch without issues and binaries seem to work fine:
# ls -l /usr/local/bin/hpt
-r-xr-xr-x 1 root wheel 457536 9 Feb 11:13 /usr/local/bin/hpt
# ldd /usr/local/bin/hpt
/usr/local/bin/hpt:
libperl.so.5.30 => /usr/local/lib/perl5/5.30/mach/CORE/libperl.so.5.30
(0x204af000)
libthr.so.3 => /lib/libthr.so.3 (0x207e2000)
libm.so.5 => /lib/libm.so.5 (0x2080b000)
libcrypt.so.5 => /lib/libcrypt.so.5 (0x2083a000)
libutil.so.9 => /lib/libutil.so.9 (0x2085b000)
libareafix.so.1.9 => /usr/local/lib/libareafix.so.1.9 (0x2086f000)
libfidoconfig.so.1.9 => /usr/local/lib/libfidoconfig.so.1.9
(0x20891000)
libsmapi.so.2.5 => /usr/local/lib/libsmapi.so.2.5 (0x208ba000)
libhusky.so.1.9 => /usr/local/lib/libhusky.so.1.9 (0x208db000)
libc.so.7 => /lib/libc.so.7 (0x208ea000)
# hpt -h | head -1
hpt/fbsd 1.9.0-cur 2019-12-05
Can you please check that you're applying it to the clean tree?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list