Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Here's a new ebuild for ppmd 9.1 patchlevel 8. It's heavily based on the one currently in Portage (9.1 patchlevel 7). I improved on the "replaceflags" slightly. Here are the diffs: diff /usr/portage/app-arch/ppmd/ppmd-9.1.ebuild /usr/local/portage/app-arch/ppmd/ppmd-9.1-r1.ebuild 9c9 < PATCHV="7" --- > PATCHV="8" 36c36 < autoreconf --force || die --- > autoconf --force || die 40c40 < replace-flags "-O3" "-O2" --- > append-flags "-fno-inline-functions -fno-exceptions -fno-rtti" The new ebuild is attached. Have fun !
Created an attachment (id=35742) [details] PPMd 9.1 patchlevel 8
Nice, very nice. I've pretty much included verbatim your adjustments, although I've switched the naming format slightly (new version is -9.1_p8). Either way, thanks for the diff- makes identifying the changes people are after *much* simpler. InCVS shortly.
You're welcome :-) I was a bit surprised that I had to change the 'autoreconf' to 'autoconf' though. Does that mean that some configure files in the patchlevel8 .tar.gz are now invalid, and need to be overwritten (ie: re-generated) more thoroughly ? Anyway, it seems to work well the new way :-)