svn commit: r551328 - head/x11/gdm

Mateusz Piotrowski 0mp at FreeBSD.org
Sat Oct 3 16:31:10 UTC 2020


Author: 0mp
Date: Sat Oct  3 16:31:10 2020
New Revision: 551328
URL: https://svnweb.freebsd.org/changeset/ports/551328

Log:
  x11/gdm: Install gconftool-2 as it is needed by pkg-install
  
  Before this patch, the following error could be observed during the
  installation of the port:
  
    ===> Creating homedir(s)
    /bin/sh: gconftool-2: not found
    chown: /usr/local/etc/gdm/home/.gconf.mandatory: No such file or directory
    chmod: /usr/local/etc/gdm/home/.gconf.mandatory: No such file or directory
    chmod: /usr/local/etc/gdm/home/.gconf.mandatory/*.xml: No such file or directory
    GDM is installed.
  
  Specifying USE_GNOME+=gconf2 seems to fix the error messages.
  
  (BTW, for some reason the gconf2 dependency was removed in r372768.)
  
  Approved by:	portmgr blanket
  MFH:		2020Q4

Modified:
  head/x11/gdm/Makefile

Modified: head/x11/gdm/Makefile
==============================================================================
--- head/x11/gdm/Makefile	Sat Oct  3 16:12:49 2020	(r551327)
+++ head/x11/gdm/Makefile	Sat Oct  3 16:31:10 2020	(r551328)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gdm
 PORTVERSION=	3.28.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
@@ -46,7 +46,7 @@ PORTSCOUT=	limitw:1,even
 USES=		cpe gettext gmake gnome libtool localbase:ldflags pathfix pkgconfig tar:xz xorg
 CPE_VENDOR=	gnome
 CPE_PRODUCT=	gnome_display_manager
-USE_GNOME=	cairo dconf gtk30 intltool introspection
+USE_GNOME=	cairo dconf gconf2 gtk30 intltool introspection
 USE_LDCONFIG=	yes
 USE_XORG=	x11 xau xcb xdmcp xorgproto
 INSTALLS_ICONS=	yes


More information about the svn-ports-all mailing list