34f6be4150
Update libXfixes to 5.0.2. Update libXi to 1.7.7. Update libXrandr to 1.5.1. Update libXrender to 0.9.10. Update libXtst to 1.2.3. Update libXv to 1.0.11. Update libXvMC to 1.0.10. Fix a number of issues in the way these X client libraries handle the responses they receive from servers. Submitted by: zeising@ Security: 1cf65085-a760-41d2-9251-943e1af62eb8 MFH: 2016Q4
20 lines
369 B
Makefile
20 lines
369 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libXrandr
|
|
PORTVERSION= 1.5.1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Resize and Rotate extension library
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= x11 randrproto:both xext xextproto xrender renderproto xproto:both
|
|
USES+= cpe
|
|
CPE_PRODUCT= libxrandr
|
|
CPE_VENDOR= x
|
|
|
|
.include <bsd.port.mk>
|