d1fef4c2e1
Bump portrevision of x11/libX11 after updating x11/xorgproto in r531716. This is needed in order to silence the harmless "Could not resolve keysym XF86FullScreen" message that can be printed on xorg-server start. PR: 245384 Reported by: alt2600@icloud.com
33 lines
675 B
Makefile
33 lines
675 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libX11
|
|
PORTVERSION= 1.6.9
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X11 library
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cpe perl5 xorg xorg-cat:lib
|
|
USE_XORG= xau xcb xdmcp xtrans xorgproto
|
|
USE_PERL5= build
|
|
CPE_VENDOR= x
|
|
|
|
CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \
|
|
--without-xmlto \
|
|
--disable-specs
|
|
CONFIGURE_ENV+= ac_cv_path_PS2PDF=""
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \
|
|
${WRKSRC}/configure
|
|
@${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \
|
|
s/install-specDATA//' ${WRKSRC}/nls/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|