Magellan Linux

Diff of /branches/magellan-next/core/subversion/subversion-1.6.13-r1.smage2

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

revision 7259 by niro, Tue Oct 12 10:17:55 2010 UTC revision 7260 by niro, Wed Oct 13 08:02:30 2010 UTC
# Line 42  SRC_URI=( Line 42  SRC_URI=(
42   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
43   mirror://${PNAME}/${PNAME}-1.4.3-perl-vendor.patch   mirror://${PNAME}/${PNAME}-1.4.3-perl-vendor.patch
44   mirror://${PNAME}/${PNAME}-1.4.5-apr-cppflags.patch   mirror://${PNAME}/${PNAME}-1.4.5-apr-cppflags.patch
45     mirror://${PNAME}/${PNAME}-${PVER}-db50.patch
46  )  )
47    
48  UP2DATE="updatecmd ${HOMEPAGE}/source-code.html | grep 'best.*version' | sed 's:.*\: \[.*\]\(.*.\):\1:'"  UP2DATE="updatecmd ${HOMEPAGE}/source-code.html | grep 'best.*version' | sed 's:.*\: \[.*\]\(.*.\):\1:'"
# Line 93  src_prepare() Line 94  src_prepare()
94   # fixes compilation with newer apr   # fixes compilation with newer apr
95   mpatch ${PNAME}-1.4.5-apr-cppflags.patch || die   mpatch ${PNAME}-1.4.5-apr-cppflags.patch || die
96    
97     # support db-5.0
98     mpatch ${PNAME}-${PVER}-db50.patch || die
99    
100  # autoreconf --verbose --install --force || die  # autoreconf --verbose --install --force || die
101   # run autogen instead of autoreconf to copy newer libtool macros   # run autogen instead of autoreconf to copy newer libtool macros
102   sh autogen.sh || die   sh autogen.sh || die

Legend:
Removed from v.7259  
changed lines
  Added in v.7260