--- smage/trunk/core/util-linux/util-linux-2.19-r1.smage2 2011/03/01 18:50:45 1377 +++ smage/trunk/core/util-linux/util-linux-2.19-r1.smage2 2011/03/01 18:52:25 1378 @@ -30,11 +30,6 @@ SRC_URI=( http://www.kernel.org/pub/linux/utils/${PNAME}/v${PVER/%.?/}/${SRCFILE} mirror://${PNAME}/${SRCFILE} - mirror://${PNAME}/${PNAME}-2.18-slang.patch - mirror://${PNAME}/${PNAME}-2.18-ncursesw.patch - mirror://${PNAME}/${PNAME}-2.18-cfdisk-string-len.patch - mirror://${PNAME}/${PNAME}-2.18-fix-findmnt.patch - mirror://${PNAME}/${PNAME}-2.18-mount-loopdev.patch ) UP2DATE="updatecmd \"${HOMEPAGE}/v\$(updatecmd ${HOMEPAGE} | grep v.*/ | sed -n 's/.*v\(.*\)\/.*/\1/;$ p')/?C=M;O=A\" | grep -v 'rc' | lasttarball" @@ -43,21 +38,6 @@ { munpack ${SRCFILE} || die - # fixes slang issues - mpatch ${PNAME}-2.18-slang.patch || die - - # handle non-wide ncurses as well - mpatch ${PNAME}-2.18-ncursesw.patch || die - - # fixes get_string() not calculating correct limits - mpatch ${PNAME}-2.18-cfdisk-string-len.patch || die - - # fixes some mount issues - mpatch ${PNAME}-2.18-fix-findmnt.patch || die - - # iso images listed in fstab are mounted twice at boot - mpatch ${PNAME}-2.18-mount-loopdev.patch || die - # fhs compatibility all-abis sed -i 's:etc/adjtime:var/lib/hwclock/adjtime:' hwclock/hwclock.c || die