
Hello, I'm reading the page about the ports in Crux.Now I wonder one thing: Does Crux has something like the use flags of Gentoo or the options screen of FreeBSD ? Roelof

Hello, On Sun, Jan 13, 2013 at 4:27 PM, Roelof Wobben <rwobben@hotmail.com> wrote:
Hello,
I'm reading the page about the ports in Crux. Now I wonder one thing: Does Crux has something like the use flags of Gentoo or the options screen of FreeBSD ?
No, dependency management is done in two ways: 1. It's up to the port maintainer. If you don't like the port due to dependency requirements, you are more than welcome to spin your own. 2. It's done simply by the ./configure script. Usually, configure scripts check for existing dependencies before generating the build files that will include them. Therefore, you need to be somewhat mindful of the order in which you install your software. All that said, if the dependency is required by the # Depends on: line in the Pkgfile, then the only way to escape it is option #1. Hope this helps, Ryan

On 14/01/13 08:34, Ryan Mullen wrote:
Hello,
On Sun, Jan 13, 2013 at 4:27 PM, Roelof Wobben <rwobben@hotmail.com> wrote:
Hello,
I'm reading the page about the ports in Crux. Now I wonder one thing: Does Crux has something like the use flags of Gentoo or the options screen of FreeBSD ? No, dependency management is done in two ways:
1. It's up to the port maintainer. If you don't like the port due to dependency requirements, you are more than welcome to spin your own. 2. It's done simply by the ./configure script. Usually, configure scripts check for existing dependencies before generating the build files that will include them. Therefore, you need to be somewhat mindful of the order in which you install your software.
All that said, if the dependency is required by the # Depends on: line in the Pkgfile, then the only way to escape it is option #1.
Hope this helps, Ryan _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
Or use the prt-get --ignore= option to omit some dependency.
participants (3)
-
Danny Rawlins
-
Roelof Wobben
-
Ryan Mullen