Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37026 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82205 invoked from network); 15 Apr 2008 15:28:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2008 15:28:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.46.28 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 74.125.46.28 yw-out-2324.google.com Received: from [74.125.46.28] ([74.125.46.28:23465] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/A3-62008-1A9C4084 for ; Tue, 15 Apr 2008 11:28:34 -0400 Received: by yw-out-2324.google.com with SMTP id 5so968427ywb.83 for ; Tue, 15 Apr 2008 08:28:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=IYxQXLp7tsdQrWrQIVjHimo2d4AYQgLupfi2x+OZwgA=; b=wCxYfbhFN9dj2iuPNW4hutwwAJV6a3+nA0LLpd2kw08tE/m/OYW6vqfA+7E2YjqNs9f1fQIA9PMgeqY8aUzscy7PN30C8HZmXUVw7+4tKkve3b1vvApznb1xjezk7yT/h1eQkMYIVRodQ5mwcgDLRKI+bh7m34D9MVq2NO+/sIY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=V/67ArDtbblL2sJal7tzMJdaYmcFre/cTdJuQmEwlsadNljQ50HVQl6HVRjoqoE2KlVUrRrgMDmKd8cmJZLLDwwhVg+riNR00URFiCli9k7D9xZ++CIgiMoBAa5UZnLW6ERzGfkjPGdilNvKnCnzDtkHC0VXVNdkPnpo7pi178M= Received: by 10.150.195.21 with SMTP id s21mr7958987ybf.87.1208273307940; Tue, 15 Apr 2008 08:28:27 -0700 (PDT) Received: by 10.150.57.12 with HTTP; Tue, 15 Apr 2008 08:28:27 -0700 (PDT) Message-ID: Date: Tue, 15 Apr 2008 19:28:27 +0400 To: "PHP Developers Mailing List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: macos-x, php-5.3, configure.in, problem with sed From: indeyets@gmail.com ("Alexey Zakhlestin") bumping up this one is still not applied in 5.3 On 3/31/08, Alexey Zakhlestin wrote: > There is a patch by gwynne, which introduces platform-specific hack > for darwin/macos-x. > http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.11&r2=1.579.2.52.2.77.2.12&pathrev=PHP_5_3 > > It works pretty well, except one small glitch. It is supposed in > patch, that sed is "bsd sed" (note "$SED -nE" on line 187) > "-E" flag is not supported by gnu-sed > > By default, osx has bsd sed, so this will work for most people, but > there are some (including me), who install "gnu sed" and put it in > PATH before '/usr/bin/sed' > > I attach the patch, which forces use of '/usr/bin/sed' on this line, > while still allowing gnu sed everywhere else. > > This line is macos-x specific, so won't hurt other platforms > > http://filez.indeyets.pp.ru/configure.in.macosx.patch > > > > -- > Alexey Zakhlestin > http://blog.milkfarmsoft.com/ > -- Alexey Zakhlestin http://blog.milkfarmsoft.com/