From owner-cvs-ports@FreeBSD.ORG Tue Aug 3 06:49:41 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A43416A4CE; Tue, 3 Aug 2004 06:49:41 +0000 (GMT) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id C794743D39; Tue, 3 Aug 2004 06:49:40 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by plouf.absolight.net (Postfix) with ESMTP id 5E912411E; Tue, 3 Aug 2004 08:49:39 +0200 (CEST) Received: from [192.168.1.51] (l15v-8-120.d2.club-internet.fr [62.34.135.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 5AAC740C6; Tue, 3 Aug 2004 08:49:38 +0200 (CEST) Date: Tue, 03 Aug 2004 08:49:37 +0200 From: Mathieu Arnold To: Thierry Thomas Message-ID: In-Reply-To: <20040802225926.A747B16A4D5@hub.freebsd.org> References: <20040802225926.A747B16A4D5@hub.freebsd.org> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd 0.1 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/wml Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 06:49:41 -0000 +-Le 02/08/2004 22:59 +0000, Thierry Thomas a dit : | thierry 2004-08-02 22:59:23 UTC | | FreeBSD ports repository | | Modified files: | www/wml Makefile | Log: | Prevent a possible breakage on machines without perl installed. | | A better solution will be found to avoid "!= perl" (suggested by eik). Hum, I'm not sure this is a *good* idea to do this. You're doing this : USE_PERL5= yes So, you say you need perl, thus, you should use %%PERL_ARCH%% in plist, because, when perl is installed, you have it defined to the right thing :-). -- Mathieu Arnold