Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2020 20:41:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244473] irc/ircproxy: Fix builds on FreeBSD 12/13, Remove BROKEN
Message-ID:  <bug-244473-7788-7BunPqKeuo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244473-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244473-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=3D244473

--- Comment #16 from Chris Hutchinson <portmaster@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=3D(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

--=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-244473-7788-7BunPqKeuo>