Magellan Linux

Diff of /trunk/extras/subversion/subversion-1.8.13-r1.smage2

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

revision 24820 by niro, Sat Apr 18 14:46:51 2015 UTC revision 24826 by niro, Wed Apr 22 07:44:41 2015 UTC
# Line 28  SDEPEND="${SUBVERSION_DEPEND} Line 28  SDEPEND="${SUBVERSION_DEPEND}
28   ${SUBVERSION_PERL_DEPEND}   ${SUBVERSION_PERL_DEPEND}
29   ${SUBVERSION_PYTHON_DEPEND}   ${SUBVERSION_PYTHON_DEPEND}
30   ${SUBVERSION_RUBY_DEPEND}   ${SUBVERSION_RUBY_DEPEND}
31   >= dev-lang/swig-2"   >= dev-lang/swig-3"
32    
33  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
34  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
# Line 42  SRC_URI=( Line 42  SRC_URI=(
42   http://apache.org/dist/${PNAME}/${SRCFILE}   http://apache.org/dist/${PNAME}/${SRCFILE}
43   http://archive.apache.org/dist/${PNAME}/${SRCFILE}   http://archive.apache.org/dist/${PNAME}/${SRCFILE}
44   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
45     mirror://${PNAME}/${PNAME}-${PVER}-swigpython.patch
46     mirror://${PNAME}/${PNAME}-${PVER}-r1655262+.patch
47   mirror://${PNAME}/${PNAME}-1.4.3-perl-vendor.patch   mirror://${PNAME}/${PNAME}-1.4.3-perl-vendor.patch
48   mirror://${PNAME}/${PNAME}-1.4.5-apr-cppflags.patch   mirror://${PNAME}/${PNAME}-1.4.5-apr-cppflags.patch
49  )  )
# Line 80  src_prepare() Line 82  src_prepare()
82   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
83   cd ${SRCDIR}   cd ${SRCDIR}
84    
85     # fix swig3 build issues
86     mpatch ${PNAME}-${PVER}-swigpython.patch || die
87     mpatch ${PNAME}-${PVER}-r1655262+.patch || die
88    
89   # install perl modules to vendor dir   # install perl modules to vendor dir
90   mpatch ${PNAME}-1.4.3-perl-vendor.patch || die   mpatch ${PNAME}-1.4.3-perl-vendor.patch || die
91    

Legend:
Removed from v.24820  
changed lines
  Added in v.24826