Magellan Linux

Diff of /trunk/extras/php5/php5-5.2.10-r1.smage2

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

revision 2155 by niro, Mon Jul 6 18:31:55 2009 UTC revision 2156 by niro, Mon Jul 6 18:35:02 2009 UTC
# Line 32  DEPEND=">= net-www/apache2-2.2.11 Line 32  DEPEND=">= net-www/apache2-2.2.11
32   >= dev-db/sqlite-3.6   >= dev-db/sqlite-3.6
33   >= dev-db/mysql5-5.1   >= dev-db/mysql5-5.1
34   >= dev-db/unixodbc-2.2   >= dev-db/unixodbc-2.2
35   >= net-dns/libidn-1.14"   >= net-dns/libidn-1.14
36     >= app-text/htmltidy-1.46"
37    
38  # ToDO: mcrypt, imap, mhash, htmltidy  # ToDO: mcrypt, imap, mhash
39    
40  SDEPEND=">= sys-apps/sed-4  SDEPEND=">= sys-apps/sed-4
41   >= sys-dev/m4-1.4   >= sys-dev/m4-1.4
# Line 88  src_prepare() Line 89  src_prepare()
89   rm aclocal.m4 || die   rm aclocal.m4 || die
90    
91   # rebuild configure   # rebuild configure
92   autoreconf --force --install || die   autoreconf --force --install --verbose || die
93    
94   # force use of system libtool   # force use of system libtool
95   mlibtoolize || die   mlibtoolize || die
# Line 150  src_compile() Line 151  src_compile()
151   --enable-sysvsem=shared \   --enable-sysvsem=shared \
152   --enable-sysvshm=shared \   --enable-sysvshm=shared \
153   --enable-sysvmsg=shared \   --enable-sysvmsg=shared \
154     --with-tidy=shared \
155   || die   || die
156    
157  # ToDo:  # ToDo:
# Line 157  src_compile() Line 159  src_compile()
159  # --with-mhash=shared \  # --with-mhash=shared \
160  # --with-imap=shared \  # --with-imap=shared \
161  # --with-imap-ssl \  # --with-imap-ssl \
 # --with-tidy=shared \  
162    
163   mmake || die   mmake || die
164  }  }

Legend:
Removed from v.2155  
changed lines
  Added in v.2156