From owner-freebsd-ports@FreeBSD.ORG Fri Aug 22 13:45:09 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28C30106567C for ; Fri, 22 Aug 2008 13:45:09 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id AD85C8FC22 for ; Fri, 22 Aug 2008 13:45:08 +0000 (UTC) (envelope-from tingox@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so282621nfh.33 for ; Fri, 22 Aug 2008 06:45:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=qHNzQ4bUZWsJu2VnC449GJ7vBzEcXiifxhY1k5TlFYU=; b=CJg6Z9/N7EdePHEroG9H3UJ7x2Cog7pbDorl+SvgW1RWaU6+iquCvHJ6WlVgtv4ekU +lPMo9qZ8zyCRed26H3AEvQksHOcMHY8QPJn7Koe/u6u5wKNc0KnbqQcSngkkoKnrsQC C5aZy48BMG5oWmMFSDBUycxzLvnctxiPWPfMs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=djXZyJ7ORwHS8AQIpA6IQbtWHEPFacGGJO6SbyPoOvlAh4+YMdYmyOAaysJoioniqC k3stCOQqdVMMJ4AoYCfKOLDACTFljQnU0+XHq0fWMDeiHWmP+yW1s97j3TlwYCVjx2LC lAaSmVYMhe4PUgl2iZFkz3gqlPiKNffVz3FeA= Received: by 10.210.74.17 with SMTP id w17mr1557634eba.3.1219412707452; Fri, 22 Aug 2008 06:45:07 -0700 (PDT) Received: by 10.210.12.19 with HTTP; Fri, 22 Aug 2008 06:45:07 -0700 (PDT) Message-ID: Date: Fri, 22 Aug 2008 15:45:07 +0200 From: "Torfinn Ingolfsen" To: freebsd-ports@freebsd.org In-Reply-To: <20080822125845.GB4663@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080821105506.GA25154@wep4017.physik.uni-wuerzburg.de> <20080822125845.GB4663@hades.panopticon> Subject: Re: amule 2 port - trying an upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 13:45:09 -0000 Hello, On Fri, Aug 22, 2008 at 2:58 PM, Dmitry Marakasov 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