mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
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
This commit is contained in:
parent
b9b1ea82cf
commit
d17bee46cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525680
@ -1039,6 +1039,7 @@
|
||||
SUBDIR += waifu2x-ncnn-vulkan
|
||||
SUBDIR += wayland
|
||||
SUBDIR += wayland-protocols
|
||||
SUBDIR += wayland-protocols-devel
|
||||
SUBDIR += waylandpp
|
||||
SUBDIR += webp
|
||||
SUBDIR += webp-pixbuf-loader
|
||||
|
13
graphics/wayland-protocols-devel/Makefile
Normal file
13
graphics/wayland-protocols-devel/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTVERSION= 1.18
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
||||
CONFLICTS_INSTALL= ${PORTNAME}
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../wayland-protocols
|
||||
DISTINFO_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
graphics/wayland-protocols-devel/distinfo
Normal file
3
graphics/wayland-protocols-devel/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1564045285
|
||||
SHA256 (wayland-protocols-1.18.tar.xz) = 3d73b7e7661763dc09d7d9107678400101ecff2b5b1e531674abfa81e04874b3
|
||||
SIZE (wayland-protocols-1.18.tar.xz) = 108344
|
@ -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
|
||||
|
@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
|
||||
${LOCALBASE}/include/GL/internal/dri_interface.h:graphics/mesa-dri \
|
||||
wayland-protocols>=1.18:graphics/wayland-protocols
|
||||
wayland-protocols-devel>=1.18:graphics/wayland-protocols-devel
|
||||
LIB_DEPENDS= libdrm.so:graphics/libdrm \
|
||||
libepoxy.so:graphics/libepoxy \
|
||||
libwayland-client.so:graphics/wayland
|
||||
|
Loading…
Reference in New Issue
Block a user