diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-02-11 22:50:49 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-02-11 22:50:49 -0500 |
commit | 7047f830acfe84e840403e69df161b9d51aca673 (patch) | |
tree | e444273e3412e677c74958468f274ed51f1aea4e /files/usr/local/etc/poudriere.d | |
parent | 21e42dd2db8d987dbd08a3254ff0719d577c005e (diff) | |
download | infrastructure-7047f830acfe84e840403e69df161b9d51aca673.tar.gz |
fixes for kde6 upgrade
Diffstat (limited to 'files/usr/local/etc/poudriere.d')
-rw-r--r-- | files/usr/local/etc/poudriere.d/make.conf.pkg_repository | 13 | ||||
-rw-r--r-- | files/usr/local/etc/poudriere.d/pkglist.pkg_repository | 12 |
2 files changed, 13 insertions, 12 deletions
diff --git a/files/usr/local/etc/poudriere.d/make.conf.pkg_repository b/files/usr/local/etc/poudriere.d/make.conf.pkg_repository index 43a6760..b90a9bf 100644 --- a/files/usr/local/etc/poudriere.d/make.conf.pkg_repository +++ b/files/usr/local/etc/poudriere.d/make.conf.pkg_repository @@ -4,7 +4,7 @@ DEFAULT_VERSIONS+=${poudriere_default_versions:-} MAKE_JOBS_NUMBER=${poudriere_make_jobs_number} # Global port options -OPTIONS_UNSET=TEST DEBUG GSSAPI_HEIMDAL GSSAPI_BASE GSSAPI_NONE HEIMDAL HEIMDAL_BASE NLS DOCS AVAHI LIBWRAP MYSQL MSQLND ODBC READLINE PULSEAUDIO UPNP BASH ZSH INFO SAMBA WAYLAND PLATFORM_WAYLAND PIPEWIRE TCP_WRAPPERS COMPAT32 JACK KDEPIM +OPTIONS_UNSET=TEST DEBUG GSSAPI_HEIMDAL GSSAPI_BASE GSSAPI_NONE HEIMDAL HEIMDAL_BASE NLS DOCS AVAHI LIBWRAP MYSQL MSQLND ODBC READLINE PULSEAUDIO UPNP BASH ZSH INFO SAMBA TCP_WRAPPERS COMPAT32 JACK KDEPIM WAYLAND PLATFORM_WAYLAND PIPEWIRE OPTIONS_SET=GSSAPI GSSAPI_MIT MIT NONFREE LIBEDIT WINE_CROSS_BUILD=yes @@ -46,16 +46,12 @@ mail_rspamd_SET=HYPERSCAN misc_kdeutils_UNSET=KFLOPPY KTEATIME misc_kdeedu_UNSET=KITEN mail_thunderbird_UNSET=PROFILE - -# With using virutal_oss, the OSS plugin causes a red error bar every -# time the music is stopped paused. SNDIO seems fine. -multimedia_audacious-plugins_SET=LAME SNDIO - multimedia_ffmpeg_SET=OPENSSL multimedia_ffmpeg_UNSET=GNUTLS multimedia_kdemultimedia_UNSET=KDENLIVE multimedia_mpv_SET=CDIO LIBBLURAY multimedia_mpv_UNSET=NVDEC +multimedia_qt6-multimedia_SET=ALSA multimedia_vlc_SET=FLAC MPEG2 X264 X265 VPX DCA FAAD AOM multimedia_webcamd_UNSET=DVB INPUT RADIO net-im_py-matrix-synapse_SET=PGSQL URLPREVIEW LDAP @@ -79,8 +75,11 @@ security_heimdal_SET=LDAP security_heimdal_UNSET=BDB security_kf5-kdesu_SET=SUDO security_kf5-kdesu_UNSET=SU +security_kf6-kdesu_SET=SUDO +security_kf6-kdesu_UNSET=SU security_krb5_SET=DNS_FOR_REALM security_krb5_UNSET=KRB5_HTML KRB5_PDF +security_p5-Authen-SASL_SET=KERBEROS security_pinentry-qt5_SET=LIBSECRET security_sudo_SET=LDAP security_sudo_UNSET=GSSAPI_MIT @@ -98,5 +97,5 @@ www_firefox_UNSET=PROFILE www_nginx_SET=HTTPV3 HTTPV3_QTLS HTTP_AUTH_KRB5 HTTP_AUTH_LDAP HTTP_DAV_EXT www_nginx_UNSET=MAIL x11-toolkits_gtk30_UNSET=COLORD BROADWAY -x11_kde5_UNSET=KDEADMIN +x11_kde_UNSET=KDEADMIN x11_libinput_UNSET=LIBWACOM diff --git a/files/usr/local/etc/poudriere.d/pkglist.pkg_repository b/files/usr/local/etc/poudriere.d/pkglist.pkg_repository index fa56e43..db86bc5 100644 --- a/files/usr/local/etc/poudriere.d/pkglist.pkg_repository +++ b/files/usr/local/etc/poudriere.d/pkglist.pkg_repository @@ -4,9 +4,10 @@ archivers/php${php_version}-zip archivers/unzip archivers/zip audio/elisa +audio/fooyin audio/freedesktop-sound-theme audio/gsound -audio/kid3@kf5 +audio/kid3@kf6 audio/kmix audio/musescore audio/pulseaudio @@ -22,7 +23,7 @@ databases/postgresql${postgresql_version}-client databases/postgresql${postgresql_version}-server databases/redis deskutils/pim-sieve-editor -deskutils/plasma5-sddm-kcm +deskutils/plasma6-sddm-kcm deskutils/py-vdirsyncer devel/android-tools devel/ccache @@ -72,8 +73,6 @@ mail/sieve-connect mail/thunderbird misc/php${php_version}-calendar misc/terminfo-db -multimedia/audacious-plugins@qt5 -multimedia/audacious@qt5 multimedia/handbrake multimedia/libdvdcss multimedia/libva-intel-media-driver @@ -111,6 +110,7 @@ net/php${php_version}-sockets net/py-matrix-synapse-ldap3 net/py-python-ldap net/rsync +net/socat net/syncthing net/turnserver net/wireguard-tools @@ -174,6 +174,7 @@ www/w3m x11-fonts/cantarell-fonts x11-fonts/droid-fonts-ttf x11-fonts/inconsolata-ttf +x11-fonts/montserrat x11-fonts/noto-basic x11-fonts/noto-emoji x11-fonts/roboto-fonts-ttf @@ -181,8 +182,9 @@ x11-fonts/terminus-font x11-fonts/terminus-ttf x11-fonts/ubuntu-font x11-fonts/webfonts +x11-themes/sddm-freebsd-black-theme x11-toolkits/gtksourceview4 -x11/kde5 +x11/kde x11/sddm x11/xev x11/xorg |