[csw-devel] SF.net SVN: gar:[13495] csw/mgar/pkg/php5/trunk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Mon Feb 28 04:03:59 CET 2011
Revision: 13495
http://gar.svn.sourceforge.net/gar/?rev=13495&view=rev
Author: bdwalton
Date: 2011-02-28 03:03:58 +0000 (Mon, 28 Feb 2011)
Log Message:
-----------
php5/trunk: import package splitting for the extensions into top level, enable directly via configure args, import patches to files/
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_filter/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_pdo/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_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/files/odbc.diff
csw/mgar/pkg/php5/trunk/files/pdopgsql.diff
csw/mgar/pkg/php5/trunk/files/pgsql.diff
Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -27,15 +27,294 @@
DISTFILES += php.ini.CSW phpext pear.conf.CSW CSWphp5.postinstall
PACKAGES = CSWphp5 CSWphp5devel
+PACKAGES += CSWphp5bcmath
+PACKAGES += CSWphp5bz2
+PACKAGES += CSWphp5calendar
+PACKAGES += CSWphp5ctype
+PACKAGES += CSWphp5curl
+PACKAGES += CSWphp5dba
+PACKAGES += CSWphp5dbase
+PACKAGES += CSWphp5dom
+PACKAGES += CSWphp5exif
+PACKAGES += CSWphp5ftp
+PACKAGES += CSWphp5gd
+PACKAGES += CSWphp5gettext
+PACKAGES += CSWphp5gmp
+PACKAGES += CSWphp5hash
+PACKAGES += CSWphp5iconv
+PACKAGES += CSWphp5imap
+PACKAGES += CSWphp5json
+PACKAGES += CSWphp5ldap
+PACKAGES += CSWphp5mbstring
+PACKAGES += CSWphp5mcrypt
+PACKAGES += CSWphp5mhash
+PACKAGES += CSWphp5mimemagic
+PACKAGES += CSWphp5mssql
+PACKAGES += CSWphp5mysql
+PACKAGES += CSWphp5mysqli
+PACKAGES += CSWphp5ncurses
+PACKAGES += CSWphp5odbc
+PACKAGES += CSWphp5openssl
+PACKAGES += CSWphp5pcntl
+PACKAGES += CSWphp5pdo
+PACKAGES += CSWphp5pdomysql
+PACKAGES += CSWphp5pdoodbc
+PACKAGES += CSWphp5pdopgsql
+PACKAGES += CSWphp5pdosqlite
+PACKAGES += CSWphp5pgsql
+PACKAGES += CSWphp5posix
+PACKAGES += CSWphp5pspell
+PACKAGES += CSWphp5readline
+PACKAGES += CSWphp5session
+PACKAGES += CSWphp5shmop
+PACKAGES += CSWphp5snmp
+PACKAGES += CSWphp5soap
+PACKAGES += CSWphp5sockets
+PACKAGES += CSWphp5sqlite
+PACKAGES += CSWphp5sysvmsg
+PACKAGES += CSWphp5sysvsem
+PACKAGES += CSWphp5sysvshm
+PACKAGES += CSWphp5tidy
+PACKAGES += CSWphp5tokenizer
+PACKAGES += CSWphp5wddx
+PACKAGES += CSWphp5xmlreader
+PACKAGES += CSWphp5xmlrpc
+PACKAGES += CSWphp5xmlwriter
+PACKAGES += CSWphp5xsl
+PACKAGES += CSWphp5zip
CATALOGNAME_CSWphp5 = php5
SPKG_DESC_CSWphp5 = A High-Level Scripting Language
+
CATALOGNAME_CSWphp5devel = php5_devel
SPKG_DESC_CSWphp5devel = Development files for php5
RUNTIME_DEP_PKGS_CSWphp5 = CSWiconv
RUNTIME_DEP_PKGS_CSWphp5 += CSWlibxml2 CSWzlib
RUNTIME_DEP_PKGS_CSWphp5 += CSWlibmm CSWapache2
+CATALOGNAME_CSWphp5bcmath = php5_bcmath
+SPKG_DESC_CSWphp5bcmath = bcmath Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5bcmath = CSWphp5
+
+CATALOGNAME_CSWphp5bz2 = php5_bz2
+SPKG_DESC_CSWphp5bz2 = bz2 Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5bz2 = CSWphp5 CSWbzip2
+
+CATALOGNAME_CSWphp5calendar = php5_calendar
+SPKG_DESC_CSWphp5calendar = calendar Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5calendar = CSWphp5
+
+CATALOGNAME_CSWphp5ctype = php5_ctype
+SPKG_DESC_CSWphp5ctype = ctype Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5ctype = CSWphp5
+
+CATALOGNAME_CSWphp5curl = php5_curl
+SPKG_DESC_CSWphp5curl = curl Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5curl = CSWphp5 CSWcurlrt CSWlibidn
+RUNTIME_DEP_PKGS_CSWphp5curl += CSWoldaprt CSWosslrt CSWzlib
+
+CATALOGNAME_CSWphp5dba = php5_dba
+SPKG_DESC_CSWphp5dba = dba Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5dba = CSWphp5 CSWbdb CSWgdbm
+
+CATALOGNAME_CSWphp5dbase = php5_dbase
+SPKG_DESC_CSWphp5dbase = dbase Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5dbase = CSWphp5
+
+CATALOGNAME_CSWphp5dom = php5_dom
+SPKG_DESC_CSWphp5dom = dom Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5dom = CSWphp5 CSWiconv CSWlibxml2 CSWzlib
+
+CATALOGNAME_CSWphp5exif = php5_exif
+SPKG_DESC_CSWphp5exif = exif Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5exif = CSWphp5
+
+CATALOGNAME_CSWphp5ftp = php5_ftp
+SPKG_DESC_CSWphp5ftp = ftp Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5ftp = CSWphp5 CSWosslrt
+
+CATALOGNAME_CSWphp5gd = php5_gd
+SPKG_DESC_CSWphp5gd = gd Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5gd = CSWphp5 CSWftype2 CSWgd CSWjpeg
+RUNTIME_DEP_PKGS_CSWphp5gd += CSWpng CSWt1lib CSWxpm CSWzlib
+
+CATALOGNAME_CSWphp5gettext = php5_gettext
+SPKG_DESC_CSWphp5gettext = gettext Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5gettext = CSWphp5 CSWggettextrt
+
+CATALOGNAME_CSWphp5gmp = php5_gmp
+SPKG_DESC_CSWphp5gmp = gmp Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5gmp = CSWphp5 CSWlibgmp
+
+CATALOGNAME_CSWphp5hash = php5_hash
+SPKG_DESC_CSWphp5hash = hash Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5hash = CSWphp5
+
+CATALOGNAME_CSWphp5iconv = php5_iconv
+SPKG_DESC_CSWphp5iconv = iconv Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5iconv = CSWphp5 CSWiconv
+
+CATALOGNAME_CSWphp5imap = php5_imap
+SPKG_DESC_CSWphp5imap = imap Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5imap = CSWphp5 CSWimaprt CSWkrb5lib CSWosslrt
+
+CATALOGNAME_CSWphp5json = php5_json
+SPKG_DESC_CSWphp5json = json Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5json = CSWphp5
+
+CATALOGNAME_CSWphp5ldap = php5_ldap
+SPKG_DESC_CSWphp5ldap = ldap Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5ldap = CSWphp5 CSWoldaprt CSWsasl
+
+CATALOGNAME_CSWphp5mbstring = php5_mbstring
+SPKG_DESC_CSWphp5mbstring = mbstring Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5mbstring = CSWphp5
+
+CATALOGNAME_CSWphp5mcrypt = php5_mcrypt
+SPKG_DESC_CSWphp5mcrypt = mcrypt Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5mcrypt = CSWphp5 CSWlibmcrypt CSWlibtoolrt
+
+CATALOGNAME_CSWphp5mhash = php5_mhash
+SPKG_DESC_CSWphp5mhash = mhash Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5mhash = CSWphp5 CSWlibmhash
+
+CATALOGNAME_CSWphp5mimemagic = php5_mime_magic
+SPKG_DESC_CSWphp5mimemagic = mime magic Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5mimemagic = CSWphp5
+
+CATALOGNAME_CSWphp5mssql = php5_mssql
+SPKG_DESC_CSWphp5mssql = mssql Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5mssql = CSWphp5 CSWfreetds
+
+CATALOGNAME_CSWphp5mysql = php5_mysql
+SPKG_DESC_CSWphp5mysql = mysql Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5mysql = CSWphp5 CSWmysql5rt
+
+CATALOGNAME_CSWphp5mysqli = php5_mysqli
+SPKG_DESC_CSWphp5mysqli = mysqli Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5mysqli = CSWphp5 CSWmysql5rt CSWzlib
+
+CATALOGNAME_CSWphp5ncurses = php5_ncurses
+SPKG_DESC_CSWphp5ncurses = ncurses Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5ncurses = CSWphp5 CSWncurses
+
+CATALOGNAME_CSWphp5odbc = php5_odbc
+SPKG_DESC_CSWphp5odbc = odbc Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5odbc = CSWphp5 CSWunixodbc
+
+CATALOGNAME_CSWphp5openssl = php5_openssl
+SPKG_DESC_CSWphp5openssl = openssl Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5openssl = CSWphp5 CSWosslrt CSWkrb5lib
+
+CATALOGNAME_CSWphp5pcntl = php5_pcntl
+SPKG_DESC_CSWphp5pcntl = pcntl Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5pcntl = CSWphp5
+
+CATALOGNAME_CSWphp5pdo = php5_pdo
+SPKG_DESC_CSWphp5pdo = A database access abstraction module for PHP applications
+RUNTIME_DEP_PKGS_CSWphp5pdo = CSWphp5
+
+CATALOGNAME_CSWphp5pdomysql = php5_pdomysql
+SPKG_DESC_CSWphp5pdomysql = A MySQL specific database access abstraction module for PHP applications
+RUNTIME_DEP_PKGS_CSWphp5pdomysql = CSWphp5 CSWmysql5rt CSWzlib CSWphp5pdo
+
+CATALOGNAME_CSWphp5pdoodbc = php5_pdoodbc
+SPKG_DESC_CSWphp5pdoodbc = An ODBC specific database access abstraction module for PHP applications
+RUNTIME_DEP_PKGS_CSWphp5pdoodbc = CSWphp5 CSWunixodbc CSWphp5pdo
+
+CATALOGNAME_CSWphp5pdopgsql = php5_pdopgsql
+SPKG_DESC_CSWphp5pdopgsql = A PgSQL specific database access abstraction module for PHP applications
+RUNTIME_DEP_PKGS_CSWphp5pdopgsql = CSWphp5 CSWlibpq CSWphp5pdo
+
+CATALOGNAME_CSWphp5pdosqlite = php5_pdosqlite
+SPKG_DESC_CSWphp5pdosqlite = A Sqlite specific database access abstraction module for PHP applications
+RUNTIME_DEP_PKGS_CSWphp5pdosqlite = CSWphp5 CSWphp5pdo
+
+CATALOGNAME_CSWphp5pgsql = php5_pgsql
+SPKG_DESC_CSWphp5pgsql = pgsql Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5pgsql = CSWphp5 CSWlibpq
+
+CATALOGNAME_CSWphp5posix = php5_posix
+SPKG_DESC_CSWphp5posix = posix Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5posix = CSWphp5
+
+CATALOGNAME_CSWphp5pspell = php5_pspell
+SPKG_DESC_CSWphp5pspell = pspell Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5pspell = CSWphp5 CSWaspell
+
+CATALOGNAME_CSWphp5readline = php5_readline
+SPKG_DESC_CSWphp5readline = readline Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5readline = CSWphp5 CSWreadline CSWncurses
+
+CATALOGNAME_CSWphp5session = php5_session
+SPKG_DESC_CSWphp5session = session Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5session = CSWphp5 CSWlibmm
+
+CATALOGNAME_CSWphp5shmop = php5_shmop
+SPKG_DESC_CSWphp5shmop = shmop Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5shmop = CSWphp5
+
+CATALOGNAME_CSWphp5snmp = php5_snmp
+SPKG_DESC_CSWphp5snmp = snmp Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5snmp = CSWphp5 CSWnetsnmp CSWosslrt CSWtcpwrap
+
+CATALOGNAME_CSWphp5soap = php5_soap
+SPKG_DESC_CSWphp5soap = soap Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5soap = CSWphp5 CSWiconv CSWlibxml2 CSWzlib
+
+CATALOGNAME_CSWphp5sockets = php5_sockets
+SPKG_DESC_CSWphp5sockets = sockets Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5sockets = CSWphp5
+
+CATALOGNAME_CSWphp5sqlite = php5_sqlite
+SPKG_DESC_CSWphp5sqlite = sqlite Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5sqlite = CSWphp5 CSWsqlite
+
+CATALOGNAME_CSWphp5sysvmsg = php5_sysvmsg
+SPKG_DESC_CSWphp5sysvmsg = sysvmsg Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5sysvmsg = CSWphp5
+
+CATALOGNAME_CSWphp5sysvsem = php5_sysvsem
+SPKG_DESC_CSWphp5sysvsem = sysvsem Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5sysvsem = CSWphp5
+
+CATALOGNAME_CSWphp5sysvshm = php5_sysvshm
+SPKG_DESC_CSWphp5sysvshm = sysvshm Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5sysvshm = CSWphp5
+
+CATALOGNAME_CSWphp5tidy = php5_tidy
+SPKG_DESC_CSWphp5tidy = tidy Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5tidy = CSWphp5 CSWhtmltidy
+
+CATALOGNAME_CSWphp5tokenizer = php5_tokenizer
+SPKG_DESC_CSWphp5tokenizer = tokenizer Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5tokenizer = CSWphp5
+
+CATALOGNAME_CSWphp5wddx = php5_wddx
+SPKG_DESC_CSWphp5wddx = wddx Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5wddx = CSWphp5
+
+CATALOGNAME_CSWphp5xmlreader = php5_xmlreader
+SPKG_DESC_CSWphp5xmlreader = xmlreader Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5xmlreader = CSWphp5 CSWiconv CSWlibxml2 CSWzlib
+
+CATALOGNAME_CSWphp5xmlrpc = php5_xmlrpc
+SPKG_DESC_CSWphp5xmlrpc = xmlrpc Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5xmlrpc = CSWphp5 CSWiconv CSWlibxml2 CSWzlib CSWexpat
+
+CATALOGNAME_CSWphp5xmlwriter = php5_xmlwriter
+SPKG_DESC_CSWphp5xmlwriter = xmlwriter Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5xmlwriter = CSWphp5 CSWiconv CSWlibxml2 CSWzlib
+
+CATALOGNAME_CSWphp5xsl = php5_xsl
+SPKG_DESC_CSWphp5xsl = xsl Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5xsl = CSWphp5 CSWiconv CSWlibxml2
+RUNTIME_DEP_PKGS_CSWphp5xsl += CSWlibxslt CSWzlib
+
+CATALOGNAME_CSWphp5zip = php5_zip
+SPKG_DESC_CSWphp5zip = zip Extention for PHP5
+RUNTIME_DEP_PKGS_CSWphp5zip = CSWphp5 CSWzlib
+
PKGFILES_CSWphp5devel = $(bindir)/php-config
PKGFILES_CSWphp5devel += $(bindir)/phpize
PKGFILES_CSWphp5devel += $(bindir)/peardev
@@ -55,7 +334,128 @@
PKGFILES_CSWphp5devel += $(mandir)/man1/php-config.1
PKGFILES_CSWphp5devel += $(mandir)/man1/phpize.1
+PKGFILES_CSWphp5bcmath = .*/lib/php/extensions/.*/bcmath.*
+
+PKGFILES_CSWphp5bz2 = .*/lib/php/extensions/.*/bz2.*
+
+PKGFILES_CSWphp5calendar = .*/lib/php/extensions/.*/calendar.*
+
+PKGFILES_CSWphp5ctype = .*/lib/php/extensions/.*/ctype.*
+
+PKGFILES_CSWphp5curl = .*/lib/php/extensions/.*/curl.*
+
+PKGFILES_CSWphp5dba = .*/lib/php/extensions/.*/dba\.so
+
+PKGFILES_CSWphp5dbase = .*/lib/php/extensions/.*/dbase.*
+
+PKGFILES_CSWphp5dom = .*/lib/php/extensions/.*/dom.*
+PKGFILES_CSWphp5dom += .*/include/php/ext/dom.*
+
+PKGFILES_CSWphp5exif = .*/lib/php/extensions/.*/exif.*
+
+PKGFILES_CSWphp5ftp = .*/lib/php/extensions/.*/ftp.*
+
+PKGFILES_CSWphp5gd = .*/lib/php/extensions/.*/gd.*
+PKGFILES_CSWphp5gd += .*/include/php/ext/gd.*
+
+PKGFILES_CSWphp5gettext = .*/lib/php/extensions/.*/gettext.*
+
+PKGFILES_CSWphp5gmp = .*/lib/php/extensions/.*/gmp.*
+
+PKGFILES_CSWphp5hash = .*/lib/php/extensions/.*/hash.*
+PKGFILES_CSWphp5hash += .*/include/php/ext/hash.*
+
+PKGFILES_CSWphp5iconv = .*/lib/php/extensions/.*/iconv.*
+PKGFILES_CSWphp5iconv += .*/include/php/ext/iconv.*
+
+PKGFILES_CSWphp5imap = .*/lib/php/extensions/.*/imap.*
+
+PKGFILES_CSWphp5json = .*/lib/php/extensions/.*/json.*
+
+PKGFILES_CSWphp5ldap = .*/lib/php/extensions/.*/ldap.*
+
+PKGFILES_CSWphp5mbstring = .*/lib/php/extensions/.*/mbstring.*
+PKGFILES_CSWphp5mbstring += .*/include/php/ext/mbstring.*
+
+PKGFILES_CSWphp5mcrypt = .*/lib/php/extensions/.*/mcrypt.*
+
+PKGFILES_CSWphp5mhash = .*/lib/php/extensions/.*/mhash.*
+
+PKGFILES_CSWphp5mimemagic = .*/lib/php/extensions/.*/mime_magic.*
+
+PKGFILES_CSWphp5mssql = .*/lib/php/extensions/.*/mssql.*
+
+PKGFILES_CSWphp5mysql = .*/lib/php/extensions/.*/mysql\.so
+
+PKGFILES_CSWphp5mysqli = .*/lib/php/extensions/.*/mysqli.*
+
+PKGFILES_CSWphp5ncurses = .*/lib/php/extensions/.*/ncurses.*
+
+PKGFILES_CSWphp5odbc = .*/lib/php/extensions/.*/odbc.*
+
+PKGFILES_CSWphp5openssl = .*/lib/php/extensions/.*/openssl.*
+
+PKGFILES_CSWphp5pcntl = .*/lib/php/extensions/.*/pcntl.*
+
+PKGFILES_CSWphp5pdo = .*/lib/php/extensions/.*/pdo\.so*
+PKGFILES_CSWphp5pdo += .*/include/php/ext/pdo.*
+
+PKGFILES_CSWphp5pdomysql = .*/lib/php/extensions/.*/pdo_mysql.*
+
+PKGFILES_CSWphp5pdoodbc = .*/lib/php/extensions/.*/pdo_odbc.*
+
+PKGFILES_CSWphp5pdopgsql = .*/lib/php/extensions/.*/pdo_pgsql.*
+
+PKGFILES_CSWphp5pdosqlite = .*/lib/php/extensions/.*/pdo_sqlite.*
+
+PKGFILES_CSWphp5pgsql = .*/lib/php/extensions/.*/pgsql.*
+
+PKGFILES_CSWphp5posix = .*/lib/php/extensions/.*/posix.*
+
+PKGFILES_CSWphp5pspell = .*/lib/php/extensions/.*/pspell.*
+
+PKGFILES_CSWphp5readline = .*/lib/php/extensions/.*/readline.*
+
+PKGFILES_CSWphp5session = .*/lib/php/extensions/.*/session.*
+PKGFILES_CSWphp5session += .*/include/php/ext/session.*
+
+PKGFILES_CSWphp5shmop = .*/lib/php/extensions/.*/shmop.*
+
+PKGFILES_CSWphp5snmp = .*/lib/php/extensions/.*/snmp.*
+
+PKGFILES_CSWphp5soap = .*/lib/php/extensions/.*/soap.*
+
+PKGFILES_CSWphp5sockets = .*/lib/php/extensions/.*/sockets.*
+
+PKGFILES_CSWphp5sqlite = .*/lib/php/extensions/.*/sqlite.*
+PKGFILES_CSWphp5sqlite += .*/include/php/ext/sqlite.*
+
+PKGFILES_CSWphp5sysvmsg = .*/lib/php/extensions/.*/sysvmsg.*
+
+PKGFILES_CSWphp5sysvsem = .*/lib/php/extensions/.*/sysvsem.*
+
+PKGFILES_CSWphp5sysvshm = .*/lib/php/extensions/.*/sysvshm.*
+
+PKGFILES_CSWphp5tidy = .*/lib/php/extensions/.*/tidy.*
+
+PKGFILES_CSWphp5tokenizer = .*/lib/php/extensions/.*/tokenizer.*
+
+PKGFILES_CSWphp5wddx = .*/lib/php/extensions/.*/wddx.*
+
+PKGFILES_CSWphp5xmlreader = .*/lib/php/extensions/.*/xmlreader.*
+
+PKGFILES_CSWphp5xmlrpc = .*/lib/php/extensions/.*/xmlrpc.*
+
+PKGFILES_CSWphp5xmlwriter = .*/lib/php/extensions/.*/xmlwriter.*
+
+PKGFILES_CSWphp5xsl = .*/lib/php/extensions/.*/xsl.*
+
+PKGFILES_CSWphp5zip = .*/lib/php/extensions/.*/zip.*
+
PATCHFILES += configure.diff
+PATCHFILES += odbc.diff
+PATCHFILES += pdopgsql.diff
+PATCHFILES += pgsql.diff
# PHP Extensions, currently deactivated
#
@@ -70,7 +470,14 @@
#include $(EXTENSION_MAKEFILES)
EXTRA_CFLAGS = -I$(prefix)/include/ncursesw
+EXTRA_CFLAGS += -I/opt/csw/include
+export CPPFLAGS
+EXTRA_CPPFLAGS = -I../ext/mbstring
+
+EXTRA_LDFLAGS += -L$(libdir) -R$(libdir)
+LIBS += -lrt -lintl
+
NOISALIST = 1
STRIP_LIBTOOL = 1
@@ -87,6 +494,103 @@
CONFIGURE_ARGS += --with-pear=shared
CONFIGURE_ARGS += --with-pear=shared
CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
+CONFIGURE_ARGS += --enable-bcmath=shared
+CONFIGURE_ARGS += --with-bz2=shared,$(prefix)
+CONFIGURE_ARGS += --enable-calendar=shared
+CONFIGURE_ARGS += --enable-ctype=shared
+CONFIGURE_ARGS += --with-curl=shared,$(prefix)
+CONFIGURE_ARGS += --with-curlwrappers
+CONFIGURE_ARGS += --enable-dba=shared
+CONFIGURE_ARGS += --with-ndbm
+CONFIGURE_ARGS += --with-gdbm=$(prefix)
+CONFIGURE_ARGS += --with-db4=$(prefix)
+CONFIGURE_ARGS += --enable-dbase=shared
+CONFIGURE_ARGS += --enable-dom=shared
+CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
+CONFIGURE_ARGS += --enable-exif=shared
+CONFIGURE_ARGS += --enable-filter=shared
+CONFIGURE_ARGS += --with-pcre-dir=$(prefix)
+CONFIGURE_ARGS += --enable-ftp=shared
+CONFIGURE_ARGS += --with-gd=shared,$(prefix)
+CONFIGURE_ARGS += --with-jpeg-dir=$(prefix)
+CONFIGURE_ARGS += --with-png-dir=$(prefix)
+CONFIGURE_ARGS += --with-zlib-dir=$(prefix)
+CONFIGURE_ARGS += --with-xpm-dir=$(prefix)
+CONFIGURE_ARGS += --with-ttf=$(prefix)
+CONFIGURE_ARGS += --with-freetype-dir=$(prefix)
+CONFIGURE_ARGS += --with-t1lib=$(prefix)
+CONFIGURE_ARGS += --enable-gd-native-ttf
+CONFIGURE_ARGS += --enable-gd-jis-conv
+CONFIGURE_ARGS += --with-gettext=shared,$(prefix)
+CONFIGURE_ARGS += --with-gmp=shared,$(prefix)
+CONFIGURE_ARGS += --enable-hash=shared
+CONFIGURE_ARGS += --with-iconv=shared
+CONFIGURE_ARGS += --with-iconv-dir=$(prefix)
+CONFIGURE_ARGS += --with-imap=shared,$(prefix)
+CONFIGURE_ARGS += --with-kerberos=$(prefix)
+CONFIGURE_ARGS += --with-imap-ssl=$(prefix)
+CONFIGURE_ARGS += --enable-json=shared
+CONFIGURE_ARGS += --with-ldap=shared,$(prefix)
+CONFIGURE_ARGS += --with-ldap-sasl=$(prefix)
+CONFIGURE_ARGS += --enable-mbstring=shared
+CONFIGURE_ARGS += --enable-mbregex=shared
+CONFIGURE_ARGS += --with-mcrypt=shared,$(prefix)
+CONFIGURE_ARGS += --with-mhash=shared,$(prefix)
+CONFIGURE_ARGS += --with-mime-magic=shared
+CONFIGURE_ARGS += --with-mssql=shared,$(prefix)
+CONFIGURE_ARGS += --with-mysql=shared,$(prefix)
+CONFIGURE_ARGS += --with-mysqli=shared,$(bindir)/mysql_config
+CONFIGURE_ARGS += --with-ncurses=shared,$(prefix)
+CONFIGURE_ARGS += --with-unixODBC=shared,$(prefix)
+CONFIGURE_ARGS += --with-openssl=shared,$(prefix)
+CONFIGURE_ARGS += --enable-pcntl=shared
+CONFIGURE_ARGS += --enable-pdo=shared
+CONFIGURE_ARGS += --with-pdo-mysql=shared,$(prefix)
+CONFIGURE_ARGS += --with-zlib-dir=$(prefix)
+CONFIGURE_ARGS += --with-pdo-odbc=shared,unixODBC,$(prefix)
+CONFIGURE_ARGS += --with-pdo-pgsql=shared,$(prefix)/postgresql
+CONFIGURE_ARGS += --with-pdo-sqlite=shared,$(prefix)
+CONFIGURE_ARGS += --with-pgsql=shared,$(prefix)/postgresql
+CONFIGURE_ARGS += --enable-posix=shared
+CONFIGURE_ARGS += --with-pspell=shared,$(prefix)
+CONFIGURE_ARGS += --with-libedit=no
+CONFIGURE_ARGS += --with-readline=shared,/opt/csw
+CONFIGURE_ARGS += --enable-session=shared
+CONFIGURE_ARGS += --enable-shmop=shared
+## build this static, php can not run without it.
+## it is more efficient to have this built into the php binary
+CONFIGURE_ARGS += --enable-simplexml
+CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
+##
+CONFIGURE_ARGS += --with-snmp=shared,$(prefix)
+CONFIGURE_ARGS += --enable-soap=shared
+CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
+CONFIGURE_ARGS += --enable-sockets=shared
+CONFIGURE_ARGS += --with-sqlite=shared,$(prefix)
+CONFIGURE_ARGS += --enable-sqlite-utf8
+CONFIGURE_ARGS += --enable-sysvmsg=shared
+CONFIGURE_ARGS += --enable-sysvsem=shared
+CONFIGURE_ARGS += --enable-sysvshm=shared
+CONFIGURE_ARGS += --with-tidy=shared,$(prefix)
+CONFIGURE_ARGS += --enable-tokenizer=shared
+CONFIGURE_ARGS += --enable-wddx=shared
+CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
+CONFIGURE_ARGS += --with-libexpat-dir=$(prefix)
+CONFIGURE_ARGS += --enable-xml
+CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
+CONFIGURE_ARGS += --with-libexpat-dir=$(prefix)
+CONFIGURE_ARGS += --enable-xmlreader=shared
+CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
+CONFIGURE_ARGS += --with-xmlrpc=shared
+CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
+CONFIGURE_ARGS += --with-iconv-dir=$(prefix)
+CONFIGURE_ARGS += --with-libexpat-dir=$(prefix)
+CONFIGURE_ARGS += --enable-xmlwriter=shared
+CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
+CONFIGURE_ARGS += --with-xsl=shared,$(prefix)
+CONFIGURE_ARGS += --enable-zip=shared
+CONFIGURE_ARGS += --with-zlib-dir=$(prefix)
+CONFIGURE_ARGS += --with-zlib=$(prefix)
# Disable Tests (report submitted to PHP QA)
SKIPTEST = 1
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_bcmath/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = bcmath
-PACKAGES += CSWphp5bcmath
-
-CATALOGNAME_CSWphp5bcmath = php5_bcmath
-SPKG_DESC_CSWphp5bcmath = bcmath Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5bcmath = CSWphp5
-
-CONFIGURE_ARGS += --enable-bcmath=shared
-
-PKGFILES_CSWphp5bcmath = .*/lib/php/extensions/.*/bcmath.*
-
define CSWphp5bcmath_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_bz2/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_bz2/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_bz2/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = bz2
-PACKAGES += CSWphp5bz2
-
-CATALOGNAME_CSWphp5bz2 = php5_bz2
-SPKG_DESC_CSWphp5bz2 = bz2 Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5bz2 = CSWphp5 CSWbzip2
-
-CONFIGURE_ARGS += --with-bz2=shared,$(prefix)
-
-PKGFILES_CSWphp5bz2 = .*/lib/php/extensions/.*/bz2.*
-
define CSWphp5bz2_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_calendar/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_calendar/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_calendar/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,8 @@
PHP5EXT_NAME = calendar
-PACKAGES += CSWphp5calendar
-CATALOGNAME_CSWphp5calendar = php5_calendar
-SPKG_DESC_CSWphp5calendar = calendar Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5calendar = CSWphp5
-CONFIGURE_ARGS += --enable-calendar=shared
-PKGFILES_CSWphp5calendar = .*/lib/php/extensions/.*/calendar.*
-
define CSWphp5calendar_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_ctype/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_ctype/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_ctype/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = ctype
-PACKAGES += CSWphp5ctype
-
-CATALOGNAME_CSWphp5ctype = php5_ctype
-SPKG_DESC_CSWphp5ctype = ctype Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5ctype = CSWphp5
-
-CONFIGURE_ARGS += --enable-ctype=shared
-
-PKGFILES_CSWphp5ctype = .*/lib/php/extensions/.*/ctype.*
-
define CSWphp5ctype_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_curl/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_curl/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_curl/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,17 +1,5 @@
PHP5EXT_NAME = curl
-PACKAGES += CSWphp5curl
-
-CATALOGNAME_CSWphp5curl = php5_curl
-SPKG_DESC_CSWphp5curl = curl Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5curl = CSWphp5 CSWcurlrt CSWlibidn
-RUNTIME_DEP_PKGS_CSWphp5curl += CSWoldaprt CSWosslrt CSWzlib
-
-CONFIGURE_ARGS += --with-curl=shared,$(prefix)
-CONFIGURE_ARGS += --with-curlwrappers
-
-PKGFILES_CSWphp5curl = .*/lib/php/extensions/.*/curl.*
-
define CSWphp5curl_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_dba/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_dba/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_dba/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,19 +1,5 @@
PHP5EXT_NAME = dba
-PACKAGES += CSWphp5dba
-
-CATALOGNAME_CSWphp5dba = php5_dba
-SPKG_DESC_CSWphp5dba = dba Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5dba = CSWphp5 CSWbdb CSWgdbm
-
-CONFIGURE_ARGS += --enable-dba=shared
-CONFIGURE_ARGS += --with-ndbm
-CONFIGURE_ARGS += --with-gdbm=$(prefix)
-CONFIGURE_ARGS += --with-db4=$(prefix)
-
-
-PKGFILES_CSWphp5dba = .*/lib/php/extensions/.*/dba\.so
-
define CSWphp5dba_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_dbase/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_dbase/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_dbase/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = dbase
-PACKAGES += CSWphp5dbase
-
-CATALOGNAME_CSWphp5dbase = php5_dbase
-SPKG_DESC_CSWphp5dbase = dbase Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5dbase = CSWphp5
-
-CONFIGURE_ARGS += --enable-dbase=shared
-
-PKGFILES_CSWphp5dbase = .*/lib/php/extensions/.*/dbase.*
-
define CSWphp5dbase_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_dom/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_dom/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_dom/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,17 +1,5 @@
PHP5EXT_NAME = dom
-PACKAGES += CSWphp5dom
-
-CATALOGNAME_CSWphp5dom = php5_dom
-SPKG_DESC_CSWphp5dom = dom Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5dom = CSWphp5 CSWiconv CSWlibxml2 CSWzlib
-
-CONFIGURE_ARGS += --enable-dom=shared
-CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
-
-PKGFILES_CSWphp5dom = .*/lib/php/extensions/.*/dom.*
-PKGFILES_CSWphp5dom = .*/include/php/ext/dom.*
-
define CSWphp5dom_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_exif/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_exif/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_exif/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,18 +1,5 @@
PHP5EXT_NAME = exif
-PACKAGES += CSWphp5exif
-
-CATALOGNAME_CSWphp5exif = php5_exif
-SPKG_DESC_CSWphp5exif = exif Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5exif = CSWphp5
-
-CONFIGURE_ARGS += --enable-exif=shared
-
-CPPFLAGS="-I../ext/mbstring"
-export CPPFLAGS
-
-PKGFILES_CSWphp5exif = .*/lib/php/extensions/.*/exif.*
-
define CSWphp5exif_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_filter/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_filter/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_filter/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,5 +1 @@
PHP5EXT_NAME = filter
-
-CONFIGURE_ARGS += --enable-filter=shared
-CONFIGURE_ARGS += --with-pcre-dir=$(prefix)
-
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_ftp/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_ftp/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_ftp/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = ftp
-PACKAGES += CSWphp5ftp
-
-CATALOGNAME_CSWphp5ftp = php5_ftp
-SPKG_DESC_CSWphp5ftp = ftp Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5ftp = CSWphp5 CSWosslrt
-
-CONFIGURE_ARGS += --enable-ftp=shared
-
-PKGFILES_CSWphp5ftp = .*/lib/php/extensions/.*/ftp.*
-
define CSWphp5ftp_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_gd/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_gd/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_gd/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,27 +1,5 @@
PHP5EXT_NAME = gd
-PACKAGES += CSWphp5gd
-
-CATALOGNAME_CSWphp5gd = php5_gd
-SPKG_DESC_CSWphp5gd = gd Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5gd = CSWphp5 CSWftype2 CSWgd CSWjpeg
-RUNTIME_DEP_PKGS_CSWphp5gd += CSWpng CSWt1lib CSWxpm CSWzlib
-
-
-CONFIGURE_ARGS += --with-gd=shared,$(prefix)
-CONFIGURE_ARGS += --with-jpeg-dir=$(prefix)
-CONFIGURE_ARGS += --with-png-dir=$(prefix)
-CONFIGURE_ARGS += --with-zlib-dir=$(prefix)
-CONFIGURE_ARGS += --with-xpm-dir=$(prefix)
-CONFIGURE_ARGS += --with-ttf=$(prefix)
-CONFIGURE_ARGS += --with-freetype-dir=$(prefix)
-CONFIGURE_ARGS += --with-t1lib=$(prefix)
-CONFIGURE_ARGS += --enable-gd-native-ttf
-CONFIGURE_ARGS += --enable-gd-jis-conv
-
-PKGFILES_CSWphp5gd = .*/lib/php/extensions/.*/gd.*
-PKGFILES_CSWphp5gd = .*/include/php/ext/gd.*
-
define CSWphp5gd_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_gettext/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_gettext/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_gettext/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = gettext
-PACKAGES += CSWphp5gettext
-
-CATALOGNAME_CSWphp5gettext = php5_gettext
-SPKG_DESC_CSWphp5gettext = gettext Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5gettext = CSWphp5 CSWggettextrt
-
-CONFIGURE_ARGS += --with-gettext=shared,$(prefix)
-
-PKGFILES_CSWphp5gettext = .*/lib/php/extensions/.*/gettext.*
-
define CSWphp5gettext_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_gmp/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_gmp/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_gmp/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = gmp
-PACKAGES += CSWphp5gmp
-
-CATALOGNAME_CSWphp5gmp = php5_gmp
-SPKG_DESC_CSWphp5gmp = gmp Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5gmp = CSWphp5 CSWlibgmp
-
-CONFIGURE_ARGS += --with-gmp=shared,$(prefix)
-
-PKGFILES_CSWphp5gmp = .*/lib/php/extensions/.*/gmp.*
-
define CSWphp5gmp_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_hash/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_hash/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_hash/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,16 +1,5 @@
PHP5EXT_NAME = hash
-PACKAGES += CSWphp5hash
-
-CATALOGNAME_CSWphp5hash = php5_hash
-SPKG_DESC_CSWphp5hash = hash Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5hash = CSWphp5
-
-CONFIGURE_ARGS += --enable-hash=shared
-
-PKGFILES_CSWphp5hash = .*/lib/php/extensions/.*/hash.*
-PKGFILES_CSWphp5hash = .*/include/php/ext/hash.*
-
define CSWphp5hash_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_iconv/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_iconv/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_iconv/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,23 +1,7 @@
PHP5EXT_NAME = iconv
-PACKAGES += CSWphp5iconv
-
-CATALOGNAME_CSWphp5iconv = php5_iconv
-SPKG_DESC_CSWphp5iconv = iconv Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5iconv = CSWphp5 CSWiconv
-
-CONFIGURE_ARGS += --with-iconv=shared
-CONFIGURE_ARGS += --with-iconv-dir=$(prefix)
-
-EXTRA_CFLAGS += -I/opt/csw/include
-EXTRA_LDFLAGS += -L$(libdir) -R$(libdir)
-LIBS = -lrt -lintl
-
#PATCHFILES += iconv.diff
-PKGFILES_CSWphp5iconv = .*/lib/php/extensions/.*/iconv.*
-PKGFILES_CSWphp5iconv = .*/include/php/ext/iconv.*
-
define CSWphp5iconv_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_imap/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_imap/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_imap/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,17 +1,5 @@
PHP5EXT_NAME = imap
-PACKAGES += CSWphp5imap
-
-CATALOGNAME_CSWphp5imap = php5_imap
-SPKG_DESC_CSWphp5imap = imap Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5imap = CSWphp5 CSWimaprt CSWkrb5lib CSWosslrt
-
-CONFIGURE_ARGS += --with-imap=shared,$(prefix)
-CONFIGURE_ARGS += --with-kerberos=$(prefix)
-CONFIGURE_ARGS += --with-imap-ssl=$(prefix)
-
-PKGFILES_CSWphp5imap = .*/lib/php/extensions/.*/imap.*
-
define CSWphp5imap_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_json/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_json/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_json/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = json
-PACKAGES += CSWphp5json
-
-CATALOGNAME_CSWphp5json = php5_json
-SPKG_DESC_CSWphp5json = json Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5json = CSWphp5
-
-CONFIGURE_ARGS += --enable-json=shared
-
-PKGFILES_CSWphp5json = .*/lib/php/extensions/.*/json.*
-
define CSWphp5json_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_ldap/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_ldap/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_ldap/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,17 +1,5 @@
PHP5EXT_NAME = ldap
-PACKAGES += CSWphp5ldap
-
-CATALOGNAME_CSWphp5ldap = php5_ldap
-SPKG_DESC_CSWphp5ldap = ldap Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5ldap = CSWphp5 CSWoldaprt CSWsasl
-
-CONFIGURE_ARGS += --with-ldap=shared,$(prefix)
-CONFIGURE_ARGS += --with-ldap-sasl=$(prefix)
-
-PKGFILES_CSWphp5ldap = .*/lib/php/extensions/.*/ldap.*
-
-
define CSWphp5ldap_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_mbstring/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,18 +1,5 @@
PHP5EXT_NAME = mbstring
-PACKAGES += CSWphp5mbstring
-
-CATALOGNAME_CSWphp5mbstring = php5_mbstring
-SPKG_DESC_CSWphp5mbstring = mbstring Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5mbstring = CSWphp5
-
-
-CONFIGURE_ARGS += --enable-mbstring=shared
-CONFIGURE_ARGS += --enable-mbregex=shared
-
-PKGFILES_CSWphp5mbstring = .*/lib/php/extensions/.*/mbstring.*
-PKGFILES_CSWphp5mbstring = .*/include/php/ext/mbstring.*
-
define CSWphp5mbstring_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_mcrypt/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = mcrypt
-PACKAGES += CSWphp5mcrypt
-
-CATALOGNAME_CSWphp5mcrypt = php5_mcrypt
-SPKG_DESC_CSWphp5mcrypt = mcrypt Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5mcrypt = CSWphp5 CSWlibmcrypt CSWlibtoolrt
-
-CONFIGURE_ARGS += --with-mcrypt=shared,$(prefix)
-
-PKGFILES_CSWphp5mcrypt = .*/lib/php/extensions/.*/mcrypt.*
-
define CSWphp5mcrypt_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_mhash/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_mhash/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_mhash/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = mhash
-PACKAGES += CSWphp5mhash
-
-CATALOGNAME_CSWphp5mhash = php5_mhash
-SPKG_DESC_CSWphp5mhash = mhash Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5mhash = CSWphp5 CSWlibmhash
-
-CONFIGURE_ARGS += --with-mhash=shared,$(prefix)
-
-PKGFILES_CSWphp5mhash = .*/lib/php/extensions/.*/mhash.*
-
define CSWphp5mhash_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_mime_magic/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = mime_magic
-PACKAGES += CSWphp5mimemagic
-
-CATALOGNAME_CSWphp5mimemagic = php5_mime_magic
-SPKG_DESC_CSWphp5mimemagic = mime magic Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5mimemagic = CSWphp5
-
-CONFIGURE_ARGS += --with-mime-magic=shared
-
-PKGFILES_CSWphp5mimemagic = .*/lib/php/extensions/.*/mime_magic.*
-
define CSWphp5mimemagic_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_mssql/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_mssql/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_mssql/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = mssql
-PACKAGES += CSWphp5mssql
-
-CATALOGNAME_CSWphp5mssql = php5_mssql
-SPKG_DESC_CSWphp5mssql = mssql Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5mssql = CSWphp5 CSWfreetds
-
-CONFIGURE_ARGS += --with-mssql=shared,$(prefix)
-
-PKGFILES_CSWphp5mssql = .*/lib/php/extensions/.*/mssql.*
-
define CSWphp5mssql_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_mysql/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_mysql/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_mysql/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = mysql
-PACKAGES += CSWphp5mysql
-
-CATALOGNAME_CSWphp5mysql = php5_mysql
-SPKG_DESC_CSWphp5mysql = mysql Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5mysql = CSWphp5 CSWmysql5rt
-
-CONFIGURE_ARGS += --with-mysql=shared,$(prefix)
-
-PKGFILES_CSWphp5mysql = .*/lib/php/extensions/.*/mysql\.so
-
define CSWphp5mysql_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_mysqli/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = mysqli
-PACKAGES += CSWphp5mysqli
-
-CATALOGNAME_CSWphp5mysqli = php5_mysqli
-SPKG_DESC_CSWphp5mysqli = mysqli Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5mysqli = CSWphp5 CSWmysql5rt CSWzlib
-
-CONFIGURE_ARGS += --with-mysqli=shared,$(bindir)/mysql_config
-
-PKGFILES_CSWphp5mysqli = .*/lib/php/extensions/.*/mysqli.*
-
define CSWphp5mysqli_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_ncurses/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = ncurses
-PACKAGES += CSWphp5ncurses
-
-CATALOGNAME_CSWphp5ncurses = php5_ncurses
-SPKG_DESC_CSWphp5ncurses = ncurses Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5ncurses = CSWphp5 CSWncurses
-
-CONFIGURE_ARGS += --with-ncurses=shared,$(prefix)
-
-PKGFILES_CSWphp5ncurses = .*/lib/php/extensions/.*/ncurses.*
-
define CSWphp5ncurses_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_odbc/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_odbc/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_odbc/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,17 +1,5 @@
PHP5EXT_NAME = odbc
-PACKAGES += CSWphp5odbc
-
-CATALOGNAME_CSWphp5odbc = php5_odbc
-SPKG_DESC_CSWphp5odbc = odbc Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5odbc = CSWphp5 CSWunixodbc
-
-PATCHFILES += odbc.diff
-
-CONFIGURE_ARGS += --with-unixODBC=shared,$(prefix)
-
-PKGFILES_CSWphp5odbc = .*/lib/php/extensions/.*/odbc.*
-
define CSWphp5odbc_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_openssl/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_openssl/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_openssl/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = openssl
-PACKAGES += CSWphp5openssl
-
-CATALOGNAME_CSWphp5openssl = php5_openssl
-SPKG_DESC_CSWphp5openssl = openssl Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5openssl = CSWphp5 CSWosslrt CSWkrb5lib
-
-CONFIGURE_ARGS += --with-openssl=shared,$(prefix)
-
-PKGFILES_CSWphp5openssl = .*/lib/php/extensions/.*/openssl.*
-
define CSWphp5openssl_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pcntl/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = pcntl
-PACKAGES += CSWphp5pcntl
-
-CATALOGNAME_CSWphp5pcntl = php5_pcntl
-SPKG_DESC_CSWphp5pcntl = pcntl Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5pcntl = CSWphp5
-
-CONFIGURE_ARGS += --enable-pcntl=shared
-
-PKGFILES_CSWphp5pcntl = .*/lib/php/extensions/.*/pcntl.*
-
define CSWphp5pcntl_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pdo/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pdo/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pdo/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,16 +1,5 @@
PHP5EXT_NAME = pdo
-PACKAGES += CSWphp5pdo
-
-CATALOGNAME_CSWphp5pdo = php5_pdo
-SPKG_DESC_CSWphp5pdo = A database access abstraction module for PHP applications
-RUNTIME_DEP_PKGS_CSWphp5pdo = CSWphp5
-
-CONFIGURE_ARGS += --enable-pdo=shared
-
-PKGFILES_CSWphp5pdo = .*/lib/php/extensions/.*/pdo\.so*
-PKGFILES_CSWphp5pdo = .*/include/php/ext/pdo.*
-
define CSWphp5pdo_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pdomysql/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,16 +1,5 @@
PHP5EXT_NAME = pdomysql
-PACKAGES += CSWphp5pdomysql
-
-CATALOGNAME_CSWphp5pdomysql = php5_pdomysql
-SPKG_DESC_CSWphp5pdomysql = A MySQL specific database access abstraction module for PHP applications
-RUNTIME_DEP_PKGS_CSWphp5pdomysql = CSWphp5 CSWmysql5rt CSWzlib CSWphp5pdo
-
-CONFIGURE_ARGS += --with-pdo-mysql=shared,$(prefix)
-CONFIGURE_ARGS += --with-zlib-dir=$(prefix)
-
-PKGFILES_CSWphp5pdomysql = .*/lib/php/extensions/.*/pdo_mysql.*
-
define CSWphp5pdomysql_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pdoodbc/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = pdoodbc
-PACKAGES += CSWphp5pdoodbc
-
-CATALOGNAME_CSWphp5pdoodbc = php5_pdoodbc
-SPKG_DESC_CSWphp5pdoodbc = An ODBC specific database access abstraction module for PHP applications
-RUNTIME_DEP_PKGS_CSWphp5pdoodbc = CSWphp5 CSWunixodbc CSWphp5pdo
-
-CONFIGURE_ARGS += --with-pdo-odbc=shared,unixODBC,$(prefix)
-
-PKGFILES_CSWphp5pdoodbc = .*/lib/php/extensions/.*/pdo_odbc.*
-
define CSWphp5pdoodbc_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,17 +1,5 @@
PHP5EXT_NAME = pdopgsql
-PACKAGES += CSWphp5pdopgsql
-
-CATALOGNAME_CSWphp5pdopgsql = php5_pdopgsql
-SPKG_DESC_CSWphp5pdopgsql = A PgSQL specific database access abstraction module for PHP applications
-RUNTIME_DEP_PKGS_CSWphp5pdopgsql = CSWphp5 CSWlibpq CSWphp5pdo
-
-PATCHFILES += pdopgsql.diff
-
-CONFIGURE_ARGS += --with-pdo-pgsql=shared,$(prefix)/postgresql
-
-PKGFILES_CSWphp5pdopgsql = .*/lib/php/extensions/.*/pdo_pgsql.*
-
define CSWphp5pdopgsql_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pdosqlite/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = pdosqlite
-PACKAGES += CSWphp5pdosqlite
-
-CATALOGNAME_CSWphp5pdosqlite = php5_pdosqlite
-SPKG_DESC_CSWphp5pdosqlite = A Sqlite specific database access abstraction module for PHP applications
-RUNTIME_DEP_PKGS_CSWphp5pdosqlite = CSWphp5 CSWphp5pdo
-
-CONFIGURE_ARGS += --with-pdo-sqlite=shared,$(prefix)
-
-PKGFILES_CSWphp5pdosqlite = .*/lib/php/extensions/.*/pdo_sqlite.*
-
define CSWphp5pdosqlite_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,17 +1,5 @@
PHP5EXT_NAME = pgsql
-PACKAGES += CSWphp5pgsql
-
-CATALOGNAME_CSWphp5pgsql = php5_pgsql
-SPKG_DESC_CSWphp5pgsql = pgsql Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5pgsql = CSWphp5 CSWlibpq
-
-PATCHFILES += pgsql.diff
-
-CONFIGURE_ARGS += --with-pgsql=shared,$(prefix)/postgresql
-
-PKGFILES_CSWphp5pgsql = .*/lib/php/extensions/.*/pgsql.*
-
define CSWphp5pgsql_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_posix/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_posix/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_posix/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = posix
-PACKAGES += CSWphp5posix
-
-CATALOGNAME_CSWphp5posix = php5_posix
-SPKG_DESC_CSWphp5posix = posix Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5posix = CSWphp5
-
-CONFIGURE_ARGS += --enable-posix=shared
-
-PKGFILES_CSWphp5posix = .*/lib/php/extensions/.*/posix.*
-
define CSWphp5posix_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pspell/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pspell/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pspell/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = pspell
-PACKAGES += CSWphp5pspell
-
-CATALOGNAME_CSWphp5pspell = php5_pspell
-SPKG_DESC_CSWphp5pspell = pspell Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5pspell = CSWphp5 CSWaspell
-
-CONFIGURE_ARGS += --with-pspell=shared,$(prefix)
-
-PKGFILES_CSWphp5pspell = .*/lib/php/extensions/.*/pspell.*
-
define CSWphp5pspell_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_readline/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_readline/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_readline/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,16 +1,5 @@
PHP5EXT_NAME = readline
-PACKAGES += CSWphp5readline
-
-CATALOGNAME_CSWphp5readline = php5_readline
-SPKG_DESC_CSWphp5readline = readline Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5readline = CSWphp5 CSWreadline CSWncurses
-
-CONFIGURE_ARGS += --with-libedit=no
-CONFIGURE_ARGS += --with-readline=shared,/opt/csw
-
-PKGFILES_CSWphp5readline = .*/lib/php/extensions/.*/readline.*
-
define CSWphp5readline_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_session/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_session/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_session/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,16 +1,5 @@
PHP5EXT_NAME = session
-PACKAGES += CSWphp5session
-
-CATALOGNAME_CSWphp5session = php5_session
-SPKG_DESC_CSWphp5session = session Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5session = CSWphp5 CSWlibmm
-
-CONFIGURE_ARGS += --enable-session=shared
-
-PKGFILES_CSWphp5session = .*/lib/php/extensions/.*/session.*
-PKGFILES_CSWphp5session = .*/include/php/ext/session.*
-
define CSWphp5session_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_shmop/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_shmop/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_shmop/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = shmop
-PACKAGES += CSWphp5shmop
-
-CATALOGNAME_CSWphp5shmop = php5_shmop
-SPKG_DESC_CSWphp5shmop = shmop Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5shmop = CSWphp5
-
-CONFIGURE_ARGS += --enable-shmop=shared
-
-PKGFILES_CSWphp5shmop = .*/lib/php/extensions/.*/shmop.*
-
define CSWphp5shmop_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_simplexml/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,11 +1,5 @@
PHP5EXT_NAME = simplexml
-## build this static, php can not run without it.
-## it is more efficient to have this built into the php binary
-
-CONFIGURE_ARGS += --enable-simplexml
-CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
-
define CSWphp5simplexml_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_snmp/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_snmp/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_snmp/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = snmp
-PACKAGES += CSWphp5snmp
-
-CATALOGNAME_CSWphp5snmp = php5_snmp
-SPKG_DESC_CSWphp5snmp = snmp Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5snmp = CSWphp5 CSWnetsnmp CSWosslrt CSWtcpwrap
-
-CONFIGURE_ARGS += --with-snmp=shared,$(prefix)
-
-PKGFILES_CSWphp5snmp = .*/lib/php/extensions/.*/snmp.*
-
define CSWphp5snmp_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_soap/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_soap/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_soap/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,16 +1,5 @@
PHP5EXT_NAME = soap
-PACKAGES += CSWphp5soap
-
-CATALOGNAME_CSWphp5soap = php5_soap
-SPKG_DESC_CSWphp5soap = soap Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5soap = CSWphp5 CSWiconv CSWlibxml2 CSWzlib
-
-CONFIGURE_ARGS += --enable-soap=shared
-CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
-
-PKGFILES_CSWphp5soap = .*/lib/php/extensions/.*/soap.*
-
define CSWphp5soap_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_sockets/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_sockets/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_sockets/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = sockets
-PACKAGES += CSWphp5sockets
-
-CATALOGNAME_CSWphp5sockets = php5_sockets
-SPKG_DESC_CSWphp5sockets = sockets Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5sockets = CSWphp5
-
-CONFIGURE_ARGS += --enable-sockets=shared
-
-PKGFILES_CSWphp5sockets = .*/lib/php/extensions/.*/sockets.*
-
define CSWphp5sockets_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_sqlite/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,17 +1,5 @@
PHP5EXT_NAME = sqlite
-PACKAGES += CSWphp5sqlite
-
-CATALOGNAME_CSWphp5sqlite = php5_sqlite
-SPKG_DESC_CSWphp5sqlite = sqlite Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5sqlite = CSWphp5 CSWsqlite
-
-CONFIGURE_ARGS += --with-sqlite=shared,$(prefix)
-CONFIGURE_ARGS += --enable-sqlite-utf8
-
-PKGFILES_CSWphp5sqlite = .*/lib/php/extensions/.*/sqlite.*
-PKGFILES_CSWphp5sqlite = .*/include/php/ext/sqlite.*
-
define CSWphp5sqlite_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_sysvmsg/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = sysvmsg
-PACKAGES += CSWphp5sysvmsg
-
-CATALOGNAME_CSWphp5sysvmsg = php5_sysvmsg
-SPKG_DESC_CSWphp5sysvmsg = sysvmsg Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5sysvmsg = CSWphp5
-
-CONFIGURE_ARGS += --enable-sysvmsg=shared
-
-PKGFILES_CSWphp5sysvmsg = .*/lib/php/extensions/.*/sysvmsg.*
-
define CSWphp5sysvmsg_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_sysvsem/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = sysvsem
-PACKAGES += CSWphp5sysvsem
-
-CATALOGNAME_CSWphp5sysvsem = php5_sysvsem
-SPKG_DESC_CSWphp5sysvsem = sysvsem Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5sysvsem = CSWphp5
-
-CONFIGURE_ARGS += --enable-sysvsem=shared
-
-PKGFILES_CSWphp5sysvsem = .*/lib/php/extensions/.*/sysvsem.*
-
define CSWphp5sysvsem_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_sysvshm/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = sysvshm
-PACKAGES += CSWphp5sysvshm
-
-CATALOGNAME_CSWphp5sysvshm = php5_sysvshm
-SPKG_DESC_CSWphp5sysvshm = sysvshm Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5sysvshm = CSWphp5
-
-CONFIGURE_ARGS += --enable-sysvshm=shared
-
-PKGFILES_CSWphp5sysvshm = .*/lib/php/extensions/.*/sysvshm.*
-
define CSWphp5sysvshm_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_tidy/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_tidy/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_tidy/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = tidy
-PACKAGES += CSWphp5tidy
-
-CATALOGNAME_CSWphp5tidy = php5_tidy
-SPKG_DESC_CSWphp5tidy = tidy Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5tidy = CSWphp5 CSWhtmltidy
-
-CONFIGURE_ARGS += --with-tidy=shared,$(prefix)
-
-PKGFILES_CSWphp5tidy = .*/lib/php/extensions/.*/tidy.*
-
define CSWphp5tidy_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_tokenizer/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,15 +1,5 @@
PHP5EXT_NAME = tokenizer
-PACKAGES += CSWphp5tokenizer
-
-CATALOGNAME_CSWphp5tokenizer = php5_tokenizer
-SPKG_DESC_CSWphp5tokenizer = tokenizer Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5tokenizer = CSWphp5
-
-CONFIGURE_ARGS += --enable-tokenizer=shared
-
-PKGFILES_CSWphp5tokenizer = .*/lib/php/extensions/.*/tokenizer.*
-
define CSWphp5tokenizer_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_wddx/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_wddx/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_wddx/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,17 +1,5 @@
PHP5EXT_NAME = wddx
-PACKAGES += CSWphp5wddx
-
-CATALOGNAME_CSWphp5wddx = php5_wddx
-SPKG_DESC_CSWphp5wddx = wddx Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5wddx = CSWphp5
-
-CONFIGURE_ARGS += --enable-wddx=shared
-CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
-CONFIGURE_ARGS += --with-libexpat-dir=$(prefix)
-
-PKGFILES_CSWphp5wddx = .*/lib/php/extensions/.*/wddx.*
-
define CSWphp5wddx_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_xml/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_xml/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_xml/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,9 +1,5 @@
PHP5EXT_NAME = xml
-CONFIGURE_ARGS += --enable-xml
-CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
-CONFIGURE_ARGS += --with-libexpat-dir=$(prefix)
-
define CSWphp5xml_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_xmlreader/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,16 +1,5 @@
PHP5EXT_NAME = xmlreader
-PACKAGES += CSWphp5xmlreader
-
-CATALOGNAME_CSWphp5xmlreader = php5_xmlreader
-SPKG_DESC_CSWphp5xmlreader = xmlreader Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5xmlreader = CSWphp5 CSWiconv CSWlibxml2 CSWzlib
-
-CONFIGURE_ARGS += --enable-xmlreader=shared
-CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
-
-PKGFILES_CSWphp5xmlreader = .*/lib/php/extensions/.*/xmlreader.*
-
define CSWphp5xmlreader_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_xmlrpc/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,18 +1,5 @@
PHP5EXT_NAME = xmlrpc
-PACKAGES += CSWphp5xmlrpc
-
-CATALOGNAME_CSWphp5xmlrpc = php5_xmlrpc
-SPKG_DESC_CSWphp5xmlrpc = xmlrpc Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5xmlrpc = CSWphp5 CSWiconv CSWlibxml2 CSWzlib CSWexpat
-
-CONFIGURE_ARGS += --with-xmlrpc=shared
-CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
-CONFIGURE_ARGS += --with-iconv-dir=$(prefix)
-CONFIGURE_ARGS += --with-libexpat-dir=$(prefix)
-
-PKGFILES_CSWphp5xmlrpc = .*/lib/php/extensions/.*/xmlrpc.*
-
define CSWphp5xmlrpc_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_xmlwriter/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,16 +1,5 @@
PHP5EXT_NAME = xmlwriter
-PACKAGES += CSWphp5xmlwriter
-
-CATALOGNAME_CSWphp5xmlwriter = php5_xmlwriter
-SPKG_DESC_CSWphp5xmlwriter = xmlwriter Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5xmlwriter = CSWphp5 CSWiconv CSWlibxml2 CSWzlib
-
-CONFIGURE_ARGS += --enable-xmlwriter=shared
-CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
-
-PKGFILES_CSWphp5xmlwriter = .*/lib/php/extensions/.*/xmlwriter.*
-
define CSWphp5xmlwriter_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_xsl/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_xsl/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_xsl/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,16 +1,5 @@
PHP5EXT_NAME = xsl
-PACKAGES += CSWphp5xsl
-
-CATALOGNAME_CSWphp5xsl = php5_xsl
-SPKG_DESC_CSWphp5xsl = xsl Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5xsl = CSWphp5 CSWiconv CSWlibxml2
-RUNTIME_DEP_PKGS_CSWphp5xsl += CSWlibxslt CSWzlib
-
-CONFIGURE_ARGS += --with-xsl=shared,$(prefix)
-
-PKGFILES_CSWphp5xsl = .*/lib/php/extensions/.*/xsl.*
-
define CSWphp5xsl_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_zip/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_zip/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_zip/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,16 +1,5 @@
PHP5EXT_NAME = zip
-PACKAGES += CSWphp5zip
-
-CATALOGNAME_CSWphp5zip = php5_zip
-SPKG_DESC_CSWphp5zip = zip Extention for PHP5
-RUNTIME_DEP_PKGS_CSWphp5zip = CSWphp5 CSWzlib
-
-CONFIGURE_ARGS += --enable-zip=shared
-CONFIGURE_ARGS += --with-zlib-dir=$(prefix)
-
-PKGFILES_CSWphp5zip = .*/lib/php/extensions/.*/zip.*
-
define CSWphp5zip_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_zlib/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_zlib/Makefile 2011-02-28 00:27:12 UTC (rev 13494)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_zlib/Makefile 2011-02-28 03:03:58 UTC (rev 13495)
@@ -1,8 +1,5 @@
PHP5EXT_NAME = zlib
-
-CONFIGURE_ARGS += --with-zlib=$(prefix)
-
define CSWphp5zlib_postinstall
#!/bin/sh
Copied: csw/mgar/pkg/php5/trunk/files/odbc.diff (from rev 13494, csw/mgar/pkg/php5/trunk/extensions/php5_odbc/files/odbc.diff)
===================================================================
--- csw/mgar/pkg/php5/trunk/files/odbc.diff (rev 0)
+++ csw/mgar/pkg/php5/trunk/files/odbc.diff 2011-02-28 03:03:58 UTC (rev 13495)
@@ -0,0 +1,462 @@
+--- php-5.2.6/ext/odbc/config.m4.orig 2009-02-25 12:04:48.140914150 -0600
++++ php-5.2.6/ext/odbc/config.m4 2009-02-25 12:15:55.740367734 -0600
+@@ -8,402 +8,6 @@
+ fi
+ ])
+
+-dnl
+-dnl Figure out which library file to link with for the Solid support.
+-dnl
+-AC_DEFUN([PHP_ODBC_FIND_SOLID_LIBS],[
+- AC_MSG_CHECKING([Solid library file])
+- ac_solid_uname_r=`uname -r 2>/dev/null`
+- ac_solid_uname_s=`uname -s 2>/dev/null`
+- case $ac_solid_uname_s in
+- AIX) ac_solid_os=a3x;; # a4x for AIX4/ Solid 2.3/3.0 only
+- HP-UX) ac_solid_os=h9x;; # h1x for hpux11, h0x for hpux10
+- IRIX) ac_solid_os=irx;; # Solid 2.3(?)/ 3.0 only
+- Linux)
+- if ldd -v /bin/sh | grep GLIBC > /dev/null; then
+- AC_DEFINE(SS_LINUX,1,[Needed in sqlunix.h ])
+- ac_solid_os=l2x
+- else
+- AC_DEFINE(SS_LINUX,1,[Needed in sqlunix.h ])
+- ac_solid_os=lux
+- fi;;
+- SunOS)
+- ac_solid_os=ssx;; # should we deal with SunOS 4?
+- FreeBSD)
+- if test `expr $ac_solid_uname_r : '\(.\)'` -gt "2"; then
+- AC_DEFINE(SS_FBX,1,[Needed in sqlunix.h for wchar defs ])
+- ac_solid_os=fex
+- else
+- AC_DEFINE(SS_FBX,1,[Needed in sqlunix.h for wchar defs ])
+- ac_solid_os=fbx
+- fi;;
+- esac
+-
+- if test -f $1/soc${ac_solid_os}35.a; then
+- ac_solid_version=35
+- ac_solid_prefix=soc
+- elif test -f $1/scl${ac_solid_os}30.a; then
+- ac_solid_version=30
+- ac_solid_prefix=scl
+- elif test -f $1/scl${ac_solid_os}23.a; then
+- ac_solid_version=23
+- ac_solid_prefix=scl
+- fi
+-
+-#
+-# Check for the library files, and setup the ODBC_LIBS path...
+-#
+-if test ! -f $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so -a \
+- ! -f $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a; then
+- #
+- # we have an error and should bail out, as we can't find the libs!
+- #
+- echo ""
+- echo "*********************************************************************"
+- echo "* Unable to locate $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so or $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a"
+- echo "* Please correct this by creating the following links and reconfiguring:"
+- echo "* $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a -> $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.a"
+- echo "* $1/${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so -> $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so"
+- echo "*********************************************************************"
+-else
+- ODBC_LFLAGS=-L$1
+- ODBC_LIBS=-l${ac_solid_prefix}${ac_solid_os}${ac_solid_version}
+-fi
+-
+- AC_MSG_RESULT(`echo $ODBC_LIBS | sed -e 's!.*/!!'`)
+-])
+-
+-
+-dnl
+-dnl Figure out which library file to link with for the Empress support.
+-dnl
+-
+-AC_DEFUN([PHP_ODBC_FIND_EMPRESS_LIBS],[
+- AC_MSG_CHECKING([Empress library file])
+- ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1`
+- if test ! -f $ODBC_LIBS; then
+- ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1`
+- fi
+- AC_MSG_RESULT(`echo $ODBC_LIBS | sed -e 's!.*/!!'`)
+-])
+-
+-AC_DEFUN([PHP_ODBC_FIND_EMPRESS_BCS_LIBS],[
+- AC_MSG_CHECKING([Empress local access library file])
+- ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1`
+- if test ! -f $ODBCBCS_LIBS; then
+- ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1`
+- fi
+- AC_MSG_RESULT(`echo $ODBCBCS_LIBS | sed -e 's!.*/!!'`)
+-])
+-
+-dnl
+-dnl configure options
+-dnl
+-if test -z "$ODBC_TYPE"; then
+-PHP_ARG_WITH(adabas,,
+-[ --with-adabas[=DIR] Include Adabas D support [/usr/local]])
+-
+- if test "$PHP_ADABAS" != "no"; then
+- AC_MSG_CHECKING([for Adabas support])
+- if test "$PHP_ADABAS" = "yes"; then
+- PHP_ADABAS=/usr/local
+- fi
+- PHP_ADD_INCLUDE($PHP_ADABAS/incl)
+- PHP_ADD_LIBPATH($PHP_ADABAS/$PHP_LIBDIR)
+- ODBC_OBJS="$PHP_ADABAS/$PHP_LIBDIR/odbclib.a"
+- ODBC_LIB="$abs_builddir/ext/odbc/libodbc_adabas.a"
+- $srcdir/build/shtool mkdir -f -p ext/odbc
+- rm -f "$ODBC_LIB"
+- cp "$ODBC_OBJS" "$ODBC_LIB"
+- PHP_ADD_LIBRARY(sqlptc)
+- PHP_ADD_LIBRARY(sqlrte)
+- PHP_ADD_LIBRARY_WITH_PATH(odbc_adabas, $abs_builddir/ext/odbc)
+- ODBC_TYPE=adabas
+- ODBC_INCDIR=$PHP_ADABAS/incl
+- PHP_ODBC_CHECK_HEADER(sqlext.h)
+- AC_DEFINE(HAVE_ADABAS,1,[ ])
+- AC_MSG_RESULT([$ext_output])
+- fi
+-fi
+-
+-if test -z "$ODBC_TYPE"; then
+-PHP_ARG_WITH(sapdb,,
+-[ --with-sapdb[=DIR] Include SAP DB support [/usr/local]])
+-
+- if test "$PHP_SAPDB" != "no"; then
+- AC_MSG_CHECKING([for SAP DB support])
+- if test "$PHP_SAPDB" = "yes"; then
+- PHP_SAPDB=/usr/local
+- fi
+- PHP_ADD_INCLUDE($PHP_SAPDB/incl)
+- PHP_ADD_LIBPATH($PHP_SAPDB/$PHP_LIBDIR)
+- PHP_ADD_LIBRARY(sqlod)
+- ODBC_TYPE=sapdb
+- AC_DEFINE(HAVE_SAPDB,1,[ ])
+- AC_MSG_RESULT([$ext_output])
+- fi
+-fi
+-
+-if test -z "$ODBC_TYPE"; then
+-PHP_ARG_WITH(solid,,
+-[ --with-solid[=DIR] Include Solid support [/usr/local/solid]])
+-
+- if test "$PHP_SOLID" != "no"; then
+- AC_MSG_CHECKING(for Solid support)
+- if test "$PHP_SOLID" = "yes"; then
+- PHP_SOLID=/usr/local/solid
+- fi
+- ODBC_INCDIR=$PHP_SOLID/include
+- ODBC_LIBDIR=$PHP_SOLID/$PHP_LIBDIR
+- ODBC_INCLUDE=-I$ODBC_INCDIR
+- ODBC_TYPE=solid
+- if test -f $ODBC_LIBDIR/soc*35.a; then
+- AC_DEFINE(HAVE_SOLID_35,1,[ ])
+- elif test -f $ODBC_LIBDIR/scl*30.a; then
+- AC_DEFINE(HAVE_SOLID_30,1,[ ])
+- elif test -f $ODBC_LIBDIR/scl*23.a; then
+- AC_DEFINE(HAVE_SOLID,1,[ ])
+- fi
+- AC_MSG_RESULT([$ext_output])
+- PHP_ODBC_FIND_SOLID_LIBS($ODBC_LIBDIR)
+- fi
+-fi
+-
+-if test -z "$ODBC_TYPE"; then
+-PHP_ARG_WITH(ibm-db2,,
+-[ --with-ibm-db2[=DIR] Include IBM DB2 support [/home/db2inst1/sqllib]])
+-
+- if test "$PHP_IBM_DB2" != "no"; then
+- AC_MSG_CHECKING(for IBM DB2 support)
+- if test "$PHP_IBM_DB2" = "yes"; then
+- ODBC_INCDIR=/home/db2inst1/sqllib/include
+- ODBC_LIBDIR=/home/db2inst1/sqllib/lib
+- else
+- ODBC_INCDIR=$PHP_IBM_DB2/include
+- ODBC_LIBDIR=$PHP_IBM_DB2/$PHP_LIBDIR
+- fi
+-
+- PHP_ODBC_CHECK_HEADER(sqlcli1.h)
+-
+- ODBC_INCLUDE=-I$ODBC_INCDIR
+- ODBC_LFLAGS=-L$ODBC_LIBDIR
+- ODBC_TYPE=ibm-db2
+- ODBC_LIBS=-ldb2
+-
+- PHP_TEST_BUILD(SQLExecute, [
+- AC_DEFINE(HAVE_IBMDB2,1,[ ])
+- AC_MSG_RESULT([$ext_output])
+- ], [
+- AC_MSG_RESULT(no)
+- AC_MSG_ERROR([
+-build test failed. Please check the config.log for details.
+-You need to source your DB2 environment before running PHP configure:
+-# . \$IBM_DB2/db2profile
+-])
+- ], [
+- $ODBC_LFLAGS $ODBC_LIBS
+- ])
+- fi
+-fi
+-
+-if test -z "$ODBC_TYPE"; then
+-PHP_ARG_WITH(ODBCRouter,,
+-[ --with-ODBCRouter[=DIR] Include ODBCRouter.com support [/usr]])
+-
+- if test "$PHP_ODBCROUTER" != "no"; then
+- AC_MSG_CHECKING(for ODBCRouter.com support)
+- if test "$PHP_ODBCROUTER" = "yes"; then
+- PHP_ODBCROUTER=/usr
+- fi
+- ODBC_INCDIR=$PHP_ODBCROUTER/include
+- ODBC_LIBDIR=$PHP_ODBCROUTER/lib
+- ODBC_LFLAGS=-L$ODBC_LIBDIR
+- ODBC_INCLUDE=-I$ODBC_INCDIR
+- ODBC_LIBS=-lodbcsdk
+- ODBC_TYPE=ODBCRouter
+- AC_DEFINE(HAVE_ODBC_ROUTER,1,[ ])
+- AC_MSG_RESULT([$ext_output])
+- fi
+-fi
+-
+-if test -z "$ODBC_TYPE"; then
+-PHP_ARG_WITH(empress,,
+-[ --with-empress[=DIR] Include Empress support [\$EMPRESSPATH]
+- (Empress Version >= 8.60 required)])
+-
+- if test "$PHP_EMPRESS" != "no"; then
+- AC_MSG_CHECKING(for Empress support)
+- if test "$PHP_EMPRESS" = "yes"; then
+- ODBC_INCDIR=$EMPRESSPATH/include/odbc
+- ODBC_LIBDIR=$EMPRESSPATH/shlib
+- else
+- ODBC_INCDIR=$PHP_EMPRESS/include/odbc
+- ODBC_LIBDIR=$PHP_EMPRESS/shlib
+- fi
+- ODBC_INCLUDE=-I$ODBC_INCDIR
+- ODBC_LFLAGS=-L$ODBC_LIBDIR
+- ODBC_TYPE=empress
+- AC_DEFINE(HAVE_EMPRESS,1,[ ])
+- AC_MSG_RESULT([$ext_output])
+- PHP_ODBC_FIND_EMPRESS_LIBS($ODBC_LIBDIR)
+- fi
+-fi
+-
+-if test -z "$ODBC_TYPE"; then
+-PHP_ARG_WITH(empress-bcs,,
+-[ --with-empress-bcs[=DIR]
+- Include Empress Local Access support [\$EMPRESSPATH]
+- (Empress Version >= 8.60 required)])
+-
+- if test "$PHP_EMPRESS_BCS" != "no"; then
+- AC_MSG_CHECKING(for Empress local access support)
+- if test "$PHP_EMPRESS_BCS" = "yes"; then
+- ODBC_INCDIR=$EMPRESSPATH/include/odbc
+- ODBC_LIBDIR=$EMPRESSPATH/shlib
+- else
+- ODBC_INCDIR=$PHP_EMPRESS_BCS/include/odbc
+- ODBC_LIBDIR=$PHP_EMPRESS_BCS/shlib
+- fi
+- CC="empocc -bcs";export CC;
+- LD="empocc -bcs";export LD;
+- ODBC_INCLUDE=-I$ODBC_INCDIR
+- ODBC_LFLAGS=-L$ODBC_LIBDIR
+- LIST=`empocc -listlines -bcs -o a a.c`
+-
+- NEWLIST=
+- for I in $LIST
+- do
+- case $I in
+- $EMPRESSPATH/odbccl/lib/* | \
+- $EMPRESSPATH/rdbms/lib/* | \
+- $EMPRESSPATH/common/lib/*)
+- NEWLIST="$NEWLIST $I"
+- ;;
+- esac
+- done
+- ODBC_LIBS="-lempphpbcs -lms -lmscfg -lbasic -lbasic_os -lnlscstab -lnlsmsgtab -lm -ldl -lcrypt"
+- ODBC_TYPE=empress-bcs
+- AC_DEFINE(HAVE_EMPRESS,1,[ ])
+- AC_MSG_RESULT([$ext_output])
+- PHP_ODBC_FIND_EMPRESS_BCS_LIBS($ODBC_LIBDIR)
+- fi
+-fi
+-
+-if test -z "$ODBC_TYPE"; then
+-PHP_ARG_WITH(birdstep,,
+-[ --with-birdstep[=DIR] Include Birdstep support [/usr/local/birdstep]])
+-
+- if test "$PHP_BIRDSTEP" != "no"; then
+- AC_MSG_CHECKING(for Birdstep support)
+- if test "$PHP_BIRDSTEP" = "yes"; then
+- ODBC_INCDIR=/usr/local/birdstep/include
+- ODBC_LIBDIR=/usr/local/birdstep/lib
+- else
+- ODBC_INCDIR=$PHP_BIRDSTEP/include
+- ODBC_LIBDIR=$PHP_BIRDSTEP/$PHP_LIBDIR
+- fi
+-
+- case $host_alias in
+- *aix*[)]
+- AC_DEFINE(AIX,1,[ ]);;
+- *hpux*[)]
+- AC_DEFINE(HPUX,1,[ ]);;
+- *linux*[)]
+- AC_DEFINE(LINUX,1,[ ]);;
+- *qnx*[)]
+- AC_DEFINE(NEUTRINO,1,[ ]);;
+- i?86-*-solaris*[)]
+- AC_DEFINE(ISOLARIS,1,[ ]);;
+- sparc-*-solaris*[)]
+- AC_DEFINE(SOLARIS,1,[ ]);;
+- *unixware*[)]
+- AC_DEFINE(UNIXWARE,1,[ ]);;
+- esac
+-
+- ODBC_INCLUDE=-I$ODBC_INCDIR
+- ODBC_TYPE=birdstep
+- ODBC_LFLAGS=-L$ODBC_LIBDIR
+- ODBC_LIBS="-lCadm -lCdict -lCenc -lCrdm -lCrpc -lCrdbc -lCrm -lCuapi -lutil"
+-
+- if test -f "$ODBC_LIBDIR/libCrdbc32.$SHLIB_SUFFIX_NAME"; then
+- ODBC_LIBS="-lCrdbc32 -lCadm32 -lCncp32 -lCrm32 -lCsql32 -lCdict32 -lCrdm32 -lCrpc32 -lutil"
+- elif test -f "$ODBC_LIBDIR/libCrdbc.$SHLIB_SUFFIX_NAME"; then
+- ODBC_LIBS="-lCrdbc -lCadm -lCncp -lCrm -lCsql -lCdict -lCrdm -lCrpc -lutil"
+- fi
+-
+- AC_DEFINE(HAVE_BIRDSTEP,1,[ ])
+- AC_MSG_RESULT([$ext_output])
+- fi
+-fi
+-
+-if test -z "$ODBC_TYPE"; then
+-PHP_ARG_WITH(custom-odbc,,
+-[ --with-custom-odbc[=DIR]
+- Include user defined ODBC support. DIR is ODBC install base
+- directory [/usr/local]. Make sure to define CUSTOM_ODBC_LIBS and
+- have some odbc.h in your include dirs. f.e. you should define
+- following for Sybase SQL Anywhere 5.5.00 on QNX, prior to
+- running this configure script:
+- CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\"
+- LDFLAGS=-lunix
+- CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"])
+-
+- if test "$PHP_CUSTOM_ODBC" != "no"; then
+- AC_MSG_CHECKING(for a custom ODBC support)
+- if test "$PHP_CUSTOM_ODBC" = "yes"; then
+- PHP_CUSTOM_ODBC=/usr/local
+- fi
+- ODBC_INCDIR=$PHP_CUSTOM_ODBC/include
+- ODBC_LIBDIR=$PHP_CUSTOM_ODBC/$PHP_LIBDIR
+- ODBC_LFLAGS=-L$ODBC_LIBDIR
+- ODBC_INCLUDE=-I$ODBC_INCDIR
+- ODBC_LIBS=$CUSTOM_ODBC_LIBS
+- ODBC_TYPE=custom-odbc
+- AC_DEFINE(HAVE_CODBC,1,[ ])
+- AC_MSG_RESULT([$ext_ouput])
+- fi
+-fi
+-
+-if test -z "$ODBC_TYPE"; then
+-PHP_ARG_WITH(iodbc,,
+-[ --with-iodbc[=DIR] Include iODBC support [/usr/local]])
+-
+- if test "$PHP_IODBC" != "no"; then
+- AC_MSG_CHECKING(for iODBC support)
+- if test "$PHP_IODBC" = "yes"; then
+- PHP_IODBC=/usr/local
+- fi
+- PHP_ADD_LIBRARY_WITH_PATH(iodbc, $PHP_IODBC/$PHP_LIBDIR)
+- PHP_ADD_INCLUDE($PHP_IODBC/include, 1)
+- ODBC_TYPE=iodbc
+- ODBC_INCLUDE=-I$PHP_IODBC/include
+- ODBC_LFLAGS=-L$PHP_IODBC/$PHP_LIBDIR
+- ODBC_LIBS=-liodbc
+- AC_DEFINE(HAVE_IODBC,1,[ ])
+- AC_DEFINE(HAVE_ODBC2,1,[ ])
+- AC_MSG_RESULT([$ext_output])
+- fi
+-fi
+-
+-if test -z "$ODBC_TYPE"; then
+-PHP_ARG_WITH(esoob,,
+-[ --with-esoob[=DIR] Include Easysoft OOB support [/usr/local/easysoft/oob/client]])
+-
+- if test "$PHP_ESOOB" != "no"; then
+- AC_MSG_CHECKING(for Easysoft ODBC-ODBC Bridge support)
+- if test "$PHP_ESOOB" = "yes"; then
+- PHP_ESOOB=/usr/local/easysoft/oob/client
+- fi
+- ODBC_INCDIR=$PHP_ESOOB/include
+- ODBC_LIBDIR=$PHP_ESOOB/$PHP_LIBDIR
+- ODBC_LFLAGS=-L$ODBC_LIBDIR
+- ODBC_INCLUDE=-I$ODBC_INCDIR
+- ODBC_LIBS=-lesoobclient
+- ODBC_TYPE=esoob
+- AC_DEFINE(HAVE_ESOOB,1,[ ])
+- AC_MSG_RESULT([$ext_output])
+- fi
+-fi
+
+ if test -z "$ODBC_TYPE"; then
+ PHP_ARG_WITH(unixODBC,,
+@@ -426,56 +30,6 @@
+ fi
+ fi
+
+-if test -z "$ODBC_TYPE"; then
+-PHP_ARG_WITH(dbmaker,,
+-[ --with-dbmaker[=DIR] Include DBMaker support])
+-
+- if test "$PHP_DBMAKER" != "no"; then
+- AC_MSG_CHECKING(for DBMaker support)
+- if test "$PHP_DBMAKER" = "yes"; then
+- # find dbmaker's home directory
+- DBMAKER_HOME=`grep "^dbmaker:" /etc/passwd | $AWK -F: '{print $6}'`
+-
+- # check DBMaker version (from 5.0 to 2.0)
+- DBMAKER_VERSION=5.0
+-
+- while test ! -d $DBMAKER_HOME/$DBMAKER_VERSION -a "$DBMAKER_VERSION" != "2.9"; do
+- DM_VER=`echo $DBMAKER_VERSION | sed -e 's/\.//' | $AWK '{ print $1-1;}'`
+- MAJOR_V=`echo $DM_VER | $AWK '{ print $1/10; }' | $AWK -F. '{ print $1; }'`
+- MINOR_V=`echo $DM_VER | $AWK '{ print $1%10; }'`
+- DBMAKER_VERSION=$MAJOR_V.$MINOR_V
+- done
+-
+- if test "$DBMAKER_VERSION" = "2.9"; then
+- PHP_DBMAKER=$DBMAKER_HOME
+- else
+- PHP_DBMAKER=$DBMAKER_HOME/$DBMAKER_VERSION
+- fi
+- fi
+-
+- ODBC_INCDIR=$PHP_DBMAKER/include
+- ODBC_LIBDIR=$PHP_DBMAKER/$PHP_LIBDIR
+- ODBC_INCLUDE=-I$ODBC_INCDIR
+- ODBC_LFLAGS=-L$ODBC_LIBDIR
+- ODBC_INCLUDE=-I$ODBC_INCDIR
+- ODBC_LIBS="-ldmapic -lc"
+- ODBC_TYPE=dbmaker
+-
+- AC_DEFINE(HAVE_DBMAKER,1,[Whether you want DBMaker])
+-
+- if test "$ext_shared" = "yes"; then
+- AC_MSG_RESULT([yes (shared)])
+- ODBC_LIBS="-ldmapic -lc -lm"
+- ODBC_SHARED="odbc.la"
+- else
+- AC_MSG_RESULT([yes (static)])
+- PHP_ADD_LIBRARY_WITH_PATH(dmapic, $ODBC_LIBDIR)
+- PHP_ADD_INCLUDE($ODBC_INCDIR)
+- ODBC_STATIC="libphpext_odbc.la"
+- fi
+- fi
+-fi
+-
+ dnl
+ dnl Extension setup
+ dnl
Copied: csw/mgar/pkg/php5/trunk/files/pdopgsql.diff (from rev 13494, csw/mgar/pkg/php5/trunk/extensions/php5_pdopgsql/files/pdopgsql.diff)
===================================================================
--- csw/mgar/pkg/php5/trunk/files/pdopgsql.diff (rev 0)
+++ csw/mgar/pkg/php5/trunk/files/pdopgsql.diff 2011-02-28 03:03:58 UTC (rev 13495)
@@ -0,0 +1,13 @@
+--- php-5.2.6/ext/pdo_pgsql/config.m4.orig 2009-02-19 15:57:33.757262166 -0600
++++ php-5.2.6/ext/pdo_pgsql/config.m4 2009-02-19 15:58:15.092308743 -0600
+@@ -13,8 +13,8 @@
+
+ AC_MSG_CHECKING(for pg_config)
+ for i in $PHP_PDO_PGSQL $PHP_PDO_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
+- if test -x $i/pg_config; then
+- PG_CONFIG="$i/pg_config"
++ if test -x $i/pg_config32; then
++ PG_CONFIG="$i/pg_config32"
+ break;
+ fi
+ done
Copied: csw/mgar/pkg/php5/trunk/files/pgsql.diff (from rev 13494, csw/mgar/pkg/php5/trunk/extensions/php5_pgsql/files/pgsql.diff)
===================================================================
--- csw/mgar/pkg/php5/trunk/files/pgsql.diff (rev 0)
+++ csw/mgar/pkg/php5/trunk/files/pgsql.diff 2011-02-28 03:03:58 UTC (rev 13495)
@@ -0,0 +1,13 @@
+--- php-5.2.6/ext/pgsql/config.m4.orig 2009-02-25 11:46:48.919725515 -0600
++++ php-5.2.6/ext/pgsql/config.m4 2009-02-25 11:48:01.054898559 -0600
+@@ -11,8 +11,8 @@
+
+ AC_MSG_CHECKING(for pg_config)
+ for i in $PHP_PGSQL $PHP_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
+- if test -x $i/pg_config; then
+- PG_CONFIG="$i/pg_config"
++ if test -x $i/pg_config32; then
++ PG_CONFIG="$i/pg_config32"
+ break;
+ fi
+ done
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