Magellan Linux

Diff of /trunk/core/automake14/automake14-1.4_p6-r7.smage2

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

revision 29741 by niro, Tue Oct 10 10:48:54 2017 UTC revision 29742 by niro, Tue Oct 10 10:50:36 2017 UTC
# Line 22  sminclude mtools Line 22  sminclude mtools
22  SRC_URI=(  SRC_URI=(
23   gnu://automake/${SRCFILE}   gnu://automake/${SRCFILE}
24   mirror://automake/${SRCFILE}   mirror://automake/${SRCFILE}
25   mirror://automake/automake-${PVER}-perl-5.11.patch   mirror://automake/automake-1.4-perl-5.11.patch
26   mirror://automake/automake-${PVER}-perl-dyn-call.patch   mirror://automake/automake-1.4-perl-dyn-call.patch
27  )  )
28    
29  UP2DATE="updatecmd http://ftp.gnu.org/gnu/${PNAME/[0-9]*/} | grep \"$( echo ${PVER:0:3} | sed 's:\.:\\.:g' )\" | sed 's/-\(p[0-9]\)/_\1/' | highesttarball gz"  UP2DATE="updatecmd http://ftp.gnu.org/gnu/${PNAME/[0-9]*/} | grep \"$( echo ${PVER:0:3} | sed 's:\.:\\.:g' )\" | sed 's/-\(p[0-9]\)/_\1/' | highesttarball gz"
# Line 34  src_prepare() Line 34  src_prepare()
34   cd ${SRCDIR}   cd ${SRCDIR}
35    
36   # perl fixes   # perl fixes
37   mpatch automake-${PVER}-perl-5.11.patch || die   mpatch automake-1.4-perl-5.11.patch || die
38   mpatch automake-${PVER}-perl-dyn-call.patch || die   mpatch automake-1.4-perl-dyn-call.patch || die
39    
40   sed -i \   sed -i \
41   -e "/^@setfilename/s|automake|automake${PVER:0:3}|" \   -e "/^@setfilename/s|automake|automake${PVER:0:3}|" \

Legend:
Removed from v.29741  
changed lines
  Added in v.29742