1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/x11/libX11/Makefile
Niclas Zeising 8fb344cc5d x11/libX11: Update to 1.6.8
Update x11/libX11 to 1.6.8

This is a farirly big update

Add a patch from upstream to fix a build issue when X headers aren't
installed in the default search path of the compiler.

Changelog:
https://lists.x.org/archives/xorg-announce/2019-June/002997.html

Obtained from:	Graphics Team development repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs
Sponsored by:	B3 Init
2019-06-30 15:54:11 +00:00

33 lines
655 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libX11
PORTVERSION= 1.6.8
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X11 library
LICENSE= MIT
USES= cpe perl5
XORG_CAT= lib
USE_XORG= xau xdmcp xtrans xorgproto xcb
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>