Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 195750 - apache-tools ebuild patch for prefixed portage
Summary: apache-tools ebuild patch for prefixed portage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 OS X
: High enhancement
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-13 20:23 UTC by Dirk Tilger
Modified: 2007-11-09 16:45 UTC (History)
1 user (show)

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


Attachments
Patch to the apache-tools ebuild to make it work in a prefixed portage (apache-tools-2.2.6.ebuild.patch,1.99 KB, patch)
2007-10-13 20:24 UTC, Dirk Tilger
Details | Diff
Updated patch to the apache-tools ebuild to make it work in a prefixed portage (apache-tools-2.2.6.ebuild.patch,1.43 KB, patch)
2007-11-01 15:51 UTC, Dirk Tilger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Tilger 2007-10-13 20:23:42 UTC
I tried to port the apache-tools to the prefixed portage. So far for me it works.

use flags for testing: ssl

objective: `emerge mapserver`

test system: x86-macos
Comment 1 Dirk Tilger 2007-10-13 20:24:17 UTC
Created attachment 133363 [details, diff]
Patch to the apache-tools ebuild to make it work in a prefixed portage
Comment 2 Dirk Tilger 2007-11-01 15:51:11 UTC
Created attachment 134907 [details, diff]
Updated patch to the apache-tools ebuild to make it work in a prefixed portage
Comment 3 Fabian Groffen gentoo-dev 2007-11-09 16:44:40 UTC
Added to the tree, thanks.

A few remarks on your patch:
- try to quote ${EPREFIX}
- reference EPREFIX as ${EPREFIX}, not $EPREFIX
- keep in mind that the world isn't Linux vs. MacOSX, so every conditional based on a platform is a potential cause of trouble on other platforms, especially if you muck with linker flags.