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)
This commit is contained in:
parent
b314331430
commit
32e49333c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=551468
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user