Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2002 09:21:46 -0400
From:      "Dan Langille" <dan@langille.org>
To:        Alan Eldridge <alane@FreeBSD.org>, trevor@freebsd.org
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/www/phoenix Makefile pkg-descr pkg-plist ports/www/phoenix/files mozconfig.in
Message-ID:  <3DB518AA.8877.232B5847@localhost>
In-Reply-To: <200210220926.g9M9QuSA082227@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 22 Oct 2002 at 2:26, Alan Eldridge wrote:

> alane       2002/10/22 02:26:56 PDT
> 
>   Modified files:
>     www/phoenix          Makefile pkg-descr pkg-plist 
>     www/phoenix/files    mozconfig.in 
>   Log:
>   1. Expanded configure/make options in files/mozconfig.in.
>           * Fixed problem with reliably finding perl 5.8.0.


The problem with this solution is that "make -V PORTVERSION" now 
fails if the perl version is not 5.8.0.  This makes it impossible for 
FreshPorts to do any sanity testing or even determine basic 
information such as the PORTVERSION or PORTNAME.

The code in question is:

.if !defined(PERL_VER) || ${PERL_VER} != 5.8.0
.error This port requires Perl 5.8.0.
.endif

How about marking the port forbidden instead of erroring?  That will 
allow PORTVERSION to be determined and allow sanity testing to 
proceed.

cheers
-- 
Dan Langille


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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