View | Details | Raw Unified | Return to bug 254368
Collapse All | Expand All

(-)Makefile (-7 / +7 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mutter
4
PORTNAME=	mutter
5
PORTVERSION=	3.36.6
5
PORTVERSION=	3.36.9
6
CATEGORIES=	x11-wm
6
CATEGORIES=	x11-wm
7
MASTER_SITES=	GNOME
7
MASTER_SITES=	GNOME
8
DIST_SUBDIR=	gnome
8
DIST_SUBDIR=	gnome
Lines 29-40 Link Here
29
		libfontconfig.so:x11-fonts/fontconfig \
29
		libfontconfig.so:x11-fonts/fontconfig \
30
		libfreetype.so:print/freetype2 \
30
		libfreetype.so:print/freetype2 \
31
		libdrm.so:graphics/libdrm \
31
		libdrm.so:graphics/libdrm \
32
		libpipewire-0.3.so:multimedia/pipewire \
32
		libgraphene-1.0.so:graphics/graphene \
33
		libgraphene-1.0.so:graphics/graphene
33
		libudev.so:devel/libudev-devd \
34
		libgudev-1.0.so:devel/libgudev
34
RUN_DEPENDS=	zenity>=3.0.0:x11/zenity \
35
RUN_DEPENDS=	zenity>=3.0.0:x11/zenity \
35
		xkeyboard-config>=0:x11/xkeyboard-config \
36
		xkeyboard-config>=0:x11/xkeyboard-config \
36
		gsettings-desktop-schemas>=3.4.0:devel/gsettings-desktop-schemas \
37
		gsettings-desktop-schemas>=3.4.0:devel/gsettings-desktop-schemas
37
		gnome-settings-daemon>0:sysutils/gnome-settings-daemon
38
38
39
PORTSCOUT=	limitw:1,even
39
PORTSCOUT=	limitw:1,even
40
40
Lines 41-47 Link Here
41
USES=		compiler:c++0x gettext gl gnome localbase meson \
41
USES=		compiler:c++0x gettext gl gnome localbase meson \
42
		pkgconfig tar:xz xorg
42
		pkgconfig tar:xz xorg
43
USE_GL=		egl gbm
43
USE_GL=		egl gbm
44
USE_GNOME=	cairo gdkpixbuf2 gnomedesktop3 introspection
44
USE_GNOME=	atk cairo gdkpixbuf2 gnomedesktop3 introspection
45
USE_XORG=	ice sm x11 xcb xcomposite xcursor xdamage xext xfixes \
45
USE_XORG=	ice sm x11 xcb xcomposite xcursor xdamage xext xfixes \
46
		xi xinerama xrandr xrender xtst
46
		xi xinerama xrandr xrender xtst
47
USE_LDCONFIG=	yes
47
USE_LDCONFIG=	yes
Lines 50-56 Link Here
50
CPPFLAGS+=	-fno-omit-frame-pointer
50
CPPFLAGS+=	-fno-omit-frame-pointer
51
MESON_ARGS=	-Dlibwacom=false \
51
MESON_ARGS=	-Dlibwacom=false \
52
		-Dwayland=false \
52
		-Dwayland=false \
53
		-Dudev=false \
53
		-Dudev=true \
54
		-Dnative_backend=false \
54
		-Dnative_backend=false \
55
		-Dprofiler=false \
55
		-Dprofiler=false \
56
		-Dtests=false \
56
		-Dtests=false \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1601307300
1
TIMESTAMP = 1616003868
2
SHA256 (gnome/mutter-3.36.6.tar.xz) = 7fab160eecf4299e445e24aa34b5e903745ffcc256f82b7f267cd106e435e034
2
SHA256 (gnome/mutter-3.36.9.tar.xz) = 2c5ce6b143295d27026156ff936cd8cceb88bddbed8bbcb7b5d28649bfda906d
3
SIZE (gnome/mutter-3.36.6.tar.xz) = 2689156
3
SIZE (gnome/mutter-3.36.9.tar.xz) = 2691660
(-)files/patch-meson.build (-1 / +10 lines)
Lines 1-5 Link Here
1
--- meson.build.orig	2020-09-28 15:41:47 UTC
1
--- meson.build.orig	2021-01-14 13:29:01 UTC
2
+++ meson.build
2
+++ meson.build
3
@@ -38,7 +38,7 @@ libwacom_req = '>= 0.13'
4
 atk_req = '>= 2.5.3'
5
 
6
 # optional version requirements
7
-udev_req = '>= 228'
8
+udev_req = '>= 199'
9
 gudev_req = '>= 232'
10
 
11
 # wayland version requirements
3
@@ -320,22 +320,6 @@ if buildtype != 'plain'
12
@@ -320,22 +320,6 @@ if buildtype != 'plain'
4
     '-Wmissing-include-dirs',
13
     '-Wmissing-include-dirs',
5
     '-Wlogical-op',
14
     '-Wlogical-op',

Return to bug 254368