First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 57587
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Brian Harring <ferringb@gmail.com>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Joël <world.root@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
ppmd-9.1-r1.ebuild PPMd 9.1 patchlevel 8 text/plain Joël 2004-07-19 07:40 0000 1.11 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 57587 depends on: Show dependency tree
Show dependency graph
Bug 57587 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-07-19 07:39 0000
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 !

------- Comment #1 From Joël 2004-07-19 07:40:18 0000 -------
Created an attachment (id=35742) [edit]
PPMd 9.1 patchlevel 8

------- Comment #2 From Brian Harring 2004-07-21 07:17:51 0000 -------
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.

------- Comment #3 From Joël 2004-07-21 09:11:09 0000 -------
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 :-)

First Last Prev Next    No search results available      Search page      Enter new bug