Skip to content

Commit

Permalink
Merge remote-tracking branch 'freebsd/main'
Browse files Browse the repository at this point in the history
related to ghostbsd/ghostbsd-src#159
  • Loading branch information
ericbsd committed Feb 3, 2022
2 parents d342e8d + 0073399 commit eef4281
Show file tree
Hide file tree
Showing 2,307 changed files with 78,356 additions and 47,244 deletions.
8 changes: 8 additions & 0 deletions MOVED
Original file line number Diff line number Diff line change
Expand Up @@ -16875,3 +16875,11 @@ x11-toolkits/py-qt5-quick3d|devel/py-qt5-pyqt|2022-01-27|Merged into devel/py-qt
x11-toolkits/py-qt5-quickwidgets|devel/py-qt5-pyqt|2022-01-27|Merged into devel/py-qt5-pyqt
x11-toolkits/py-qt5-widgets|devel/py-qt5-pyqt|2022-01-27|Merged into devel/py-qt5-pyqt
x11/py-qt5-opengl|devel/py-qt5-pyqt|2022-01-27|Merged into devel/py-qt5-pyqt
net-mgmt/zabbix54-frontend|net-mgmt/zabbix54-frontend@php74|2022-01-27|Build as php 7.4-flavored only
x11-fonts/sourcesanspro-ttf|x11-fonts/source-sans-ttf|2022-01-28|Rename to match upstream naming
audio/nekobi-lv2|audio/dpf-plugins-lv2|2022-01-28|Nekobi is part of dpf-plugins
audio/kars-lv2|audio/dpf-plugins-lv2|2022-01-28|Kars is part of dpf-plugins
lang/scala-docs||2022-01-31|New 3.x versions dropped archived documentation
x11/gnome3|x11/gnome|2022-01-32|GNOME has moved past version 3, including the Ports version
security/krb5-117|security/krb5|2022-02-01|Has expired: EOL one year after the release of krb5 1.19
www/annie|www/lux|2022-02-03|Project renamed
2 changes: 1 addition & 1 deletion Mk/Uses/cargo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ WRKSRC_crate_${_crate}= ${WRKDIR}/${_wrksrc}

CARGO_BUILDDEP?= yes
.if ${CARGO_BUILDDEP:tl} == "yes"
BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.58.0:lang/${RUST_DEFAULT}
BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.58.1:lang/${RUST_DEFAULT}
.endif

# Location of toolchain (default to lang/rust's toolchain)
Expand Down
2 changes: 1 addition & 1 deletion Mk/Uses/pyqt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ MASTER_SITES_QSCI2= RIVERBANK/QScintilla/${PORTVERSION} \

