[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PFRAGs for shared, with flavours?
On Thu, May 31, 2001 at 07:12:12AM +0200, Phil Pennock wrote:
> I'm installing stuff on a box without X11, so I'm using FLAVOR=no_x11 a
> lot. Some ports have dependencies on X stuff, where the actual software
> can be safely configured without it, so I'm knocking together some
> patches for the maintainers.
>
> Problem: how do I set up the PFRAG files where PFRAG.shared contains
> something which I want to extract to no-no_x11 ?
The way packing information is generated is described in bsd.port.mk(5).
In case of doubt, just look at what gets put in SED_PLIST, in bsd.port.mk
itself (or use FLAVOR=xxx make show=SED_PLIST to experiment)
It's set up to cover the more reasonable cases. If it doesn't work for you,
don't start with the default empty value, but tweak it manually to achieve
what you need.