02a6064fc6
Adding PORTREVISION to explicitly bump them after the recent CVE patches actually caused the revision to go backwards instead of forwards. PR: 223049 Reported by: mandree
41 lines
1 KiB
Makefile
41 lines
1 KiB
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xorg-vfbserver
|
|
PORTVERSION= 1.19.1
|
|
PORTEPOCH= 1
|
|
|
|
COMMENT= X virtual framebuffer server from X.Org
|
|
|
|
LICENSE= MIT
|
|
|
|
MASTERDIR= ${.CURDIR}/../xorg-server
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
PATCHDIR= ${.CURDIR}/files
|
|
|
|
SLAVE_PORT= yes
|
|
OPTIONS_EXCLUDE=DEVD HAL SUID
|
|
|
|
USE_XORG= xfont2
|
|
|
|
CONFIGURE_ARGS+=--enable-xvfb --disable-dmx --disable-xephyr --disable-xnest \
|
|
--disable-xwayland
|
|
|
|
PLIST_FILES= bin/Xvfb man/man1/Xvfb.1.gz
|
|
|
|
EXTRA_PATCHES= ${MASTERDIR}/files/patch-CVE-2017-12176 \
|
|
${MASTERDIR}/files/patch-CVE-2017-12177 \
|
|
${MASTERDIR}/files/patch-CVE-2017-12178 \
|
|
${MASTERDIR}/files/patch-CVE-2017-12179 \
|
|
${MASTERDIR}/files/patch-CVE-2017-12183 \
|
|
${MASTERDIR}/files/patch-CVE-2017-1218x \
|
|
${MASTERDIR}/files/patch-CVE-2017-1218y \
|
|
${MASTERDIR}/files/patch-CVE-2017-13721 \
|
|
${MASTERDIR}/files/patch-CVE-2017-13723 \
|
|
${MASTERDIR}/files/patch-os_io.c
|
|
|
|
do-install:
|
|
cd ${WRKSRC}/hw/vfb; DESTDIR=${STAGEDIR} ${MAKE} install
|
|
|
|
.include "${MASTERDIR}/Makefile"
|