From owner-cvs-ports@FreeBSD.ORG Fri Feb 11 08:29:55 2005 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 5188116A4CE; Fri, 11 Feb 2005 08:29:55 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 169E743D1D; Fri, 11 Feb 2005 08:29:55 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j1B8Ts3a042976; Fri, 11 Feb 2005 00:29:54 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id j1B8TrHu042975; Fri, 11 Feb 2005 00:29:53 -0800 (PST) (envelope-from obrien) Date: Fri, 11 Feb 2005 00:29:53 -0800 From: "David O'Brien" To: Anton Berezin Message-ID: <20050211082953.GA41143@dragon.nuxi.com> References: <200502020934.j129Y5qf027407@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502020934.j129Y5qf027407@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk ports/lang/perl5 Makefile ports/lang/perl5/files use.perl ports/lang/perl5.8 Makefile ports/lang/perl5.8/files use.perl X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 08:29:55 -0000 On Wed, Feb 02, 2005 at 09:34:05AM +0000, Anton Berezin wrote: > tobez 2005-02-02 09:34:05 UTC .. > Log: > Update bsd.port.mk's notion of the perl version (to 5.8.6) [1]. > Use more correct OSVERSION threshold to distinguish between > base system perl and perl from ports - the right value is 500036 [1]. > Also, simplify OSVERSION-related logic in lang/perl5 and lang/perl5.8. > Now it goes as follows: > - for lang/perl5.8, if there is perl in the base system, install > use.perl script, use a helpful pkg-message, and do not automatically > update symlinks; > - for lang/perl5.8, if there is no perl in the base system, do not > install use.perl script, and update symlinks automatically; I just did 'portupgrade perl-5.8.5' and wound up with # added by use.perl 2005-02-11 00:18:00 PERL_VER=5.8.6 PERL_VERSION=5.8.6 in my /etc/make.conf. Can we please stop spamming /etc/make.conf with this? It is a source of very confusing bugs how it overrides /usr/ports/Mk/bsd.*.mk for no good reason. thanks, -- David