Magellan Linux

Diff of /trunk/extras/php/php-5.4.42-r3.smage2

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

revision 27525 by niro, Wed Dec 16 09:29:54 2015 UTC revision 27526 by niro, Wed Mar 9 10:25:21 2016 UTC
# Line 98  SDEPEND="${DEPEND_COMMON} Line 98  SDEPEND="${DEPEND_COMMON}
98   >= sys-dev/m4-1.4   >= sys-dev/m4-1.4
99   >= sys-dev/libtool-1.5   >= sys-dev/libtool-1.5
100   >= sys-dev/gettext-0.17   >= sys-dev/gettext-0.17
101   >= virtual/sed"   >= virtual/sed
102     >= sys-dev/bison-2.5"
103    
104  SRCFILE="${PNAME/5/}-${PVER}.tar.bz2"  SRCFILE="${PNAME/5/}-${PVER}.tar.bz2"
105  SRCDIR="${BUILDDIR}/${PNAME/5/}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME/5/}-${PVER}"
# Line 525  src_compile() Line 526  src_compile()
526    
527   # prepare build with the previous run, to save a lot of time   # prepare build with the previous run, to save a lot of time
528   current_run=cgi   current_run=cgi
529   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run}   cp -av ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run}
530   cd ${BUILDDIR}/build-${current_run}   cd ${BUILDDIR}/build-${current_run}
531    
532   mconfigure \   mconfigure \
# Line 547  src_compile() Line 548  src_compile()
548    
549   # prepare build with the previous run, to save a lot of time   # prepare build with the previous run, to save a lot of time
550   current_run=apache   current_run=apache
551   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run}   cp -av ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run}
552   cd ${BUILDDIR}/build-${current_run}   cd ${BUILDDIR}/build-${current_run}
553    
554   mconfigure \   mconfigure \
# Line 567  src_compile() Line 568  src_compile()
568    
569   # prepare build with the previous run, to save a lot of time   # prepare build with the previous run, to save a lot of time
570   current_run=embedded   current_run=embedded
571   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run}   cp -av ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run}
572   cd ${BUILDDIR}/build-${current_run}   cd ${BUILDDIR}/build-${current_run}
573    
574   mconfigure \   mconfigure \
# Line 587  src_compile() Line 588  src_compile()
588    
589   # prepare build with the previous run, to save a lot of time   # prepare build with the previous run, to save a lot of time
590   current_run=pear   current_run=pear
591   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run}   cp -av ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run}
592   cd ${BUILDDIR}/build-${current_run}   cd ${BUILDDIR}/build-${current_run}
593    
594   mconfigure \   mconfigure \
# Line 608  src_compile() Line 609  src_compile()
609    
610   # prepare build with the previous run, to save a lot of time   # prepare build with the previous run, to save a lot of time
611   current_run=fpm   current_run=fpm
612   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run}   cp -av ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run}
613   cd ${BUILDDIR}/build-${current_run}   cd ${BUILDDIR}/build-${current_run}
614    
615   mconfigure \   mconfigure \

Legend:
Removed from v.27525  
changed lines
  Added in v.27526