svn commit: r551468 - branches/2020Q4/x11/gdm
Mateusz Piotrowski
0mp at FreeBSD.org
Sun Oct 4 23:07:44 UTC 2020
Author: 0mp
Date: Sun Oct 4 23:07:43 2020
New Revision: 551468
URL: https://svnweb.freebsd.org/changeset/ports/551468
Log:
MFH: r551328
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
Approved by: ports-secteam (fluffy)
Modified:
branches/2020Q4/x11/gdm/Makefile
Directory Properties:
branches/2020Q4/ (props changed)
Modified: branches/2020Q4/x11/gdm/Makefile
==============================================================================
--- branches/2020Q4/x11/gdm/Makefile Sun Oct 4 23:05:24 2020 (r551467)
+++ branches/2020Q4/x11/gdm/Makefile Sun Oct 4 23:07:43 2020 (r551468)
@@ -4,6 +4,7 @@
PORTNAME= gdm
PORTVERSION= 3.28.4
PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
@@ -46,7 +47,7 @@ PORTSCOUT= limitw:1,even
USES= cpe gettext gmake gnome libtool 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-branches
mailing list