make.conf

  1. P

    Global ports configuration in make.conf in 2023

    Hello there everyone! Sorry if this thread is a duplicate or violates the rules in any way, I researched as well as I could before posting. I realize that the FreeBSD way of ports configuration is by means of an Ncurses option selection menu for each package, however I do prefer as much as...
  2. BaronBS

    tor-browser segfault after upgrading to 2023Q3

    I updated my ports-mgmt/poudriere repository from 2023Q2 to 2023Q3 last weekend. After that I started to have segfault with www/tor-browser (only this port so far): {beastie} Ψ FreeBaSeD-T430 Ψ /home/beastie  Ψ tor-browser ATTENTION: default value of option mesa_glthread overridden by...
  3. Glats

    Solved Error "misleading indentation" compiling the kernel

    Hi! Im trying to compile my custom kernel but shows me this error: --- mrsas_cam.o --- cc -target x86_64-unknown-freebsd12.1 --sysroot=/usr/obj/usr/src/amd64.amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -c -O2 -pipe -fno-strict-aliasing -march=native -g -nostdinc -I. -I/usr/src/sys...
  4. ldgc

    Share your make.conf and src.conf

    Hello :) It would be nice that experienced users shared their make.conf and src.conf to help new users like me :) I know that there are man pages and I read both of them, but real user's configurations are IMHO also helpful!
  5. poorandunlucky

    make.conf optimizations? (optimizing builds)

    Hey... is there any way to optimize builds further than through the ports' options menu? Like some options in make.conf... I've read of some, but their use was disputed, and it was an old thread... I have a Core i7, if that's relevant...
  6. sidetone

    Prioritizing SSL/TLS in make.conf

    In /etc/make.conf, I would like to set openssl, security/libressl or security/nss over security/gnutls, and know whether security/libressl can coexist with Openssl. In make.conf, this is what I have in mind OPTIONS_SET=OPENSSL OPTIONS_SET+=NSS Libressl has a reputation for being better than...
  7. S

    Poudriere: Build different versions of the same package

    I am using ports-mgmt/poudriere to compile packages with just the options I need. These are then exported via a webserver for FreeBSD clients to download. One of the packages I build is lang/php71 (with lang/php71-extensions and lang/mod_php71). Now I also want to build lang/php70, because some...
  8. attilagyorffy

    Working with WITHOUT_MODULES and custom kernels

    Hi all, I'm experimenting with a custom kernel configuration for my limited VPS resources. I have been manually copying GENERIC and taking out options and devices manually until I realsied that /etc/make.conf can be used to achieve something similar. Can someone enlighten me what...
  9. sidetone

    build world on memory disk

    What are suggestions for best practices of building world on memory disk? I tried doing the whole process from single user mode mounting the /usr/obj/ directory as a memory disk, because dropping down from multi-user mode deletes the entire build stored on RAM. Also, it can delete the build for...
Back
Top