Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77733 - cups-1.1.23 ebuild issues
Summary: cups-1.1.23 ebuild issues
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-12 13:25 UTC by Chris Smith
Modified: 2005-05-10 09:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
proposed ebuild (cups-1.1.23-r1.ebuild,3.57 KB, text/plain)
2005-05-10 08:02 UTC, Chris Smith
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Smith 2005-01-12 13:25:30 UTC
in the cups-1.1.23 ebuild:

"filter-flags -fomit-frame-pointer" introduced for 1.1.18 seems to be no longer necessary

"disable-strip.patch" shouldn't be mandatory (although I suppose one add "-s" to their CFLAGS to build the binaries stripped)

both changes may possibly lower the cups memory footprint and/or improve performance

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Chris Smith 2005-05-10 08:02:49 UTC
Created attachment 58571 [details]
proposed ebuild

incorporates the suggestions and removes some patches that aren't apparently
necessary anymore
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2005-05-10 09:15:05 UTC
i removed "filter-flags fomit-frame-pointer"

the stip feature is handled by portage and thus still disabled by the patch

the xpdf and gcc4 patches are still neccessary