public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: src_configure-v54.eblit
@ 2012-02-28 11:02 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 4+ messages in thread
From: Ole Markus With (olemarkus) @ 2012-02-28 11:02 UTC (permalink / raw
  To: gentoo-commits

olemarkus    12/02/28 11:02:54

  Modified:             src_configure-v54.eblit
  Log:
  Fixed another bad mabi. Issue 406107
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-lang/php/files/eblits/src_configure-v54.eblit

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?r1=1.2&r2=1.3

Index: src_configure-v54.eblit
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- src_configure-v54.eblit	27 Feb 2012 22:04:47 -0000	1.2
+++ src_configure-v54.eblit	28 Feb 2012 11:02:54 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.2 2012/02/27 22:04:47 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.3 2012/02/28 11:02:54 olemarkus Exp $
 
 eblit-php-src_configure() {
     addpredict /usr/share/snmp/mibs/.index
@@ -162,7 +162,7 @@
 	# Oracle support
 	if use oci8-instant-client ; then
 	    my_conf+="
-		$(use_with oci8-instant-client oci8)
+		$(use_with oci8-instant-client oci8)"
 	fi
 
 	# PDO support






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: src_configure-v54.eblit
@ 2012-09-11 19:36 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 4+ messages in thread
From: Ole Markus With (olemarkus) @ 2012-09-11 19:36 UTC (permalink / raw
  To: gentoo-commits

olemarkus    12/09/11 19:36:50

  Modified:             src_configure-v54.eblit
  Log:
  Fix for #419519
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-lang/php/files/eblits/src_configure-v54.eblit

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?r1=1.5&r2=1.6

Index: src_configure-v54.eblit
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- src_configure-v54.eblit	11 Sep 2012 01:38:31 -0000	1.5
+++ src_configure-v54.eblit	11 Sep 2012 19:36:50 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.5 2012/09/11 01:38:31 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.6 2012/09/11 19:36:50 olemarkus Exp $
 
 eblit-php-src_configure() {
 	addpredict /usr/share/snmp/mibs/.index
@@ -105,7 +105,7 @@
 	$(use_with xpm xpm-dir ${EPREFIX}/usr)"
 	# enable gd last, so configure can pick up the previous settings
 	my_conf+="
-	$(use_with gd gd ${EPREFIX}/usr)"
+	$(use_with gd gd)"
 
 	# IMAP support
 	if use imap ; then





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: src_configure-v54.eblit
@ 2012-09-13 10:27 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 4+ messages in thread
From: Ole Markus With (olemarkus) @ 2012-09-13 10:27 UTC (permalink / raw
  To: gentoo-commits

olemarkus    12/09/13 10:27:41

  Modified:             src_configure-v54.eblit
  Log:
  Use bundled xmlrpc-whatnot. System did not work all that well
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-lang/php/files/eblits/src_configure-v54.eblit

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?r1=1.6&r2=1.7

Index: src_configure-v54.eblit
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- src_configure-v54.eblit	11 Sep 2012 19:36:50 -0000	1.6
+++ src_configure-v54.eblit	13 Sep 2012 10:27:41 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.6 2012/09/11 19:36:50 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.7 2012/09/13 10:27:41 olemarkus Exp $
 
 eblit-php-src_configure() {
 	addpredict /usr/share/snmp/mibs/.index
@@ -74,7 +74,7 @@
 	$(use_enable xml xml )
 	$(use_enable xmlreader xmlreader )
 	$(use_enable xmlwriter xmlwriter )
-	$(use_with xmlrpc xmlrpc "${EPREFIX}"/usr)
+	$(use_with xmlrpc xmlrpc)
 	$(use_with xsl xsl "${EPREFIX}"/usr)
 	$(use_enable zip zip )
 	$(use_with zlib zlib "${EPREFIX}"/usr)





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: src_configure-v54.eblit
@ 2012-09-20 17:32 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 4+ messages in thread
From: Ole Markus With (olemarkus) @ 2012-09-20 17:32 UTC (permalink / raw
  To: gentoo-commits

olemarkus    12/09/20 17:32:02

  Modified:             src_configure-v54.eblit
  Log:
  Fixed configure issue with cdb. Bug 435532
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-lang/php/files/eblits/src_configure-v54.eblit

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?r1=1.7&r2=1.8

Index: src_configure-v54.eblit
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- src_configure-v54.eblit	13 Sep 2012 10:27:41 -0000	1.7
+++ src_configure-v54.eblit	20 Sep 2012 17:32:02 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.7 2012/09/13 10:27:41 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.8 2012/09/20 17:32:02 olemarkus Exp $
 
 eblit-php-src_configure() {
 	addpredict /usr/share/snmp/mibs/.index
@@ -88,7 +88,7 @@
 
 	# DBA drivers support
 	my_conf+="
-	$(use_with cdb cdb ${EPREFIX}/usr)
+	$(use_with cdb cdb)
 	$(use_with berkdb db4 ${EPREFIX}/usr)
 	$(use_enable flatfile flatfile )
 	$(use_with gdbm gdbm ${EPREFIX}/usr)





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-09-20 17:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11 19:36 [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: src_configure-v54.eblit Ole Markus With (olemarkus)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-20 17:32 Ole Markus With (olemarkus)
2012-09-13 10:27 Ole Markus With (olemarkus)
2012-02-28 11:02 Ole Markus With (olemarkus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox