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

valholla at users.sourceforge.net valholla at users.sourceforge.net
Thu Apr 2 22:01:17 CEST 2009


Revision: 4166
          http://gar.svn.sourceforge.net/gar/?rev=4166&view=rev
Author:   valholla
Date:     2009-04-02 20:01:16 +0000 (Thu, 02 Apr 2009)

Log Message:
-----------
fix for bugs 3587,3479,and 3499

Modified Paths:
--------------
    csw/mgar/pkg/php5/trunk/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_bz2/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_calendar/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_ctype/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_curl/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_dba/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_dbase/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_dom/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_exif/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_ftp/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_gd/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_gettext/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_gmp/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_hash/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_iconv/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_imap/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_json/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_ldap/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_mhash/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_mssql/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_mysql/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_odbc/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_openssl/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/Makefile
    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
    csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_posix/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_pspell/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_readline/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_recode/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_session/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_shmop/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_snmp/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_soap/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_sockets/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_tidy/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_wddx/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_xml/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_xsl/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_zip/Makefile
    csw/mgar/pkg/php5/trunk/extensions/php5_zlib/Makefile

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

Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -111,5 +111,8 @@
 pre-fetch:
 	$(foreach F,$(EXTFILES),$(shell cp $(F) $(DOWNLOADDIR)))
 
+post-merge-modulated:
+	@(grm -fr $(DESTDIR)/.[a-z]*)
+	
 # System Rules/Configuration
 include gar/category.mk

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"bcmath\"
+* WARNING: Could not enable Extension "bcmath"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"bcmath\"
+* NOTICE: Successfully Enabled Extension "bcmath"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"bcmath\"
+* NOTICE: Successfully Disabled Extension "bcmath"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_bz2/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_bz2/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_bz2/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"bz2\"
+* WARNING: Could not enable Extension "bz2"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"bz2\"
+* NOTICE: Successfully Enabled Extension "bz2"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"bz2\"
+* NOTICE: Successfully Disabled Extension "bz2"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_calendar/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_calendar/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_calendar/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"calendar\"
+* WARNING: Could not enable Extension "calendar"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"calendar\"
+* NOTICE: Successfully Enabled Extension "calendar"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"calendar\"
+* NOTICE: Successfully Disabled Extension "calendar"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_ctype/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_ctype/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_ctype/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"ctype\"
+* WARNING: Could not enable Extension "ctype"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"ctype\"
+* NOTICE: Successfully Enabled Extension "ctype"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"ctype\"
+* NOTICE: Successfully Disabled Extension "ctype"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_curl/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_curl/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_curl/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -25,7 +25,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"curl\"
+* WARNING: Could not enable Extension "curl"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -44,7 +44,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"curl\"
+* NOTICE: Successfully Enabled Extension "curl"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -67,7 +67,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"curl\"
+* NOTICE: Successfully Disabled Extension "curl"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_dba/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_dba/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_dba/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -28,7 +28,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"dba\"
+* WARNING: Could not enable Extension "dba"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -47,7 +47,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"dba\"
+* NOTICE: Successfully Enabled Extension "dba"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -70,7 +70,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"dba\"
+* NOTICE: Successfully Disabled Extension "dba"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_dbase/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_dbase/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_dbase/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"dbase\"
+* WARNING: Could not enable Extension "dbase"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"dbase\"
+* NOTICE: Successfully Enabled Extension "dbase"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"dbase\"
+* NOTICE: Successfully Disabled Extension "dbase"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_dom/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_dom/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_dom/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -24,7 +24,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"dom\"
+* WARNING: Could not enable Extension "dom"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -43,7 +43,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"dom\"
+* NOTICE: Successfully Enabled Extension "dom"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -66,7 +66,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"dom\"
+* NOTICE: Successfully Disabled Extension "dom"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_exif/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_exif/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_exif/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -26,7 +26,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"exif\"
+* WARNING: Could not enable Extension "exif"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -45,7 +45,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"exif\"
+* NOTICE: Successfully Enabled Extension "exif"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -68,7 +68,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"exif\"
+* NOTICE: Successfully Disabled Extension "exif"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_ftp/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_ftp/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_ftp/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"ftp\"
+* WARNING: Could not enable Extension "ftp"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"ftp\"
+* NOTICE: Successfully Enabled Extension "ftp"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"ftp\"
+* NOTICE: Successfully Disabled Extension "ftp"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_gd/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_gd/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_gd/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -34,7 +34,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"gd\"
+* WARNING: Could not enable Extension "gd"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -53,7 +53,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"gd\"
+* NOTICE: Successfully Enabled Extension "gd"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -76,7 +76,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"gd\"
+* NOTICE: Successfully Disabled Extension "gd"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_gettext/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_gettext/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_gettext/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"gettext\"
+* WARNING: Could not enable Extension "gettext"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"gettext\"
+* NOTICE: Successfully Enabled Extension "gettext"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"gettext\"
+* NOTICE: Successfully Disabled Extension "gettext"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_gmp/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_gmp/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_gmp/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"gmp\"
+* WARNING: Could not enable Extension "gmp"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"gmp\"
+* NOTICE: Successfully Enabled Extension "gmp"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"gmp\"
+* NOTICE: Successfully Disabled Extension "gmp"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_hash/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_hash/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_hash/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"hash\"
+* WARNING: Could not enable Extension "hash"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"hash\"
+* NOTICE: Successfully Enabled Extension "hash"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"hash\"
+* NOTICE: Successfully Disabled Extension "hash"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_iconv/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_iconv/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_iconv/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -30,7 +30,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"iconv\"
+* WARNING: Could not enable Extension "iconv"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -49,7 +49,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"iconv\"
+* NOTICE: Successfully Enabled Extension "iconv"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -72,7 +72,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"iconv\"
+* NOTICE: Successfully Disabled Extension "iconv"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_imap/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_imap/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_imap/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -25,7 +25,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"imap\"
+* WARNING: Could not enable Extension "imap"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -44,7 +44,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"imap\"
+* NOTICE: Successfully Enabled Extension "imap"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -67,7 +67,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"imap\"
+* NOTICE: Successfully Disabled Extension "imap"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_json/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_json/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_json/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"json\"
+* WARNING: Could not enable Extension "json"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"json\"
+* NOTICE: Successfully Enabled Extension "json"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"json\"
+* NOTICE: Successfully Disabled Extension "json"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_ldap/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_ldap/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_ldap/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -25,7 +25,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"ldap\"
+* WARNING: Could not enable Extension "ldap"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -44,7 +44,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"ldap\"
+* NOTICE: Successfully Enabled Extension "ldap"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -67,7 +67,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"ldap\"
+* NOTICE: Successfully Disabled Extension "ldap"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -25,7 +25,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"mbstring\"
+* WARNING: Could not enable Extension "mbstring"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -44,7 +44,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"mbstring\"
+* NOTICE: Successfully Enabled Extension "mbstring"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -67,7 +67,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"mbstring\"
+* NOTICE: Successfully Disabled Extension "mbstring"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"mcrypt\"
+* WARNING: Could not enable Extension "mcrypt"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"mcrypt\"
+* NOTICE: Successfully Enabled Extension "mcrypt"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"mcrypt\"
+* NOTICE: Successfully Disabled Extension "mcrypt"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_mhash/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_mhash/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_mhash/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"mhash\"
+* WARNING: Could not enable Extension "mhash"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"mhash\"
+* NOTICE: Successfully Enabled Extension "mhash"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"mhash\"
+* NOTICE: Successfully Disabled Extension "mhash"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"mime_magic\"
+* WARNING: Could not enable Extension "mime_magic"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"mime_magic\"
+* NOTICE: Successfully Enabled Extension "mime_magic"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"mime_magic\"
+* NOTICE: Successfully Disabled Extension "mime_magic"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_mssql/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_mssql/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_mssql/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"mssql\"
+* WARNING: Could not enable Extension "mssql"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"mssql\"
+* NOTICE: Successfully Enabled Extension "mssql"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"mssql\"
+* NOTICE: Successfully Disabled Extension "mssql"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_mysql/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_mysql/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_mysql/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -24,7 +24,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"mysql\"
+* WARNING: Could not enable Extension "mysql"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -43,7 +43,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"mysql\"
+* NOTICE: Successfully Enabled Extension "mysql"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -66,7 +66,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"mysql\"
+* NOTICE: Successfully Disabled Extension "mysql"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"mysqli\"
+* WARNING: Could not enable Extension "mysqli"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"mysqli\"
+* NOTICE: Successfully Enabled Extension "mysqli"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"mysqli\"
+* NOTICE: Successfully Disabled Extension "mysqli"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"ncurses\"
+* WARNING: Could not enable Extension "ncurses"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"ncurses\"
+* NOTICE: Successfully Enabled Extension "ncurses"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"ncurses\"
+* NOTICE: Successfully Disabled Extension "ncurses"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_odbc/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_odbc/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_odbc/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -25,7 +25,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"odbc\"
+* WARNING: Could not enable Extension "odbc"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -44,7 +44,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"odbc\"
+* NOTICE: Successfully Enabled Extension "odbc"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -67,7 +67,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"odbc\"
+* NOTICE: Successfully Disabled Extension "odbc"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_openssl/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_openssl/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_openssl/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"openssl\"
+* WARNING: Could not enable Extension "openssl"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"openssl\"
+* NOTICE: Successfully Enabled Extension "openssl"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"openssl\"
+* NOTICE: Successfully Disabled Extension "openssl"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"pcntl\"
+* WARNING: Could not enable Extension "pcntl"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"pcntl\"
+* NOTICE: Successfully Enabled Extension "pcntl"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"pcntl\"
+* NOTICE: Successfully Disabled Extension "pcntl"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Added: csw/mgar/pkg/php5/trunk/extensions/php5_pdo/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pdo/Makefile	                        (rev 0)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pdo/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -0,0 +1,75 @@
+PHP5EXT_NAME = pdo
+
+PACKAGES += CSWphp5pdo
+
+CATALOGNAME_CSWphp5pdo = php5_pdo
+SPKG_DESC_CSWphp5pdo = pdo Extention for PHP5
+REQUIRED_PKGS_CSWphp5pdo = CSWphp5 
+
+PKGFILES_CSWphp5pdo  = .*/lib/php/extensions/.*/pdo\.so*
+PKGFILES_CSWphp5pdo += .*/lib/php/extensions/.*/pdo\.a*
+
+define CSWphp5pdo_postinstall
+#!/bin/sh
+
+PHP_INI=/opt/csw/php5/lib/php.ini
+
+echo "[===> Running Post Install <===]"
+echo "   ===> Enabling pdo extension"
+
+if grep 'CSW Extensions' $${PHP_INI} >/dev/null 2>&1; then
+    /bin/true
+else
+    cat << _EOF_
+******************************************************************************
+* WARNING: Could not enable Extension "pdo"
+* You will need to enable it by hand as follows:
+*
+* open $${PHP_INI} in your favorite text editor
+* Add the following line to the file, save, and restart your web server
+* extension=pdo.so
+******************************************************************************
+_EOF_
+exit 0
+fi
+
+if grep 'extension=pdo.so' $${PHP_INI} >/dev/null 2>&1; then
+    perl -i -plne 's|;extension=pdo.so|extension=pdo.so|' $${PHP_INI}
+else
+        perl -i -pe 's|.*CSW Extensions|; CSW Extensions\nextension=pdo.so|' $${PHP_INI}
+        fi
+
+cat << _EOF_
+******************************************************************************
+* NOTICE: Successfully Enabled Extension "pdo"
+* in $${PHP_INI}
+*
+* You will need to restart your web server to finish the install
+******************************************************************************
+_EOF_
+
+
+exit 0
+endef
+
+define CSWphp5pdo_preremove
+#!/bin/sh
+
+PHP_INI=/opt/csw/php5/lib/php.ini
+
+echo "[===> Running Pre Remove <===]"
+echo "   ===> Disabling pdo extension"
+
+perl -i -plne 's|extension=pdo.so|;extension=pdo.so|' $${PHP_INI}
+
+cat << _EOF_
+******************************************************************************
+* NOTICE: Successfully Disabled Extension "pdo"
+* in $${PHP_INI}
+*
+* You will need to restart your web server to finish the removal
+******************************************************************************
+_EOF_
+
+exit 0
+endef

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -4,7 +4,7 @@
 
 CATALOGNAME_CSWphp5pdomysql = php5_pdomysql
 SPKG_DESC_CSWphp5pdomysql = pdomysql Extention for PHP5
