Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2008 15:45:07 +0200
From:      "Torfinn Ingolfsen" <tingox@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: amule 2 port - trying an upgrade
Message-ID:  <ef8c8a880808220645o67ab3916o6982c5c65b3ff64b@mail.gmail.com>
In-Reply-To: <20080822125845.GB4663@hades.panopticon>
References:  <ef8c8a880808181331ga307908o9b2f3c5748b0cce4@mail.gmail.com> <20080821105506.GA25154@wep4017.physik.uni-wuerzburg.de> <ef8c8a880808211432r24a0d28bn526927e0d36aabef@mail.gmail.com> <20080822125845.GB4663@hades.panopticon>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello,

On Fri, Aug 22, 2008 at 2:58 PM, Dmitry Marakasov <amdmi3@amdmi3.ru> wrote:
> I'll check this out in couple of days. Usually what you do is send-pr
> the patch - this way it's easier to track who's responsible for
> procesing it.

I know about send-pr :) And I intend to snd-pr the patch, but I was
hoping to get it in working shape first. That's why I am asking for
help here.
I have figured out another thing. according to the aMule wiki[1],
aMule needs flex 2.5.35, and the port installs it as a build
dependency.
However, the old flex is still there:
root@kg-vm# which flex
/usr/bin/flex
root@kg-vm# /usr/bin/flex --version
/usr/bin/flex version 2.5.4
root@kg-vm# /usr/local/bin/flex --version
flex 2.5.35

and it looks like configure pick up the old flex:
root@kg-vm# grep flex work/a*/config.log
configure:4647: checking for flex
configure:4663: found /usr/bin/flex
configure:4673: result: flex
configure:4837: flex conftest.l
configure:8884: checking for extended flex capabilities
configure:8898: Your flex version doesn't support --header-file flag.
This is not critical, but an upgrade is recommended
ac_cv_prog_LEX=flex
LEX='flex'

How do I tell the prt to usethe flex in /usr/local/bin?

Anyway, I'll test and see if this is the problem.
Some time passes.. no, that didn't make a difference.I renamed
/usr/bin/flex to flex.old and configure picks up the new flex, but man
pages still won't install. :-(

References:
1) http://www.amule.org/wiki/index.php/Install-amule-freebsd
-- 
Regards,
Torfinn



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ef8c8a880808220645o67ab3916o6982c5c65b3ff64b>