Summary: | autoconf14 insists on a specific version of perl, doesn't check dependency correctly | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Greg Lehey <grog> |
Component: | Individual Port(s) | Assignee: | Alan Eldridge <alane> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Greg Lehey
2002-09-18 06:10:02 UTC
Responsible Changed From-To: freebsd-ports-> alane to maintainer. On Wed, Sep 18, 2002 at 02:31:35PM +0930, Greg 'groggy' Lehey wrote: > >>Number: 42917 >>Category: ports >>Synopsis: autoconf14 insists on a specific version of perl, doesn't check dependency correctly > --- automake14~ Wed Sep 18 11:27:46 2002 > +++ automake14 Wed Sep 18 14:18:34 2002 > @@ -1,4 +1,4 @@ > -#!/usr/local/bin/perl5.6.1 > +#!/usr/local/bin/perl > # -*- perl -*- > # Generated automatically from automake.in by configure. > > This seems to work for me, anyway. It's possible that the > wrong version of perl might still cause it to crash, but it > works for mutt (another bug causes linux_base-6 not to > build). Nope. Notice two lines lower: Generated automatically ... by configure. So whatever it has to be patched upstream in automake.in or in configure.in itself. I'll sort it out. -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) State Changed From-To: open->closed Fixed, along with a few other bugs swatted. |