make.conf

  1. Charlie Brown

    Share your make.conf

    I don't know if it will be a good thread but let's try! Please if you want share your make.conf and explain it 🙂
  2. Del.Mar

    Portmaster try to install MySQL instead of MariaDB

    Hi mates! Try to update mail/dovecot via portmaster. My box has FreeBSD 14.1 ===>>> Launching child to update dovecot-2.3.21.1_1 to dovecot-2.3.21.1_2 ===>>> All >> dovecot-2.3.21.1_1 (5/5) ===>>> Currently installed version: dovecot-2.3.21.1_1 ===>>> Port directory...
  3. mmx

    Poudriere with Overlays: overriding Makefile variables

    Hi, I am testing out repository overlays with Poudriere and have come across a minor roadblock when building the Python 3.12 package along with a custom Mk/Uses/python.mk file. I have successfully built Python 3.12 through Poudriere before when the Port was located at /usr/ports/lang/python312...
  4. 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...
  5. 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...
  6. Alain De Vos

    Sharing my make.conf.

    Against minimalism /etc/make.conf OPTIONS_SET+=A52 OPTIONS_SET+=AALIB OPTIONS_SET+=AMDGPU OPTIONS_SET+=AMR_NB OPTIONS_SET+=AMR_WB OPTIONS_SET+=AOM OPTIONS_SET+=ASPELL OPTIONS_SET+=ASS OPTIONS_SET+=AVX OPTIONS_SET+=BROTLI OPTIONS_SET+=BS2B OPTIONS_SET+=CACA OPTIONS_SET+=CAIRO OPTIONS_SET+=CAJA...
  7. 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...
  8. 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!
  9. 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...
  10. S

    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...
  11. 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...
  12. 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...
  13. S

    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...
  14. yukiteruamano

    Options for make.conf

    Well I'm a newcomer in FreeBSD, I come from GNU/Linux and I used Gentoo/Funtoo and Debian, my doubt is referent at options in the /etc/make.conf, I've this hardware: CPU: Intel Pentium G645 (SandyBridge without AVX, AES extensions) VIDEO: Intel HD 2000 RAM: 4 GB Ram MB: AsRock H61-VG3 And this...
  15. N

    what's in your make.conf?

    I originally moved to FreeBSD from Gentoo. And on Gentoo, make.conf is a very powerful thing. But will the Gentoo philosophy of optimization have as good of an effect with FreeBSD, or will it just break more things? I set a system up this way with noticeable results, but have yet to test...
Back
Top