Magellan Linux

Diff of /trunk/core/cmake/cmake-2.8.12.2-r1.smage2

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

revision 20612 by niro, Fri Jan 31 14:08:59 2014 UTC revision 20613 by niro, Fri Jan 31 14:10:50 2014 UTC
# Line 27  SRC_URI=( Line 27  SRC_URI=(
27   http://www.cmake.org/files/v${PVER%.*}/${SRCFILE}   http://www.cmake.org/files/v${PVER%.*}/${SRCFILE}
28   http://www.cmake.org/files/v${PVER%.*.*}/${SRCFILE}   http://www.cmake.org/files/v${PVER%.*.*}/${SRCFILE}
29   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
30   mirror://${PNAME}/${PNAME}-${PVER}-freetype252.patch   mirror://${PNAME}/${PNAME}-2.8.12.1-freetype252.patch
31  )  )
32    
33  UP2DATE="updatecmd ${HOMEPAGE}/${PNAME}/resources/software.html | grep 'Latest Release' | sed 's/.*(\(.*\)).*/\1/'"  UP2DATE="updatecmd ${HOMEPAGE}/${PNAME}/resources/software.html | grep 'Latest Release' | sed 's/.*(\(.*\)).*/\1/'"
# Line 38  src_prepare() Line 38  src_prepare()
38   cd ${SRCDIR}   cd ${SRCDIR}
39    
40   # fix cmake module to detect >=freetype-2.5.2   # fix cmake module to detect >=freetype-2.5.2
41   mpatch ${PNAME}-${PVER}-freetype252.patch || die   mpatch ${PNAME}-2.8.12.1-freetype252.patch || die
42  }  }
43    
44  src_compile()  src_compile()

Legend:
Removed from v.20612  
changed lines
  Added in v.20613