From owner-freebsd-ports@FreeBSD.ORG Mon May 28 18:45:14 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C872106566C; Mon, 28 May 2012 18:45:14 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5CD968FC0C; Mon, 28 May 2012 18:45:13 +0000 (UTC) Received: by bkvi18 with SMTP id i18so3201520bkv.13 for ; Mon, 28 May 2012 11:45:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=SfXxpGCD1zngdgohV1rYNEn58nmkk8Rxm/Dyt7UYZ88=; b=QbLcxOwZkA2htUu/lhhJ0cn4rZy6ivH4Ovq/QbJFyjbTCYkiR8cH+rVMJ1hP5KerOt GxLNYSO/bvsbfTRBwFk/MQbc5gunz1cAml/BtKfWaSCqi06QbRFqWfFmEreLeEDeLbE5 BMBf0wIXeaDPSzkOY0C1abvogBVFYJZK/nbiM5raOfIoKz1PA+k0M3ks1UJ4mIHi5WmG /P2bUbTeaa+cW4k7sDvCm0cQd7oyZVye0xam8mJmkO/jCzV0xJaoClk1nffrIdoZRbpV ebs5jWK5bbZMay1aRIXUBy/tiRRar7AH8lWdirlhtJIsjn0EdEY3qO2vdsd2RprFYsWu PDZg== Received: by 10.204.145.89 with SMTP id c25mr4278214bkv.5.1338230712208; Mon, 28 May 2012 11:45:12 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.171.138 with HTTP; Mon, 28 May 2012 11:44:42 -0700 (PDT) In-Reply-To: <20120528184051.GA1484@tiny> References: <20120527151404.GA3759@tinyCurrent> <20120528085710.GA2927@tinyCurrent> <20120528175151.GA1271@tiny> <4FC3BBBC.60002@freebsd.org> <20120528181519.GA1367@tiny> <20120528184051.GA1484@tiny> From: Chris Rees Date: Mon, 28 May 2012 19:44:42 +0100 X-Google-Sender-Auth: AErN6sExmOTFuZkWd6rsjEwbpjQ Message-ID: To: Matthias Apitz Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Michael Scheidell , freebsd-ports@freebsd.org Subject: Re: 10-CURRENT r235646 && ports/mail/p5-Mail-SpamAssassin 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: Mon, 28 May 2012 18:45:14 -0000 On 28 May 2012 19:40, Matthias Apitz wrote: > El d=EDa Monday, May 28, 2012 a las 07:38:34PM +0100, Chris Rees escribi= =F3: > >> > if you look into UPDATING it says in 20110622: >> > ... >> > =A0If you want to switch to lang/perl5.12 from lang/perl5.{8,10} pleas= e >> > =A0follow instructions in the entry 20100715 in this file. >> > >> > and I followed exactly the procedire recommended in 20100715; >> > >> >> and, I got a bizillian commercial systems out there with perl 5.12.4 = and >> >> spamassassin, built and run fine. >> >> (and logs to prove it builds just fine) >> > >> > it did not built in my CVS based ports tree with perl5.12; sorry >> > >> >> grep ^PERL_VERSION /etc/make.conf > > # grep ^PERL_VERSION /etc/make.conf > PERL_VERSION=3D5.14.2 Ah of course, you've upgraded. You'll probably find it was wrong when you were on perl-5.12 for some reason. Chris