aboutsummaryrefslogtreecommitdiff
path: root/graphics/wayland-protocols
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-02-09 22:21:51 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-02-09 22:21:51 +0000
commitd17bee46cc1cb07705c76219163f18e9eecf7699 (patch)
treed5eda1d3a73847528b871077387ef1bd358a539e /graphics/wayland-protocols
parentb9b1ea82cf3798f4fc6eccdcfdfad04ad61693ed (diff)
downloadports-d17bee46cc1cb07705c76219163f18e9eecf7699.tar.gz
ports-d17bee46cc1cb07705c76219163f18e9eecf7699.zip
x11-servers/xwayland-devel: unbreak due to x11@ being slow
===> xwayland-devel-1.20.0.592 depends on package: wayland-protocols>=1.18 - not found [...] Dependency wayland-protocols found: NO found 1.17 but need: '>= 1.18' Run-time dependency wayland-protocols found: NO (tried pkgconfig and cmake) [...] install -m 555 /usr/ports/default/x11-servers/xwayland-devel/work/xserver-1cfdd1a96580733df3625bcea3384ffee3dc92df-1cfdd1a96580733df3625bcea3384ffee3dc92df/_build/hw/xwayland/Xwayland /usr/ports/default/x11-servers/xwayland-devel/work/stage/usr/local/bin install: /usr/ports/default/x11-servers/xwayland-devel/work/xserver-1cfdd1a96580733df3625bcea3384ffee3dc92df-1cfdd1a96580733df3625bcea3384ffee3dc92df/_build/hw/xwayland/Xwayland: No such file or directory *** Error code 71
Notes
Notes: svn path=/head/; revision=525680
Diffstat (limited to 'graphics/wayland-protocols')
-rw-r--r--graphics/wayland-protocols/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/wayland-protocols/Makefile b/graphics/wayland-protocols/Makefile
index 49a913df6bac..be25d81b4d0b 100644
--- a/graphics/wayland-protocols/Makefile
+++ b/graphics/wayland-protocols/Makefile
@@ -1,11 +1,12 @@
# $FreeBSD$
PORTNAME= wayland-protocols
-PORTVERSION= 1.17
+PORTVERSION?= 1.17
+PORTREVISION?= 0
CATEGORIES= graphics wayland
MASTER_SITES= https://wayland.freedesktop.org/releases/
-MAINTAINER= x11@FreeBSD.org
+MAINTAINER?= x11@FreeBSD.org
COMMENT= Wayland protocols
LICENSE= MIT
@@ -13,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= wayland-scanner:graphics/wayland
+CONFLICTS_INSTALL?= ${PORTNAME}-devel
+
USES= tar:xz
NO_ARCH= yes
GNU_CONFIGURE= yes