aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-10-04 23:07:43 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-10-04 23:07:43 +0000
commit32e49333c77aeb271db57149435dd464033f6988 (patch)
tree597d50c8556a4a045c3397ed8b4032a17545509e
parentb314331430c7c7d80f3cad5b287d323bedcd6cbe (diff)
downloadports-32e49333c77aeb271db57149435dd464033f6988.tar.gz
ports-32e49333c77aeb271db57149435dd464033f6988.zip
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)
Notes
Notes: svn path=/branches/2020Q4/; revision=551468
-rw-r--r--x11/gdm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 61f678f187eb..6acfa7568d46 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -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