pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: BUILD_DEPENDS



On Sun, Apr 30, 2006 at 09:26:55PM +0300, Aleksey Cheusov wrote:
>  >> From documentation I didn't understand what kind of software
>  >> can be mentioned in USE_TOOLS?
>  >> autoconf, gmake? Fine.
>  >> What about
>  >> USE_TOOLS += I_am_the_only_person_who_knows_about_this_rarely_used_tool?
>  >> I.e. how many tools (and what exactly) can be mentioned in USE_TOOLS?
> 
> > The tools framework allows easy overriding of builtin tools, path names
> > etc. It is also handy to simplify *_DEPENDS. It doesn't apply for
> > anything.
> I guessed about this. But I still need a full list of supported tool.
> mk/replace.mk? What if I write
> USE_TOOLS += gm4?
> Will it work under NetBSD (where it external and is named gm4)
> and under Linux (GNU version in most distributions)?

Yes. That's the intended purpose. The platform tools.$PLATFORM.mk is
responsible for specifying what is available or not.

> Is it possible to tell "I need POSIX compatible <program>".
> On some systems, for example, awk == oawk.

Common assumption is awk == oawk, which works fine most of the time. If
it doesn't on a specific platform, those normally request gawk.
The reference should of course be the one-true-awk :-)

> There is no pkgsrc package for bzlib.

archives/bzip2.

Joerg


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss



Home | Main Index | Thread Index | Old Index