Magellan Linux

Diff of /trunk/extras/php5/php5-5.3.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4026 by niro, Tue Nov 17 17:59:59 2009 UTC revision 5094 by niro, Thu Mar 4 21:12:14 2010 UTC
# Line 34  DEPEND=">= net-www/apache2-2.2.14 Line 34  DEPEND=">= net-www/apache2-2.2.14
34   >= dev-db/unixodbc-2.2   >= dev-db/unixodbc-2.2
35   >= net-dns/libidn-1.15   >= net-dns/libidn-1.15
36   >= app-text/htmltidy-1.46"   >= app-text/htmltidy-1.46"
37    aspell
38    enchant
39    ldap-sasl? ( !oci8? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 ) )
40    
41  # ToDO: mcrypt, imap, mhash  # ToDO: mcrypt, imap, mhash
42    
# Line 122  src_compile() Line 125  src_compile()
125   --enable-ftp=shared \   --enable-ftp=shared \
126   --with-gettext \   --with-gettext \
127   --enable-mbstring=shared \   --enable-mbstring=shared \
128     --enable-mbregex \
129   --with-ncurses=shared \   --with-ncurses=shared \
130   --with-readline \   --with-readline \
131   --with-openssl \   --with-openssl \
# Line 132  src_compile() Line 136  src_compile()
136   --with-t1lib=/usr \   --with-t1lib=/usr \
137   --with-pcre-regex \   --with-pcre-regex \
138   --with-gmp \   --with-gmp \
139   --with-curl \   --with-curl=shared \
140   --with-curlwrappers \   --with-curlwrappers \
141   --enable-dba=shared \   --enable-dba=shared \
142   --with-db4 \   --with-db4 \
# Line 140  src_compile() Line 144  src_compile()
144   --with-mysqli=shared \   --with-mysqli=shared \
145   --with-unixODBC=shared,/usr \   --with-unixODBC=shared,/usr \
146   --with-sqlite=shared \   --with-sqlite=shared \
147     --with-sqlite3=shared \
148   --enable-pdo=shared \   --enable-pdo=shared \
149   --with-pdo-odbc=shared,unixODBC,/usr \   --with-pdo-odbc=shared,unixODBC,/usr \
150   --with-pdo-mysql=shared,/usr \   --with-pdo-mysql=shared,/usr \
# Line 150  src_compile() Line 155  src_compile()
155   --enable-xmlreader=shared \   --enable-xmlreader=shared \
156   --enable-xmlwriter=shared \   --enable-xmlwriter=shared \
157   --with-xsl=shared,/usr \   --with-xsl=shared,/usr \
158     --enable-wddx=shared \
159     --enable-soap=shared \
160   --enable-json=shared \   --enable-json=shared \
161   --enable-zip=shared \   --enable-zip=shared \
162     --enable-posix=shared \
163     --enable-fileinfo=shared \
164   --enable-sockets=shared \   --enable-sockets=shared \
165   --enable-sysvsem=shared \   --enable-sysvsem=shared \
166   --enable-sysvshm=shared \   --enable-sysvshm=shared \
167   --enable-sysvmsg=shared \   --enable-sysvmsg=shared \
168   --with-tidy=shared \   --with-tidy=shared \
169     --with-ldap=shared \
170     --with-ldap-sasl \
171     --with-enchant=shared \
172     --with-pspell=shared \
173   || die   || die
174    
175    
176    
177  # ToDo:  # ToDo:
178  # --with-mcrypt=shared \  # --with-mcrypt=shared \
179  # --with-mhash=shared \  # --with-mhash=shared \

Legend:
Removed from v.4026  
changed lines
  Added in v.5094