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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Apr 21 04:19:02 CEST 2011


Revision: 14369
          http://gar.svn.sourceforge.net/gar/?rev=14369&view=rev
Author:   bdwalton
Date:     2011-04-21 02:19:02 +0000 (Thu, 21 Apr 2011)

Log Message:
-----------
php5/trunk: sort the configure lines and de-dup the list

Modified Paths:
--------------
    csw/mgar/pkg/php5/trunk/Makefile

Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile	2011-04-21 02:14:24 UTC (rev 14368)
+++ csw/mgar/pkg/php5/trunk/Makefile	2011-04-21 02:19:02 UTC (rev 14369)
@@ -193,111 +193,100 @@
 NOISALIST = 1
 STRIP_LIBTOOL = 1
 
-CONFIGURE_ARGS += --prefix=$(prefix)/php5
+
+
 CONFIGURE_ARGS += --disable-static
-CONFIGURE_ARGS += --with-exec-dir=$(prefix)/php5/bin
-CONFIGURE_ARGS += --enable-cli
-CONFIGURE_ARGS += --with-mm=$(prefix)
-CONFIGURE_ARGS += --enable-magic-quotes
-CONFIGURE_ARGS += --with-pcre-regex
-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-cli
 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)/bdb4
 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-freetype-dir=$(prefix)
-CONFIGURE_ARGS += --with-t1lib=$(prefix)
-CONFIGURE_ARGS += --enable-gd-native-ttf
 CONFIGURE_ARGS += --enable-gd-jis-conv
+CONFIGURE_ARGS += --enable-gd-native-ttf
+CONFIGURE_ARGS += --enable-hash=shared
+CONFIGURE_ARGS += --enable-json=shared
+CONFIGURE_ARGS += --enable-magic-quotes
+CONFIGURE_ARGS += --enable-mbregex=shared
+CONFIGURE_ARGS += --enable-mbstring=shared
+CONFIGURE_ARGS += --enable-pcntl=shared
+CONFIGURE_ARGS += --enable-pdo=shared
+CONFIGURE_ARGS += --enable-phar=shared
+CONFIGURE_ARGS += --enable-posix=shared
+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 += --enable-soap=shared
+CONFIGURE_ARGS += --enable-sockets=shared
+CONFIGURE_ARGS += --enable-sqlite-utf8
+CONFIGURE_ARGS += --enable-sysvmsg=shared
+CONFIGURE_ARGS += --enable-sysvsem=shared
+CONFIGURE_ARGS += --enable-sysvshm=shared
+CONFIGURE_ARGS += --enable-tokenizer=shared
+CONFIGURE_ARGS += --enable-wddx=shared
+CONFIGURE_ARGS += --enable-xml
+CONFIGURE_ARGS += --enable-xmlreader=shared
+CONFIGURE_ARGS += --enable-xmlwriter=shared
+CONFIGURE_ARGS += --enable-zip=shared
+CONFIGURE_ARGS += --prefix=$(prefix)/php5
+CONFIGURE_ARGS += --with-apxs2=$(prefix)/apache2/sbin/apxs
+CONFIGURE_ARGS += --with-bz2=shared,$(prefix)
+CONFIGURE_ARGS += --with-curl=shared,$(prefix)
+CONFIGURE_ARGS += --with-curlwrappers
+CONFIGURE_ARGS += --with-db4=$(prefix)/bdb4
+CONFIGURE_ARGS += --with-exec-dir=$(prefix)/php5/bin
+CONFIGURE_ARGS += --with-freetype-dir=$(prefix)
+CONFIGURE_ARGS += --with-gd=shared,$(prefix)
+CONFIGURE_ARGS += --with-gdbm=$(prefix)
 CONFIGURE_ARGS += --with-gettext=shared,$(prefix)
 CONFIGURE_ARGS += --with-gmp=shared,$(prefix)
-CONFIGURE_ARGS += --enable-hash=shared
 CONFIGURE_ARGS += --with-iconv=shared,$(prefix)
+CONFIGURE_ARGS += --with-imap-ssl=$(prefix)
 CONFIGURE_ARGS += --with-imap=shared,$(prefix)
+CONFIGURE_ARGS += --with-jpeg-dir=$(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-ldap=shared,$(prefix)
+CONFIGURE_ARGS += --with-libedit=no
+CONFIGURE_ARGS += --with-libexpat-dir=$(prefix)
+CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
 CONFIGURE_ARGS += --with-mcrypt=shared,$(prefix)
 CONFIGURE_ARGS += --with-mhash=shared,$(prefix)
-CONFIGURE_ARGS += --enable-phar=shared
+CONFIGURE_ARGS += --with-mm=$(prefix)
 CONFIGURE_ARGS += --with-mssql=shared,$(prefix)
 CONFIGURE_ARGS += --with-mysql=shared,$(prefix)/mysql5
 CONFIGURE_ARGS += --with-mysqli=shared,$(prefix)/mysql5/bin/$(ISA_DEFAULT)/mysql_config
-CONFIGURE_ARGS += --with-unixODBC=shared,$(prefix)
+CONFIGURE_ARGS += --with-ndbm
 CONFIGURE_ARGS += --with-openssl=shared,$(prefix)
-CONFIGURE_ARGS += --enable-pcntl=shared
-CONFIGURE_ARGS += --enable-pdo=shared
+CONFIGURE_ARGS += --with-pcre-dir=$(prefix)
+CONFIGURE_ARGS += --with-pcre-regex
 # not documented, but you can pass the path to mysql_config directly
 # we need the 32-bit version, so we have to force this
 CONFIGURE_ARGS += --with-pdo-mysql=shared,$(prefix)/mysql5/bin/$(ISA_DEFAULT)/mysql_config
-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-pear=shared
+CONFIGURE_ARGS += --with-pear=shared
 CONFIGURE_ARGS += --with-pgsql=shared,$(prefix)/postgresql
-CONFIGURE_ARGS += --enable-posix=shared
+CONFIGURE_ARGS += --with-png-dir=$(prefix)
 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-t1lib=$(prefix)
 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-unixODBC=shared,$(prefix)
 CONFIGURE_ARGS += --with-xmlrpc=shared
-CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
-CONFIGURE_ARGS += --with-libexpat-dir=$(prefix)
-CONFIGURE_ARGS += --enable-xmlwriter=shared
-CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
+CONFIGURE_ARGS += --with-xpm-dir=$(prefix)
 CONFIGURE_ARGS += --with-xsl=shared,$(prefix)
-CONFIGURE_ARGS += --enable-zip=shared
 CONFIGURE_ARGS += --with-zlib-dir=$(prefix)
 CONFIGURE_ARGS += --with-zlib=$(prefix)
-CONFIGURE_ARGS += --with-apxs2=$(prefix)/apache2/sbin/apxs
 
 # Disable Tests (report submitted to PHP QA)
 SKIPTEST = 1


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