git: 45d9ec1ad7c5 - main - x11/gnome-shell: Don't use libsoup2 ever
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Feb 2023 03:20:45 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=45d9ec1ad7c57dd44cd0cc81e5dcd38549eef21a commit 45d9ec1ad7c57dd44cd0cc81e5dcd38549eef21a Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2023-02-19 03:20:42 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2023-02-19 03:20:42 +0000 x11/gnome-shell: Don't use libsoup2 ever PR: 269434 Reported by: multiple users --- x11/gnome-shell/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 873c468661a4..ddc7a6444c4b 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-shell PORTVERSION= 42.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -42,8 +42,8 @@ RUN_DEPENDS= gdm:x11/gdm \ PORTSCOUT= limitw:1,even -USES= compiler:c11 cpe gettext gl gnome gstreamer libtool localbase meson \ - pathfix perl5 pkgconfig python:3.4+ shebangfix tar:xz \ +USES= compiler:c11 cpe gettext gl gnome gstreamer libtool localbase \ + meson pathfix perl5 pkgconfig python:3.4+ shebangfix tar:xz \ webplugin:native xorg USE_GNOME= cairo evolutiondataserver3 gdkpixbuf2 gnomedesktop3 gtk40 \ introspection libxml2 libxslt:build @@ -59,6 +59,7 @@ WEBPLUGIN_DIR= ${PREFIX}/lib/mozilla/plugins/ WEBPLUGIN_FILES= libgnome-shell-browser-plugin.so MESON_ARGS= -Dnetworkmanager=false \ + -Dsoup2=false \ -Dsystemd=false \ -Dtests=false CPE_VENDOR= gnome