SIP_VERSION= 6.3.1
SIP4_VERSION= 4.19.25
QSCI2_VERSION= 2.13.0
QSCI2_VERSION= 2.13.1
PYQT5_VERSION= 5.15.4
PYQTCHART_VERSION= ${PYQT5_VERSION} # can be different
PYQTNETWORKAUTH_VERSION=${PYQT5_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion Mk/bsd.default-versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ IMAGEMAGICK_DEFAULT?= 7
JAVA_DEFAULT?= 8
# Possible values: 2.0.12, 2.3.0
.if !defined(WANT_LAZARUS_DEVEL)
LAZARUS_DEFAULT?= 2.0.12
LAZARUS_DEFAULT?= 2.2.0
.else
LAZARUS_DEFAULT?= 2.3.0
.endif
Expand Down
8 changes: 7 additions & 1 deletion Mk/bsd.gecko.mk
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ USE_GL= gl
USE_GNOME= cairo gdkpixbuf2 gtk30
USE_PERL5= build
USE_XORG= x11 xcb xcomposite xdamage xext xfixes xrender xt
.if ${MOZILLA_VER:R:R} >= 96
USE_XORG+= xrandr
.endif
HAS_CONFIGURE= yes
CONFIGURE_OUTSOURCE= yes
LDFLAGS+= -Wl,--as-needed
Expand All @@ -76,7 +79,7 @@ BUNDLE_LIBS= yes

BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \
rust-cbindgen>=0.19.0:devel/rust-cbindgen \
${RUST_DEFAULT}>=1.58.0:lang/${RUST_DEFAULT} \
${RUST_DEFAULT}>=1.58.1:lang/${RUST_DEFAULT} \
node:www/node
LIB_DEPENDS+= libdrm.so:graphics/libdrm
RUN_DEPENDS+= ${LOCALBASE}/lib/libpci.so:devel/libpci
Expand Down Expand Up @@ -164,6 +167,9 @@ pixman_MOZ_OPTIONS= --enable-system-pixman

png_LIB_DEPENDS= libpng.so:graphics/png
png_MOZ_OPTIONS= --with-system-png=${LOCALBASE}
.if ${MOZILLA_VER:R:R} >= 97
png_MOZ_OPTIONS= --with-system-png
.endif

sqlite_LIB_DEPENDS= libsqlite3.so:databases/sqlite3
sqlite_MOZ_OPTIONS= --enable-system-sqlite
Expand Down
23 changes: 23 additions & 0 deletions UPDATING
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.

20220129:
AFFECTS: users of editors/neovim
AUTHOR: adamw@FreeBSD.org

Neovim now uses luajit-openresty as the Lua provider. Many neovim plugins
compile some of their code (Packer does this, as do many LSP plugins).
Neovim will produce errors and fail to load the plugins.

Deleting and reinstalling any plugins that produce errors should fix the
startup.

If you use Packer, you also want to delete the startup cache:

# rm -rf ~/.config/nvim/plugin/packer_compiled.lua

20220128:
AFFECTS: users of net-im/dendrite
AUTHOR: ashish@FreeBSD.org

The configuration needs to be updated to version 2 following upgrade to
Dendrite v0.6. Please refer to /usr/local/etc/dendrite/dendrite.yaml.sample
for a sample configuration.

20220127:
AFFECTS: users of PyQt
AUTHOR: kde@FreeBSD.org
Expand Down
1 change: 1 addition & 0 deletions accessibility/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
SUBDIR += sct
SUBDIR += sctd
SUBDIR += speech-dispatcher
SUBDIR += wl-gammarelay-rs
SUBDIR += wlsunset
SUBDIR += yasr

Expand Down
2 changes: 1 addition & 1 deletion accessibility/orca/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>

PORTNAME= orca
PORTVERSION= 41.1
PORTVERSION= 41.2
CATEGORIES= accessibility gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome3
Expand Down
6 changes: 3 additions & 3 deletions accessibility/orca/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1639000230
SHA256 (gnome3/orca-41.1.tar.xz) = 1fd02b99094f09f6e72df779e1a72dce41427ec82e245a4ea83233a97eeda271
SIZE (gnome3/orca-41.1.tar.xz) = 3635644
TIMESTAMP = 1643735549
SHA256 (gnome3/orca-41.2.tar.xz) = d7f272ea9b37fbd6454e4021e46538a247226e1c0ac570d6e2b84e9719aa2afe
SIZE (gnome3/orca-41.2.tar.xz) = 3637836
1 change: 1 addition & 0 deletions accessibility/py-speech-dispatcher/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
bin/spd-conf
man/man1/spd-conf.1.gz
%%PYTHON_SITELIBDIR%%/speechd/__init__.py
%%PYTHON_SITELIBDIR%%/speechd/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/speechd/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
Expand Down
2 changes: 1 addition & 1 deletion accessibility/sctd/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= sctd
DISTVERSION= 0.2.0
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= accessibility

MAINTAINER= 0mp@FreeBSD.org
Expand Down
134 changes: 134 additions & 0 deletions accessibility/wl-gammarelay-rs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
PORTNAME= wl-gammarelay-rs
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.0
PORTREVISION= 1
CATEGORIES= accessibility

MAINTAINER= jbeich@FreeBSD.org
COMMENT= Adjust color temperature/brightness under Wayland via DBus

LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENCE

USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= MaxVerevkin
PLIST_FILES= bin/${PORTNAME}

CARGO_CRATES= aho-corasick-0.7.18 \
anyhow-1.0.53 \
async-broadcast-0.3.4 \
async-channel-1.6.1 \
async-executor-1.4.1 \
async-io-1.6.0 \
async-lock-2.4.0 \
async-recursion-0.3.2 \
async-task-4.1.0 \
async-trait-0.1.52 \
atty-0.2.14 \
autocfg-1.0.1 \
bitflags-1.3.2 \
byteorder-1.4.3 \
cache-padded-1.2.0 \
cc-1.0.72 \
cfg-if-1.0.0 \
clap-3.0.13 \
clap_derive-3.0.12 \
concurrent-queue-1.2.2 \
derivative-2.2.0 \
dlib-0.5.0 \
downcast-rs-1.2.0 \
easy-parallel-3.2.0 \
enumflags2-0.7.3 \
enumflags2_derive-0.7.3 \
event-listener-2.5.2 \
fastrand-1.7.0 \
futures-0.3.19 \
futures-channel-0.3.19 \
futures-core-0.3.19 \
futures-executor-0.3.19 \
futures-io-0.3.19 \
futures-lite-1.12.0 \
futures-macro-0.3.19 \
futures-sink-0.3.19 \
futures-task-0.3.19 \
futures-util-0.3.19 \
getrandom-0.2.4 \
hashbrown-0.11.2 \
heck-0.4.0 \
hermit-abi-0.1.19 \
hex-0.4.3 \
indexmap-1.8.0 \
instant-0.1.12 \
lazy_static-1.4.0 \
libc-0.2.116 \
libloading-0.7.3 \
log-0.4.14 \
memchr-2.4.1 \
memmap-0.7.0 \
memoffset-0.6.5 \
mio-0.7.14 \
miow-0.3.7 \
nix-0.23.1 \
ntapi-0.3.6 \
once_cell-1.9.0 \
ordered-stream-0.0.1 \
os_str_bytes-6.0.0 \
parking-2.0.0 \
pin-project-lite-0.2.8 \
pin-utils-0.1.0 \
pkg-config-0.3.24 \
polling-2.2.0 \
ppv-lite86-0.2.16 \
proc-macro-crate-1.1.0 \
proc-macro-error-1.0.4 \
proc-macro-error-attr-1.0.4 \
proc-macro2-1.0.36 \
quote-1.0.15 \
rand-0.8.4 \
rand_chacha-0.3.1 \
rand_core-0.6.3 \
rand_hc-0.3.1 \
regex-1.5.4 \
regex-syntax-0.6.25 \
scoped-tls-1.0.0 \
serde-1.0.136 \
serde_derive-1.0.136 \
serde_repr-0.1.7 \
sha1-0.6.1 \
sha1_smol-1.0.0 \
slab-0.4.5 \
smallvec-1.8.0 \
socket2-0.4.4 \
static_assertions-1.1.0 \
strsim-0.10.0 \
syn-1.0.86 \
termcolor-1.1.2 \
textwrap-0.14.2 \
thiserror-1.0.30 \
thiserror-impl-1.0.30 \
tokio-1.16.1 \
tokio-macros-1.7.0 \
toml-0.5.8 \
unicode-xid-0.2.2 \
version_check-0.9.4 \
waker-fn-1.1.0 \
wasi-0.10.2+wasi-snapshot-preview1 \
wayland-backend-0.1.0-alpha3 \
wayland-client-0.30.0-alpha3 \
wayland-protocols-0.30.0-alpha3 \
wayland-scanner-0.30.0-alpha3 \
wayland-sys-0.30.0-alpha3 \
wepoll-ffi-0.1.2 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.5 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
xml-rs-0.8.4 \
zbus-2.0.1 \
zbus_macros-2.0.1 \
zbus_names-2.1.0 \
zvariant-3.1.2 \
zvariant_derive-3.1.2

.include <bsd.port.mk>

0 comments on commit eef4281

Please sign in to comment.