Skip to content

Instantly share code, notes, and snippets.

@ikong
Forked from clemensg/etc_make.conf
Created April 29, 2014 21:29
Show Gist options
  • Select an option

  • Save ikong/a434ca8fb84d1cf0c40a to your computer and use it in GitHub Desktop.

Select an option

Save ikong/a434ca8fb84d1cf0c40a to your computer and use it in GitHub Desktop.
# /etc/make.conf
# Clemens Gruber, 2014
#
## General
# Note: clang/llvm is already enabled by default in FreeBSD 10
WITH_PKGNG=yes
WITH_ICONV=yes
WITHOUT_DEBUG=YES
NO_PROFILE=YES
NO_WERROR=
WERROR=
## Mirror override
#MASTER_SITE_OVERRIDE = "ftp://ftp.at.freebsd.org/pub/FreeBSD/ports/distfiles/"
#MASTER_SITE_OVERRIDE = "ftp://ftp.de.freebsd.org/pub/FreeBSD/ports/distfiles/"
## Performance
# Intel Ivy Bridge CPU
#CPUTYPE?= core-avx-i
# Intel Haswell CPU
CPUTYPE?= core-avx2
# General
MAKE_JOBS_NUMBER?=8
OPTIMIZED_CFLAGS=YES
BUILD_OPTIMIZED=YES
WITH_CPUFLAGS=YES
WITH_OPTIMIZED_CFLAGS=YES
## Server options
## (headless, no GUI, no X11, no sound, ..)
WITHOUT_X11=YES
WITHOUT_CUPS=yes
WITHOUT_FONTCONFIG=yes
NOPORTDOCS=yes
WITHOUT_MODULES = sound ntfs linux
OPTIONS_UNSET= CUPS NLS DOCS
## GUI options
# Note: Do not forget to comment out server specific options above,
# if you enable/uncomment the following GUI specific options!
#WITH_NEW_XORG=YES
#OPTIONS_UNSET = NLS DOCS
#WITH_KMS=YES
#WITH_NVIDIA_GL=YES
#WITH_NVIDIA=YES
#WITHOUT_NOUVEAU=YES
## Other options
# If Ruby is necessary, use 2.0 and not 1.9
DEFAULT_VERSIONS=ruby=2.0
# Disable sendmail!
NO_SENDMAIL=true
# Fresh OpenSSL from Ports
WITH_OPENSSL_PORT=YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment