Enable dark theme.
This should hopefully carry over into the browser and such so I don't get blinded.
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
# Disable CPUTYPE optimizations when compiling gcc48 because tigerlake is not included in gcc4.8
|
||||
#
|
||||
# Disable CPUTYPE optimizations when compiling ripgrep because the build is failing https://github.com/BurntSushi/ripgrep/issues/1721
|
||||
#
|
||||
# Disable CPUTYPE optimizations for firefox due to failing build.
|
||||
# Disable CPUTYPE optimizations for qt6-base because FreeBSD 13 is on Clang 14 which does not yet support zen4 (added in Clang 16) so qt6 is incorrectly flagging my CPU as not supporting AVX512.
|
||||
#
|
||||
# Example from bottom of /usr/share/examples/etc/make.conf
|
||||
.if ${.CURDIR:N*/lang/gcc48*} && ${.CURDIR:N*/lang/gcc10*} && ${.CURDIR:N*/textproc/ripgrep*} && ${.CURDIR:N*/www/firefox*}
|
||||
.if ${.CURDIR:N*/lang/gcc48*} && ${.CURDIR:N*/lang/gcc10*} && ${.CURDIR:N*/devel/qt6-base*}
|
||||
CPUTYPE?=tigerlake
|
||||
#CPUTYPE?=x86-64-v3
|
||||
# CPUTYPE?=x86-64-v4
|
||||
.endif
|
||||
OPTIMIZED_CFLAGS=YES
|
||||
BUILD_OPTIMIZED=YES
|
||||
|
||||
@@ -40,8 +40,8 @@ multimedia/libva-utils
|
||||
multimedia/libvdpau-va-gl
|
||||
multimedia/mpv
|
||||
multimedia/pwcview
|
||||
multimedia/v4l_compat
|
||||
multimedia/v4l-utils
|
||||
multimedia/v4l_compat
|
||||
multimedia/vdpauinfo
|
||||
multimedia/webcamd
|
||||
multimedia/wf-recorder
|
||||
@@ -57,6 +57,7 @@ ports-mgmt/pkg-provides
|
||||
ports-mgmt/portshaker
|
||||
ports-mgmt/poudriere
|
||||
print/texlive-full
|
||||
security/cfssl
|
||||
security/doas
|
||||
security/git-crypt
|
||||
security/gnupg
|
||||
@@ -112,6 +113,8 @@ x11-fonts/noto-emoji
|
||||
x11-fonts/noto-extra
|
||||
x11-fonts/source-sans-ttf
|
||||
x11-fonts/sourcecodepro-ttf
|
||||
x11-themes/adwaita-qt5
|
||||
x11-themes/adwaita-qt6
|
||||
x11-wm/sway
|
||||
x11/alacritty
|
||||
x11/grim
|
||||
|
||||
Reference in New Issue
Block a user