From owner-freebsd-ports@FreeBSD.ORG Tue Mar 30 15:00:10 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F263B16A4CE; Tue, 30 Mar 2004 15:00:09 -0800 (PST) Received: from palle.girgensohn.se (1-2-8-5a.asp.sth.bostream.se [82.182.157.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1649843D39; Tue, 30 Mar 2004 15:00:09 -0800 (PST) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1]) by palle.girgensohn.se (8.12.11/8.12.11) with ESMTP id i2UN06WR048773; Wed, 31 Mar 2004 01:00:06 +0200 (CEST) (envelope-from girgen@pingpong.net) Date: Wed, 31 Mar 2004 01:00:06 +0200 From: Palle Girgensohn To: Palle Girgensohn , ports@freebsd.org, tobez@freebsd.org Message-ID: <143300000.1080687606@palle.girgensohn.se> In-Reply-To: <85180000.1080671498@palle.girgensohn.se> References: <85180000.1080671498@palle.girgensohn.se> X-Mailer: Mulberry/3.1.0 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="==========DD6C42C6983750FEBFD9==========" Subject: Re: perl 5.8.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2004 23:00:10 -0000 --==========DD6C42C6983750FEBFD9========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Just realized this patch is needed to build on gcc-2.95. Apparently the old gcc does not understand this #if stuff, it sets PL_dowarn to dowarn although PATCHLEVEL is really 8... Since PATCHLEVEL is 8 as in 5.8.3, it is safe to remove the condition. /Palle --On tisdag, mars 30, 2004 20.31.38 +0200 Palle Girgensohn wrote: > Hi, > > Perl 5.8.2 in the ports tree is quite unusable when unicode is used. In > fact, any perl less than 5.8.3 is unusable w/ unicode. The fix is to use > 5.8.3, and it has been out for quite a while now. There are a couple of > identical updates for this port in gnats. > . > Perhaps someone can find the time to look at them and commit? > > Thanks, > Palle --==========DD6C42C6983750FEBFD9========== Content-Type: application/octet-stream; name="patch::ext::MIME::Base64::Base64.xs" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="patch::ext::MIME::Base64::Base64.xs"; size=299 LS0tIC9ob21lL2dpcmdlbi9CYXNlNjQueHMJVHVlIE1hciAzMCAyMzo1NzoxMSAyMDA0CisrKyBl eHQvTUlNRS9CYXNlNjQvQmFzZTY0LnhzCVR1ZSBNYXIgMzAgMjM6NTY6NTcgMjAwNApAQCAtNDIs MTAgKzQyLDYgQEAKICMgICAgZW5kaWYKICNlbmRpZgogCi0jaWYgUEFUQ0hMRVZFTCA8PSA0ICYm ICFkZWZpbmVkKFBMX2Rvd2FybikKLSAgICNkZWZpbmUgUExfZG93YXJuIGRvd2FybgotI2VuZGlm Ci0KICNpZmRlZiBHX1dBUk5fT04KICAgICNkZWZpbmUgRE9XQVJOIChQTF9kb3dhcm4gJiBHX1dB Uk5fT04pCiAjZWxzZQo= --==========DD6C42C6983750FEBFD9==========--