-REQUIRED_PKGS_CSWphp5pdomysql = CSWphp5 CSWmysql5rt CSWzlib 
+REQUIRED_PKGS_CSWphp5pdomysql = CSWphp5 CSWmysql5rt CSWzlib CSWphp5pdo
 
 CONFIGURE_ARGS += --with-pdo-mysql=shared,$(prefix)
 CONFIGURE_ARGS += --with-zlib-dir=$(prefix)
@@ -24,7 +24,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"pdomysql\"
+* WARNING: Could not enable Extension "pdomysql"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -43,7 +43,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"pdomysql\"
+* NOTICE: Successfully Enabled Extension "pdomysql"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -66,7 +66,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"pdomysql\"
+* NOTICE: Successfully Disabled Extension "pdomysql"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -4,7 +4,7 @@
 
 CATALOGNAME_CSWphp5pdoodbc = php5_pdoodbc
 SPKG_DESC_CSWphp5pdoodbc = pdoodbc Extention for PHP5
-REQUIRED_PKGS_CSWphp5pdoodbc = CSWphp5 CSWunixodbc 
+REQUIRED_PKGS_CSWphp5pdoodbc = CSWphp5 CSWunixodbc CSWphp5pdo
 
 CONFIGURE_ARGS += --with-pdo-odbc=shared,unixODBC,$(prefix)
 
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"pdoodbc\"
+* WARNING: Could not enable Extension "pdoodbc"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"pdoodbc\"
+* NOTICE: Successfully Enabled Extension "pdoodbc"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"pdoodbc\"
+* NOTICE: Successfully Disabled Extension "pdoodbc"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -4,7 +4,7 @@
 
 CATALOGNAME_CSWphp5pdopgsql = php5_pdopgsql
 SPKG_DESC_CSWphp5pdopgsql = pdopgsql Extention for PHP5
