Martti Kuparinen wrote:
# cd otp_src_R13B04
# grep -rl /usr/bin/perl * | while read i
do
sed 's+/usr/bin/perl+/usr/pkg/bin/perl+g' < $i > $i.fixed
/bin/mv $i.fixed $i
done
# ./configure --enable-threads --enable-smp-support --enable-kernel-poll \
--enable-hipe --prefix=/tmp/erlang13b04
# gmake && gmake install
# export PATH=/tmp/erlang13b04/bin:$PATH
# export ERL_TOP=`pwd`
# gmake tests
I'll take a look at this later this week. Or if you guys have time,
please investigate this further.
You need to run these before "gmake && gmake install" for i in /usr/pkgsrc/wip/erlang/patches/patch-a[acrst] do patch < $i done