• =?UTF-8?Q?Building=C2=A0Ports?=

    From Felix Palmen@21:1/5 to All on Mon Mar 9 09:09:41 2020
    * hardconnect.joe@gmail.com <hardconnect.joe@gmail.com>:
    When building ports, I get lots of popup dialogs that interrupt the
    build process. Is there a make flag to bypass these dialogs?

    Yes, set the environment variable BATCH, see also ports(7).
    If you don't want standard build options everywhere, you can do a
    `make config-recursive` first (BATCH might not be needed in this case)
    or override options in your make.conf like e.g.

    | www_firefox_SET= FFMPEG
    | www_firefox_UNSET= PULSEAUDIO JACK

    BR, Felix

    --
    Dipl.-Inform. Felix Palmen <felix@palmen-it.de> ,.//..........
    {web} http://palmen-it.de {jabber} [see email] ,//palmen-it.de
    {pgp public key} http://palmen-it.de/pub.txt // """""""""""
    {pgp fingerprint} ED9B 62D0 BE39 32F9 2488 5D0C 8177 9D80 5ECF F683

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From bob prohaska@21:1/5 to Felix Palmen on Tue Mar 10 03:41:16 2020
    Felix Palmen <felix@palmen-it.de> wrote:
    * hardconnect.joe@gmail.com <hardconnect.joe@gmail.com>:
    When?building?ports,?I?get?lots?of?popup?dialogs?that?interrupt?the
    build?process.?Is?there?a?make?flag?to?bypass?these?dialogs?

    Yes, set the environment variable BATCH, see also ports(7).

    Just to be clear, that is done by changing to the port directory
    and typing
    make -DBATCH
    (the D isn't intuitive)

    All ports are then built with default options. Usually it works.
    The -DBATCH must be repeated with the install phase:
    make -DBATCH install


    If you don't want standard build options everywhere, you can do a
    `make config-recursive` first (BATCH might not be needed in this case)
    or override options in your make.conf like e.g.

    | www_firefox_SET= FFMPEG
    | www_firefox_UNSET= PULSEAUDIO JACK

    BR, Felix


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bob Eager@21:1/5 to bob prohaska on Tue Mar 10 09:23:30 2020
    On Tue, 10 Mar 2020 03:41:16 +0000, bob prohaska wrote:

    Yes, set the environment variable BATCH, see also ports(7).

    Just to be clear, that is done by changing to the port directory and
    typing make -DBATCH (the D isn't intuitive)

    All ports are then built with default options. Usually it works. The
    -DBATCH must be repeated with the install phase:
    make -DBATCH install

    Or just typing:

    $ export BATCH or

    % setenv BATCH




    --
    Using UNIX since v6 (1975)...

    Use the BIG mirror service in the UK:
    http://www.mirrorservice.org

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Heiko Vogel@21:1/5 to All on Thu Oct 27 09:54:08 2022
    Deleting your hidden firefox profile folder might fix the problem.
    I don't have FreeBSD system at hand momentarily, but the folder should
    be somewhere below the path ~/.local, ~/.config or ~/.cache

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)