-REQUIRED_PKGS_CSWphp5pdopgsql = CSWphp5 CSWlibpq 
+REQUIRED_PKGS_CSWphp5pdopgsql = CSWphp5 CSWlibpq CSWphp5pdo
 
 PATCHFILES += pdopgsql.diff
 
@@ -25,7 +25,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"pdopgsql\"
+* WARNING: Could not enable Extension "pdopgsql"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -44,7 +44,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"pdopgsql\"
+* NOTICE: Successfully Enabled Extension "pdopgsql"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -67,7 +67,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"pdopgsql\"
+* NOTICE: Successfully Disabled Extension "pdopgsql"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -4,7 +4,7 @@
 
 CATALOGNAME_CSWphp5pdosqlite = php5_pdosqlite
 SPKG_DESC_CSWphp5pdosqlite = pdosqlite Extention for PHP5
-REQUIRED_PKGS_CSWphp5pdosqlite = CSWphp5 
+REQUIRED_PKGS_CSWphp5pdosqlite = CSWphp5 CSWphp5pdo
 
 CONFIGURE_ARGS += --with-pdo-sqlite=shared
 
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"pdosqlite\"
+* WARNING: Could not enable Extension "pdosqlite"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"pdosqlite\"
+* NOTICE: Successfully Enabled Extension "pdosqlite"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"pdosqlite\"
+* NOTICE: Successfully Disabled Extension "pdosqlite"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -25,7 +25,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"pgsql\"
+* WARNING: Could not enable Extension "pgsql"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -44,7 +44,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"pgsql\"
+* NOTICE: Successfully Enabled Extension "pgsql"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -67,7 +67,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"pgsql\"
+* NOTICE: Successfully Disabled Extension "pgsql"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_posix/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_posix/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_posix/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"posix\"
+* WARNING: Could not enable Extension "posix"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"posix\"
+* NOTICE: Successfully Enabled Extension "posix"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"posix\"
+* NOTICE: Successfully Disabled Extension "posix"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pspell/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pspell/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pspell/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"pspell\"
+* WARNING: Could not enable Extension "pspell"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"pspell\"
+* NOTICE: Successfully Enabled Extension "pspell"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"pspell\"
+* NOTICE: Successfully Disabled Extension "pspell"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_readline/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_readline/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_readline/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -24,7 +24,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"readline\"
+* WARNING: Could not enable Extension "readline"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -43,7 +43,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"readline\"
+* NOTICE: Successfully Enabled Extension "readline"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -66,7 +66,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"readline\"
+* NOTICE: Successfully Disabled Extension "readline"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_recode/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_recode/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_recode/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -12,7 +12,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"recode\"
+* WARNING: Could not enable Extension "recode"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -31,7 +31,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"recode\"
+* NOTICE: Successfully Enabled Extension "recode"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -54,7 +54,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"recode\"
+* NOTICE: Successfully Disabled Extension "recode"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_session/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_session/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_session/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"session\"
+* WARNING: Could not enable Extension "session"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"session\"
+* NOTICE: Successfully Enabled Extension "session"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"session\"
+* NOTICE: Successfully Disabled Extension "session"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_shmop/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_shmop/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_shmop/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"shmop\"
+* WARNING: Could not enable Extension "shmop"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"shmop\"
+* NOTICE: Successfully Enabled Extension "shmop"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"shmop\"
+* NOTICE: Successfully Disabled Extension "shmop"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -19,7 +19,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"simplexml\"
+* WARNING: Could not enable Extension "simplexml"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -38,7 +38,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"simplexml\"
+* NOTICE: Successfully Enabled Extension "simplexml"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -61,7 +61,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"simplexml\"
+* NOTICE: Successfully Disabled Extension "simplexml"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_snmp/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_snmp/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_snmp/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"snmp\"
+* WARNING: Could not enable Extension "snmp"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"snmp\"
+* NOTICE: Successfully Enabled Extension "snmp"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"snmp\"
+* NOTICE: Successfully Disabled Extension "snmp"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_soap/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_soap/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_soap/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -24,7 +24,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"soap\"
+* WARNING: Could not enable Extension "soap"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -43,7 +43,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"soap\"
+* NOTICE: Successfully Enabled Extension "soap"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -66,7 +66,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"soap\"
+* NOTICE: Successfully Disabled Extension "soap"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_sockets/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_sockets/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_sockets/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"sockets\"
+* WARNING: Could not enable Extension "sockets"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"sockets\"
+* NOTICE: Successfully Enabled Extension "sockets"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"sockets\"
+* NOTICE: Successfully Disabled Extension "sockets"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -24,7 +24,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"sqlite\"
+* WARNING: Could not enable Extension "sqlite"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -43,7 +43,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"sqlite\"
+* NOTICE: Successfully Enabled Extension "sqlite"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -66,7 +66,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"sqlite\"
+* NOTICE: Successfully Disabled Extension "sqlite"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"sysvmsg\"
+* WARNING: Could not enable Extension "sysvmsg"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"sysvmsg\"
+* NOTICE: Successfully Enabled Extension "sysvmsg"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"sysvmsg\"
+* NOTICE: Successfully Disabled Extension "sysvmsg"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"sysvsem\"
+* WARNING: Could not enable Extension "sysvsem"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"sysvsem\"
+* NOTICE: Successfully Enabled Extension "sysvsem"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"sysvsem\"
+* NOTICE: Successfully Disabled Extension "sysvsem"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"sysvshm\"
+* WARNING: Could not enable Extension "sysvshm"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"sysvshm\"
+* NOTICE: Successfully Enabled Extension "sysvshm"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"sysvshm\"
+* NOTICE: Successfully Disabled Extension "sysvshm"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_tidy/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_tidy/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_tidy/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"tidy\"
+* WARNING: Could not enable Extension "tidy"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"tidy\"
+* NOTICE: Successfully Enabled Extension "tidy"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"tidy\"
+* NOTICE: Successfully Disabled Extension "tidy"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -23,7 +23,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"tokenizer\"
+* WARNING: Could not enable Extension "tokenizer"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -42,7 +42,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"tokenizer\"
+* NOTICE: Successfully Enabled Extension "tokenizer"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -65,7 +65,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"tokenizer\"
+* NOTICE: Successfully Disabled Extension "tokenizer"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_wddx/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_wddx/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_wddx/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -25,7 +25,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"wddx\"
+* WARNING: Could not enable Extension "wddx"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -44,7 +44,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"wddx\"
+* NOTICE: Successfully Enabled Extension "wddx"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -67,7 +67,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"wddx\"
+* NOTICE: Successfully Disabled Extension "wddx"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_xml/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_xml/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_xml/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -17,7 +17,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"xml\"
+* WARNING: Could not enable Extension "xml"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -36,7 +36,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"xml\"
+* NOTICE: Successfully Enabled Extension "xml"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -59,7 +59,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"xml\"
+* NOTICE: Successfully Disabled Extension "xml"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -24,7 +24,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"xmlreader\"
+* WARNING: Could not enable Extension "xmlreader"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -43,7 +43,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"xmlreader\"
+* NOTICE: Successfully Enabled Extension "xmlreader"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -66,7 +66,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"xmlreader\"
+* NOTICE: Successfully Disabled Extension "xmlreader"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -26,7 +26,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"xmlrpc\"
+* WARNING: Could not enable Extension "xmlrpc"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -45,7 +45,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"xmlrpc\"
+* NOTICE: Successfully Enabled Extension "xmlrpc"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -68,7 +68,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"xmlrpc\"
+* NOTICE: Successfully Disabled Extension "xmlrpc"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -24,7 +24,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"xmlwriter\"
+* WARNING: Could not enable Extension "xmlwriter"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -43,7 +43,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"xmlwriter\"
+* NOTICE: Successfully Enabled Extension "xmlwriter"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -66,7 +66,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"xmlwriter\"
+* NOTICE: Successfully Disabled Extension "xmlwriter"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_xsl/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_xsl/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_xsl/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -24,7 +24,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"xsl\"
+* WARNING: Could not enable Extension "xsl"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -43,7 +43,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"xsl\"
+* NOTICE: Successfully Enabled Extension "xsl"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -66,7 +66,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"xsl\"
+* NOTICE: Successfully Disabled Extension "xsl"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_zip/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_zip/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_zip/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -24,7 +24,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"zip\"
+* WARNING: Could not enable Extension "zip"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -43,7 +43,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"zip\"
+* NOTICE: Successfully Enabled Extension "zip"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -66,7 +66,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"zip\"
+* NOTICE: Successfully Disabled Extension "zip"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal

Modified: csw/mgar/pkg/php5/trunk/extensions/php5_zlib/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_zlib/Makefile	2009-04-02 19:55:35 UTC (rev 4165)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_zlib/Makefile	2009-04-02 20:01:16 UTC (rev 4166)
@@ -16,7 +16,7 @@
 else
     cat << _EOF_
 ******************************************************************************
-* WARNING: Could not enable Extension \"zlib\"
+* WARNING: Could not enable Extension "zlib"
 * You will need to enable it by hand as follows:
 *
 * open $${PHP_INI} in your favorite text editor
@@ -35,7 +35,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Enabled Extension \"zlib\"
+* NOTICE: Successfully Enabled Extension "zlib"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the install
@@ -58,7 +58,7 @@
 
 cat << _EOF_
 ******************************************************************************
-* NOTICE: Successfully Disabled Extension \"zlib\"
+* NOTICE: Successfully Disabled Extension "zlib"
 * in $${PHP_INI}
 *
 * You will need to restart your web server to finish the removal


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