On 16 February 2017 at 16:50, Thomas Mueller <[email protected]> wrote: > >> For every build - >> /usr/local/etc/poudriere.d/make.conf > >> OPTIONS_SET= OPTIMIZED_CFLAGS SIMD PGSQL IPV6 >> editors_vim_SET= CSCOPE X11 GTK3 PYTHON > >> You can also get more specific by using - > >> /usr/local/etc/poudriere.d/<setname>-make.conf >> /usr/local/etc/poudriere.d/<tree>-make.conf >> /usr/local/etc/poudriere.d/<jailname>-make.conf >> /usr/local/etc/poudriere.d/<jailname>-<tree>-make.conf >> /usr/local/etc/poudriere.d/<jailname>-<setname>-make.conf >> /usr/local/etc/poudriere.d/<jailname>-<tree>-<setname>-make.conf > > >> Shane Ambler > > Is there any way to do this options preconfiguring not using poudriere? > > One good thing about NetBSD pkgsrc, also Gentoo portage, is being able to set > options by package or for all packages in /etc/make.conf or mk.conf . > > Is there a good way to do this in FreeBSD prior to running synth?
You can set up all the port options to use with synth in /usr/local/etc/synth/LiveSystem-make.conf, eg: devel_git_UNSET= CONTRIB CVS GITWEB P4 PERL SEND_EMAIL print_gutenprint_SET=CUPS Cheers. -- Jonathan Chen <[email protected]> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
