Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2019 08:24:20 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
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
Message-ID:  <201909070824.x878OK82029217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909070824.x878OK82029217>