Darrell,
I am having to go one-by-one through my build scripts for each tde package and remove old patches, etc. I don't know which ones are still needed. Eg (for tdebase):
msg "Patching - tdebase patch set...." for patch in ${srcdir}/patches/*.patch; do _p=`basename $patch` msg "Applying patch $_p..." patch -Np0 -i $patch done
Do you still have your build scripts online? I see you closed humanreadable.nfshost, so I'm looking for a current set of "go bys" to prevent repeated build failures figuring out which current patches I need :) Help a brother out?