svn commit: r550501 - head/x11/gdm

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 29 12:44:39 UTC 2020


Author: bapt
Date: Tue Sep 29 12:44:38 2020
New Revision: 550501
URL: https://svnweb.freebsd.org/changeset/ports/550501

Log:
  Drop runtime dependency on gnome-shell to kill circular dependency
  as gnome-shell run depends on gdm (cannot start without it)

Modified:
  head/x11/gdm/Makefile

Modified: head/x11/gdm/Makefile
==============================================================================
--- head/x11/gdm/Makefile	Tue Sep 29 12:40:31 2020	(r550500)
+++ head/x11/gdm/Makefile	Tue Sep 29 12:44:38 2020	(r550501)
@@ -23,7 +23,6 @@ LIB_DEPENDS=	libck-connector.so:sysutils/consolekit2 \
 		libcanberra.so:audio/libcanberra \
 		libcanberra-gtk3.so:audio/libcanberra-gtk3
 RUN_DEPENDS=	zenity>=3.0.0:x11/zenity \
-		gnome-shell>=3.15.92:x11/gnome-shell \
 		gnome-settings-daemon>=3.0.0:sysutils/gnome-settings-daemon \
 		gnome-keyring-3:security/gnome-keyring \
 		gnome-session>=3.0.0:x11/gnome-session \


More information about the svn-ports-all mailing list