From owner-svn-ports-all@freebsd.org Sat Sep 7 08:24:22 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0181CEA348; Sat, 7 Sep 2019 08:24:22 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46QSBs6DGRz4GHJ; Sat, 7 Sep 2019 08:24:21 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8EAD2A08; Sat, 7 Sep 2019 08:24:21 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x878OLxk029224; Sat, 7 Sep 2019 08:24:21 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x878OK82029217; Sat, 7 Sep 2019 08:24:20 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201909070824.x878OK82029217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sat, 7 Sep 2019 08:24:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511398 - in head: sysutils/cinnamon-settings-daemon sysutils/mate-control-center sysutils/mate-settings-daemon x11/cinnamon-screensaver x11/mate-screensaver X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head: sysutils/cinnamon-settings-daemon sysutils/mate-control-center sysutils/mate-settings-daemon x11/cinnamon-screensaver x11/mate-screensaver X-SVN-Commit-Revision: 511398 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2019 08:24:22 -0000 Author: zeising Date: Sat Sep 7 08:24:20 2019 New Revision: 511398 URL: https://svnweb.freebsd.org/changeset/ports/511398 Log: Remove libXxf86misc dependency from gnome@ ports Remove the libXxf86misc dependency from various gnome@ owned ports. These are the last remaining owned ports that depend on xf86misc. xf86misc has been deprecated and is slated for removal. PR: 240380 Approved by: kwm (gnome@) Modified: head/sysutils/cinnamon-settings-daemon/Makefile head/sysutils/mate-control-center/Makefile head/sysutils/mate-settings-daemon/Makefile head/x11/cinnamon-screensaver/Makefile head/x11/mate-screensaver/Makefile Modified: head/sysutils/cinnamon-settings-daemon/Makefile ============================================================================== --- head/sysutils/cinnamon-settings-daemon/Makefile Sat Sep 7 08:04:53 2019 (r511397) +++ head/sysutils/cinnamon-settings-daemon/Makefile Sat Sep 7 08:24:20 2019 (r511398) @@ -3,7 +3,7 @@ PORTNAME= cinnamon-settings-daemon PORTVERSION= 2.4.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils gnome DIST_SUBDIR= gnome3 @@ -33,7 +33,6 @@ USE_GNOME= gnomeprefix intlhack libgnomekbd \ libxslt:build USE_GITHUB= yes GH_ACCOUNT= linuxmint -USE_XORG= xxf86misc GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes Modified: head/sysutils/mate-control-center/Makefile ============================================================================== --- head/sysutils/mate-control-center/Makefile Sat Sep 7 08:04:53 2019 (r511397) +++ head/sysutils/mate-control-center/Makefile Sat Sep 7 08:24:20 2019 (r511398) @@ -3,6 +3,7 @@ PORTNAME= mate-control-center PORTVERSION= 1.22.1 +PORTREVISION= 1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -28,9 +29,9 @@ LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra \ PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gmake libtool localbase \ - pathfix pkgconfig shared-mime-info tar:xz + pathfix pkgconfig shared-mime-info tar:xz xorg USE_MATE= desktop libmatekbd marco menus settingsdaemon -USE_XORG= ice sm x11 xcursor xext xxf86misc xft xi xrandr xscrnsaver +USE_XORG= ice sm x11 xcursor xext xft xi xrandr xscrnsaver USE_GNOME= cairo dconf glib20 gtk30 intlhack libxml2 librsvg2 pango USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/sysutils/mate-settings-daemon/Makefile ============================================================================== --- head/sysutils/mate-settings-daemon/Makefile Sat Sep 7 08:04:53 2019 (r511397) +++ head/sysutils/mate-settings-daemon/Makefile Sat Sep 7 08:24:20 2019 (r511398) @@ -3,6 +3,7 @@ PORTNAME= mate-settings-daemon PORTVERSION= 1.22.0 +PORTREVISION= 1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -27,9 +28,9 @@ RUN_DEPENDS= xrdb:x11/xrdb PORTSCOUT= limitw:1,even USES= gettext gmake libtool localbase pathfix \ - pkgconfig tar:xz + pkgconfig tar:xz xorg USE_MATE= desktop libmatekbd mixer -USE_XORG= ice sm x11 xext xi xxf86misc +USE_XORG= ice sm x11 xext xi USE_GNOME= cairo dconf gtk30 intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/x11/cinnamon-screensaver/Makefile ============================================================================== --- head/x11/cinnamon-screensaver/Makefile Sat Sep 7 08:04:53 2019 (r511397) +++ head/x11/cinnamon-screensaver/Makefile Sat Sep 7 08:24:20 2019 (r511398) @@ -3,6 +3,7 @@ PORTNAME= cinnamon-screensaver PORTVERSION= 2.4.1 +PORTREVISIOn= 1 CATEGORIES= x11 gnome DIST_SUBDIR= gnome3 @@ -21,10 +22,10 @@ RUN_DEPENDS= pam_helper:security/pam_helper \ gsettings-desktop-schemas>=3.2.0:devel/gsettings-desktop-schemas \ gnome-keyring>=0:security/gnome-keyring -USES= autoreconf:build gettext gmake libtool pathfix pkgconfig +USES= autoreconf:build gettext gmake libtool pathfix pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= linuxmint -USE_XORG= x11 xext xxf86vm xxf86misc xscrnsaver +USE_XORG= x11 xext xxf86vm xscrnsaver USE_GNOME= gnomedesktop3 gnomeprefix intlhack intlhack libgnomekbd libxml2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/x11/mate-screensaver/Makefile ============================================================================== --- head/x11/mate-screensaver/Makefile Sat Sep 7 08:04:53 2019 (r511397) +++ head/x11/mate-screensaver/Makefile Sat Sep 7 08:24:20 2019 (r511398) @@ -3,6 +3,7 @@ PORTNAME= mate-screensaver PORTVERSION= 1.22.1 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -22,10 +23,10 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ PORTSCOUT= limitw:1,even -USES= gettext gmake localbase pathfix pkgconfig tar:xz +USES= gettext gmake localbase pathfix pkgconfig tar:xz xorg USE_GL= gl USE_MATE= desktop libmatekbd menus session:run -USE_XORG= ice sm x11 xext xscrnsaver xxf86misc xxf86vm +USE_XORG= ice sm x11 xext xscrnsaver xxf86vm USE_GNOME= cairo gdkpixbuf2 gtk30 intltool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xscreensaverdir=${XSCREENSAVER_DIR} \