[csw-devel] SF.net SVN: gar:[3955] csw/mgar/pkg/php5/trunk/extensions

valholla at users.sourceforge.net valholla at users.sourceforge.net
Wed Mar 25 18:34:13 CET 2009


Revision: 3955
          http://gar.svn.sourceforge.net/gar/?rev=3955&view=rev
Author:   valholla
Date:     2009-03-25 17:34:12 +0000 (Wed, 25 Mar 2009)

Log Message:
-----------
add readline extention

Modified Paths:
--------------
    csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/Makefile

Added Paths:
-----------
    csw/mgar/pkg/php5/trunk/extensions/php5_readline/
    csw/mgar/pkg/php5/trunk/extensions/php5_readline/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_readline/files/

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/Makefile	2009-03-25 16:52:35 UTC (rev 3954)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/Makefile	2009-03-25 17:34:12 UTC (rev 3955)
@@ -4,7 +4,7 @@
 
 CATALOGNAME_CSWphp5pdomysql = php5_pdomysql
 SPKG_DESC_CSWphp5pdomysql = pdomysql Extention for PHP5
-REQUIRED_PKGS_CSWphp5pdomysql = CSWphp5 CSWmysql5rt CSWzlib CSWphp5pdo
+REQUIRED_PKGS_CSWphp5pdomysql = CSWphp5 CSWmysql5rt CSWzlib 
 
 CONFIGURE_ARGS += --with-pdo-mysql=shared,$(prefix)
 CONFIGURE_ARGS += --with-zlib-dir=$(prefix)

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/Makefile	2009-03-25 16:52:35 UTC (rev 3954)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/Makefile	2009-03-25 17:34:12 UTC (rev 3955)
@@ -4,7 +4,7 @@
 
 CATALOGNAME_CSWphp5pdoodbc = php5_pdoodbc
 SPKG_DESC_CSWphp5pdoodbc = pdoodbc Extention for PHP5
-REQUIRED_PKGS_CSWphp5pdoodbc = CSWphp5 CSWunixodbc CSWphp5pdo
+REQUIRED_PKGS_CSWphp5pdoodbc = CSWphp5 CSWunixodbc 
 
 CONFIGURE_ARGS += --with-pdo-odbc=shared,unixODBC,$(prefix)
 

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/Makefile	2009-03-25 16:52:35 UTC (rev 3954)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/Makefile	2009-03-25 17:34:12 UTC (rev 3955)
@@ -4,7 +4,7 @@
 
 CATALOGNAME_CSWphp5pdopgsql = php5_pdopgsql
 SPKG_DESC_CSWphp5pdopgsql = pdopgsql Extention for PHP5
-REQUIRED_PKGS_CSWphp5pdopgsql = CSWphp5 CSWlibpq CSWphp5pdo
+REQUIRED_PKGS_CSWphp5pdopgsql = CSWphp5 CSWlibpq 
 
 PATCHFILES += pdopgsql.diff
 

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/Makefile	2009-03-25 16:52:35 UTC (rev 3954)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/Makefile	2009-03-25 17:34:12 UTC (rev 3955)
@@ -4,7 +4,7 @@
 
 CATALOGNAME_CSWphp5pdosqlite = php5_pdosqlite
 SPKG_DESC_CSWphp5pdosqlite = pdosqlite Extention for PHP5
-REQUIRED_PKGS_CSWphp5pdosqlite = CSWphp5 CSWphp5pdo
+REQUIRED_PKGS_CSWphp5pdosqlite = CSWphp5 
 
 CONFIGURE_ARGS += --with-pdo-sqlite=shared
 

Added: csw/mgar/pkg/php5/trunk/extensions/php5_readline/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_readline/Makefile	                        (rev 0)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_readline/Makefile	2009-03-25 17:34:12 UTC (rev 3955)
@@ -0,0 +1,12 @@
+PHP5EXT_NAME = readline
+
+PACKAGES += CSWphp5readline
+
+CATALOGNAME_CSWphp5readline = php5_readline
+SPKG_DESC_CSWphp5readline = readline Extention for PHP5
+REQUIRED_PKGS_CSWphp5readline = CSWphp5
+
+CONFIGURE_ARGS += --with-libedit=no
+CONFIGURE_ARGS += --with-readline=shared,/opt/csw
+
+PKGFILES_CSWphp5readline = .*/lib/php/extensions/.*/readline.*


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list