diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-10-09 19:30:27 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-10-09 19:30:27 +0000 |
commit | 22f6dd2eed8e208f45d7fe0b9e4389b7b3fd7749 (patch) | |
tree | b81b789119e06a4cf2500ee736b984dc430811da /x11-servers/xwayland | |
parent | f1243e8317ffc420452e0ed96c47e8e8c5b648a5 (diff) | |
download | ports-22f6dd2eed8e208f45d7fe0b9e4389b7b3fd7749.tar.gz ports-22f6dd2eed8e208f45d7fe0b9e4389b7b3fd7749.zip |
Notes
Diffstat (limited to 'x11-servers/xwayland')
-rw-r--r-- | x11-servers/xwayland/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-servers/xwayland/Makefile b/x11-servers/xwayland/Makefile index 4f6ab1879390..2887933a6dbb 100644 --- a/x11-servers/xwayland/Makefile +++ b/x11-servers/xwayland/Makefile @@ -2,6 +2,7 @@ PORTNAME= xwayland PORTVERSION= 1.19.1 +PORTREVISION= 1 COMMENT= X Clients under Wayland @@ -28,6 +29,9 @@ CONFIGURE_ARGS+= --disable-docs --disable-devel-docs \ PLIST_FILES= bin/Xwayland +EXTRA_PATCHES= ${MASTERDIR}/files/patch-CVE-2017-13721 \ + ${MASTERDIR}/files/patch-CVE-2017-13723 + do-install: cd ${WRKSRC}/hw/xwayland; DESTDIR=${STAGEDIR} ${MAKE_CMD} install |