Magellan Linux

Diff of /smage/trunk/core/coreutils/coreutils-8.7-r1.smage2

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

revision 854 by niro, Fri Dec 3 20:12:55 2010 UTC revision 888 by niro, Sat Dec 4 15:51:25 2010 UTC
# Line 28  sminclude mtools mcore-split Line 28  sminclude mtools mcore-split
28  SRC_URI=(  SRC_URI=(
29   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
30   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-5.3.0-dumbterm.patch  
  mirror://${PNAME}/${PNAME}-5.3.0-mem.patch  
  mirror://${PNAME}/${PNAME}-5.3.0-uname.patch  
31   mirror://${PNAME}/${PNAME}-5.94-more-dir-colors.patch   mirror://${PNAME}/${PNAME}-5.94-more-dir-colors.patch
32  )  )
33    
# Line 41  src_prepare() Line 38  src_prepare()
38   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
39   cd ${SRCDIR}   cd ${SRCDIR}
40    
  # mandrake patches  
  mpatch ${PNAME}-5.3.0-dumbterm.patch || die  
  mpatch ${PNAME}-5.3.0-mem.patch || die  
   
41   # generic patches   # generic patches
  mpatch ${PNAME}-5.3.0-uname.patch || die  
42   mpatch ${PNAME}-5.94-more-dir-colors.patch || die   mpatch ${PNAME}-5.94-more-dir-colors.patch || die
43    
  # fix compilation with newer versions of glibc  
  sed -i "s/futimens/gl_&/" $(grep -lr futimens *) || die  
   
44   if [[ -z $(which cvs 2>/dev/null) ]]   if [[ -z $(which cvs 2>/dev/null) ]]
45   then   then
46   # fix issues with gettext's autopoint if cvs is not installed   # fix issues with gettext's autopoint if cvs is not installed
47   export AUTOPOINT="/bin/true"   export AUTOPOINT="/bin/true"
48   fi   fi
   
  export WANT_AUTOMAKE=1.11  
  export WANT_AUTOCONF=2.5  
  aclocal -I m4 &>/dev/null || die  
  autoconf || die  
  automake || die  
49  }  }
50    
51  src_compile()  src_compile()

Legend:
Removed from v.854  
changed lines
  Added in v.888