From owner-freebsd-ports@FreeBSD.ORG Sat May 28 14:13:18 2005 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 837D116A41C for ; Sat, 28 May 2005 14:13:18 +0000 (GMT) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id E322843D48 for ; Sat, 28 May 2005 14:13:17 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 4DA4D7516; Sat, 28 May 2005 16:11:08 +0200 (CEST) Date: Sat, 28 May 2005 16:11:08 +0200 From: Thierry Thomas To: Andreas Davour Message-ID: <20050528141108.GA50983@graf.pompo.net> Mail-Followup-To: Andreas Davour , ports@FreeBSD.org References: <20050528124456.GA88188@graf.pompo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.11-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 Cc: ports@FreeBSD.org Subject: Re: Port /usr/ports/games/torcs don't find existing file 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: Sat, 28 May 2005 14:13:18 -0000 Le Sam 28 mai 05 à 14:56:06 +0200, Andreas Davour écrivait : > >Could you please report the output of > > > >head -1 /usr/local/bin/automake14 > > > >Does the reported perl exist? > > The output: > bash-2.05b# head -1 /usr/local/bin/automake14 > #!/usr/local/bin/perl5.6.1 > bash-2.05b# pkg_info |grep perl > perl-5.8.6_2 Practical Extraction and Report Language > bash-2.05b# > > So, no it's missing. But, isn't using a specific version of perl not to > be considered a bug? I'd at least consider it as bad form. > > Is there a better way of making it work, and minimizing breakage, than > just editing the local /usr/local/bin/automake14 by hand to match the > perl version installed? Hmmm... automake & perl are tricky tools... You have replaced your perl-5.6 by a perl-5.8; after such an upgrade you are supposed to force an upgrade of all your perl-dependant ports (or you might run a tool like PAU). BTW, I have planned to upgrade freeglut, maybe next week. Regards, -- Th. Thomas.