Magellan Linux

Diff of /smage/trunk/extras/php/php-5.6.17-r1.smage2

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

revision 8398 by niro, Fri Jan 22 13:06:37 2016 UTC revision 8399 by niro, Fri Jan 22 13:46:10 2016 UTC
# Line 138  SRCFILE="${PNAME/5/}-${PVER}.tar.bz2" Line 138  SRCFILE="${PNAME/5/}-${PVER}.tar.bz2"
138  SRCDIR="${BUILDDIR}/${PNAME/5/}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME/5/}-${PVER}"
139    
140  sminclude mtools php systemd  sminclude mtools php systemd
141  #msetfeature "!check" # no check target  msetfeature "!check" # no check target
142    
143  MOD_REV=1.2  MOD_REV=1.2
144    
# Line 158  SRC_URI=( Line 158  SRC_URI=(
158   mirror://${PNAME}/php-fpm.tmpfilesd   mirror://${PNAME}/php-fpm.tmpfilesd
159  )  )
160    
161  # 5.4 stable series  # 5.6 stable series
162  UP2TAG="5.4"  UP2TAG="5.6"
163  UP2DATE="updatecmd ${HOMEPAGE} | grep 'Current.*${UP2TAG}.*Stable' | sed 's/.*\:\ \(.*\)/\1/'"  UP2DATE="updatecmd ${HOMEPAGE} | grep 'Current.*${UP2TAG}.*Stable' | sed 's/.*\:\ \(.*\)/\1/'"
164    
165  split_info_php()  split_info_php()
# Line 559  src_compile() Line 559  src_compile()
559    
560   # prepare build with the previous run, to save a lot of time   # prepare build with the previous run, to save a lot of time
561   current_run=cgi   current_run=cgi
562   cp -av ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run}   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run} || die
563   cd ${BUILDDIR}/build-${current_run}   cd ${BUILDDIR}/build-${current_run}
564    
565   mconfigure \   mconfigure \
# Line 581  src_compile() Line 581  src_compile()
581    
582   # prepare build with the previous run, to save a lot of time   # prepare build with the previous run, to save a lot of time
583   current_run=apache   current_run=apache
584   cp -av ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run}   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run} || die
585   cd ${BUILDDIR}/build-${current_run}   cd ${BUILDDIR}/build-${current_run}
586    
587   mconfigure \   mconfigure \
# Line 601  src_compile() Line 601  src_compile()
601    
602   # prepare build with the previous run, to save a lot of time   # prepare build with the previous run, to save a lot of time
603   current_run=embedded   current_run=embedded
604   cp -av ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run}   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run} || die
605   cd ${BUILDDIR}/build-${current_run}   cd ${BUILDDIR}/build-${current_run}
606    
607   mconfigure \   mconfigure \
# Line 621  src_compile() Line 621  src_compile()
621    
622   # prepare build with the previous run, to save a lot of time   # prepare build with the previous run, to save a lot of time
623   current_run=pear   current_run=pear
624   cp -av ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run}   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run} || die
625   cd ${BUILDDIR}/build-${current_run}   cd ${BUILDDIR}/build-${current_run}
626    
627   mconfigure \   mconfigure \
# Line 635  src_compile() Line 635  src_compile()
635   || die   || die
636   mmake || die   mmake || die
637    
638  #   #
639   # build fpm   # build fpm
640   #   #
641    
642  # # prepare build with the previous run, to save a lot of time  # # prepare build with the previous run, to save a lot of time
643  # current_run=fpm  # current_run=fpm
644  # cp -av ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run}  # cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run} || die
645  # cd ${BUILDDIR}/build-${current_run}  # cd ${BUILDDIR}/build-${current_run}
646  #  #
647  # mconfigure \  # mconfigure \

Legend:
Removed from v.8398  
changed lines
  Added in v.8399