Magellan Linux

Diff of /smage/trunk/core/apr-util/apr-util-1.5.1-r1.smage2

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

revision 4306 by niro, Tue Nov 13 10:16:21 2012 UTC revision 4307 by niro, Tue Nov 13 10:18:02 2012 UTC
# Line 24  sminclude mbuild Line 24  sminclude mbuild
24  SRC_URI=(  SRC_URI=(
25   http://archive.apache.org/dist/apr/${SRCFILE}   http://archive.apache.org/dist/apr/${SRCFILE}
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
27   mirror://${PNAME}/${PNAME}-1.4.1-db53.patch   mirror://${PNAME}/${PNAME}-${PVER}-db53.patch
28  )  )
29    
30  UP2DATE="updatecmd 'http://archive.apache.org/dist/apr/?C=M;O=A' | grep ${PNAME}-[0-9] | lasttarball"  UP2DATE="updatecmd 'http://archive.apache.org/dist/apr/?C=M;O=A' | grep ${PNAME}-[0-9] | lasttarball"
# Line 35  src_prepare() Line 35  src_prepare()
35   cd ${SRCDIR}   cd ${SRCDIR}
36    
37   # support db-5.2 and db-5.3   # support db-5.2 and db-5.3
38   mpatch ${PNAME}-1.4.1-db53.patch || die   mpatch ${PNAME}-${PVER}-db53.patch || die
39   mautoreconf || die   mautoreconf || die
40  }  }
41    

Legend:
Removed from v.4306  
changed lines
  Added in v.4307