There's a typo (# instead of $ in front of a variable) that's preventing the very useful TDFX_RISKY variable from taking effect. TDFX_RISKY is related to bug #15001. Here's the patch. --- xfree-4.3.0-r2.ebuild 2003-04-22 23:58:26.000000000 -0400 +++ xfree-4.3.0-r2.ebuild.mine 2003-04-23 00:08:26.000000000 -0400 @@ -204,7 +204,7 @@ if [ "`use 3dfx`" -a "${TDFX_RISKY}" = "yes" ] then - rm #{WORKDIR}/patch/075* + rm -f ${WORKDIR}/patch/075* fi # Various Patches from all over
Created attachment 11028 [details, diff] patch to make TDFX_RISKY useful
Hi Qian, thanks for your patch. I've got a fix for this, posted to dri-devel months ago which removes the need for patch 075 afaiaa, I'll add that if it hasn't found its way into the xfree4.3 tree.
I've applied the patch to xfree-4.3.0-r2 (it's in patches 1.1.3) The new patch still requires TDFX_RISKY to be set I'll add the patch as a default in xfree-4.3.0-r3 if it doesn't cause problems.
closing