Magellan Linux

Diff of /trunk/core/subversion/subversion-1.5.5-r1.smage2

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

revision 860 by niro, Fri Dec 26 12:58:47 2008 UTC revision 861 by niro, Fri Dec 26 13:06:41 2008 UTC
# Line 35  SRC_URI=( Line 35  SRC_URI=(
35   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
36   mirror://${PNAME}/${PNAME}-1.4.3-perl-vendor.patch   mirror://${PNAME}/${PNAME}-1.4.3-perl-vendor.patch
37   mirror://${PNAME}/${PNAME}-1.4.5-apr-cppflags.patch   mirror://${PNAME}/${PNAME}-1.4.5-apr-cppflags.patch
  mirror://${PNAME}/${PNAME}-1.4.5-neon-configure.patch  
38  )  )
39    
40  UP2DATE="updatecmd ${HOMEPAGE} | grep 'latest release' | sed 's/.* \(.*.\)\..*/\1/'"  UP2DATE="updatecmd ${HOMEPAGE} | grep 'latest release' | sed 's/.* \(.*.\)\..*/\1/'"
# Line 48  src_prepare() Line 47  src_prepare()
47   # install perl modules to vendor dir   # install perl modules to vendor dir
48   mpatch ${PNAME}-1.4.3-perl-vendor.patch || die   mpatch ${PNAME}-1.4.3-perl-vendor.patch || die
49    
  # fixes neon configure check  
  mpatch ${PNAME}-1.4.5-neon-configure.patch || die  
   
50   # fixes compilation with newer apr   # fixes compilation with newer apr
51   mpatch ${PNAME}-1.4.5-apr-cppflags.patch || die   mpatch ${PNAME}-1.4.5-apr-cppflags.patch || die
52    

Legend:
Removed from v.860  
changed lines
  Added in v.861