Magellan Linux

Diff of /branches/R11-stable/core/tk/tk-8.6.0-r1.smage2

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

revision 14618 by niro, Tue Jan 1 18:57:57 2013 UTC revision 14622 by niro, Tue Jan 1 19:28:52 2013 UTC
# Line 20  SRCFILE="${PNAME}${PVER}-src.tar.gz" Line 20  SRCFILE="${PNAME}${PVER}-src.tar.gz"
20  SRCDIR="${BUILDDIR}/${PNAME}${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}${PVER}"
21    
22  sminclude mtools  sminclude mtools
23    msetfeature "!check" # disabled, requires x11
24    
25  SRC_URI=(  SRC_URI=(
26   sourceforge://tcl/${SRCFILE}   sourceforge://tcl/${SRCFILE}
# Line 58  src_compile() Line 59  src_compile()
59    
60  src_check()  src_check()
61  {  {
62     # requires X11
63   cd ${SRCDIR}/unix   cd ${SRCDIR}/unix
64   make test || die   make test || die
65  }  }

Legend:
Removed from v.14618  
changed lines
  Added in v.14622