public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christian Hoffmann (hoffie)" <hoffie@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.2.6_rc4.ebuild ChangeLog
Date: Wed, 16 Apr 2008 14:53:44 +0000	[thread overview]
Message-ID: <E1Jm916-0004Tf-Rg@stork.gentoo.org> (raw)

hoffie      08/04/16 14:53:44

  Modified:             php-5.2.6_rc4.ebuild ChangeLog
  Log:
  workaround autoconf-2.62 behavior change which made build fail w/ USE=posix (bug 217392), no revbump
  (Portage version: 2.1.5_rc3)

Revision  Changes    Path
1.6                  dev-lang/php/php-5.2.6_rc4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.6_rc4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.6_rc4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.6_rc4.ebuild?r1=1.5&r2=1.6

Index: php-5.2.6_rc4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6_rc4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- php-5.2.6_rc4.ebuild	15 Apr 2008 15:35:17 -0000	1.5
+++ php-5.2.6_rc4.ebuild	16 Apr 2008 14:53:44 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6_rc4.ebuild,v 1.5 2008/04/15 15:35:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6_rc4.ebuild,v 1.6 2008/04/16 14:53:44 hoffie Exp $
 
 CGI_SAPI_USE="discard-path force-cgi-redirect"
 APACHE2_SAPI_USE="concurrentmodphp threads"
@@ -154,6 +154,9 @@
 		ext/standard/tests/file/006_error.phpt \
 		ext/standard/tests/file/touch.phpt
 
+	# Workaround for autoconf-2.62 behaviour change, bug 217392
+	sed -re 's:(#ifdef HAVE_CONFIG_H.*):#define _GNU_SOURCE\n\1:' -i ext/posix/posix.c
+
 	# REMOVING BROKEN TESTS:
 	# removing this test as it has been broken for ages and is not easily
 	# fixable (depends on a lot of factors)



1.264                dev-lang/php/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?rev=1.264&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?rev=1.264&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?r1=1.263&r2=1.264

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -r1.263 -r1.264
--- ChangeLog	15 Apr 2008 15:35:17 -0000	1.263
+++ ChangeLog	16 Apr 2008 14:53:44 -0000	1.264
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.263 2008/04/15 15:35:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.264 2008/04/16 14:53:44 hoffie Exp $
+
+  16 Apr 2008; Christian Hoffmann <hoffie@gentoo.org> php-5.2.6_rc4.ebuild:
+  workaround autoconf-2.62 behavior change which made build fail w/
+  USE=posix (bug 217392), no revbump
 
   15 Apr 2008; Jeroen Roovers <jer@gentoo.org> php-5.2.6_rc4.ebuild:
   Stable for HPPA (bug #215266).



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-04-16 14:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-16 14:53 Christian Hoffmann (hoffie) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-04-16 18:55 [gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.2.6_rc4.ebuild ChangeLog Tobias Scherbaum (dertobi123)
2008-04-15 15:35 Jeroen Roovers (jer)
2008-04-15 14:37 Raul Porcel (armin76)
2008-04-14 20:07 Markus Meier (maekke)
2008-04-14 19:38 Markus Rothe (corsair)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Jm916-0004Tf-Rg@stork.gentoo.org \
    --to=hoffie@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox