[Bug 244473] irc/ircproxy: Fix builds on FreeBSD 12/13, Remove BROKEN
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Apr 23 20:41:36 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244473
--- Comment #16 from Chris Hutchinson <portmaster at bsdforge.com> ---
(In reply to Mikael Urankar from comment #15)
Not personal. But this is *insane*.
I choose jails over poudriere because I find them
more flexible, They're closer to "bare metal" whwn
testing a port, and I use them @${JOB} to build
rollouts.
That said; I constructed this 11-RELEASE jail with
unaltered official install media:
(the process is fully scripted by a script I made,
but here are the interesting parts)
mkldir <jailname>
cd <jailname>
(from 11.3 disk1.iso)
tar xvf base.txz
tar xvf kernel.txz
tar xvf lib32.txz
fstab
hosts
resolv.conf
rc.conf
make.conf < DEVELOPER=(yes|true)
devfs && rules
LOGIN && rootpasswd newuser aliases tzsetup
followed by
svn co svn://svn.freebsd.org/ports/head /usr/ports
cd /usr/ports/ports-mgmt/pkg && make install clean
cd /usr/ports/irc
cp ~/DEV/irc_ircproxy4.diff .
svn patch irc_ircproxy4.diff
cd ircproxy
script ~/DEV/IRCP01
make -DBATCH check-plist
success! everything works as intended.
I couldn't create a cleaner environment.
What am I missing?
Thank you *very* much, Mikael!
--Chris
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list