Author: sten Date: 2006-04-13 02:12:42 +0200 (Thu, 13 Apr 2006) New Revision: 1243 Modified: crux-2.2/ports/opt/boost/.md5sum crux-2.2/ports/opt/boost/Pkgfile Log: boost: back out more mistakingly added works-in-progress. It turns out that that gcc4 patch wasn't needed anyways Modified: crux-2.2/ports/opt/boost/.md5sum =================================================================== --- crux-2.2/ports/opt/boost/.md5sum 2006-04-12 20:09:05 UTC (rev 1242) +++ crux-2.2/ports/opt/boost/.md5sum 2006-04-13 00:12:42 UTC (rev 1243) @@ -1,2 +1 @@ -379a8078dac540c2cb1c8a9f251db52a boost-1.33.1-gcc4.patch 2b999b2fb7798e1737d1fff8fac602ef boost_1_33_1.tar.bz2 Modified: crux-2.2/ports/opt/boost/Pkgfile =================================================================== --- crux-2.2/ports/opt/boost/Pkgfile 2006-04-12 20:09:05 UTC (rev 1242) +++ crux-2.2/ports/opt/boost/Pkgfile 2006-04-13 00:12:42 UTC (rev 1243) @@ -7,12 +7,11 @@ name=boost version=1.33.1 release=1 -source=(http://dl.sourceforge.net/sourceforge/boost/boost_1_33_1.tar.bz2 \ - boost-1.33.1-gcc4.patch) +source=(http://dl.sourceforge.net/sourceforge/boost/boost_1_33_1.tar.bz2) + build() { cd ${name}_1_33_1 - patch -p1 -i $SRC/boost-1.33.1-gcc4.patch cd tools/build/jam_src ./build.sh gcc cd -