1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/libpciaccess/Makefile
Niclas Zeising 517ab32714 devel/libpciaccess: Update to 0.16, fix regression
Update devel/libpciaccess to 0.16.  All local patches have been included in
this version, so delete those files.
Add a patch to fix a regression when using certain video drivers,
xf86-video-mga, xf86-video-nv and xf86-video-vesa, at least, have been
reported to have issues with 0.14.

PR:		239065 (tracking the regression)
Reported by:	george@m5p.com, several others
MFC after:	2019Q3 (fixes regression in 0.14)
Sponsored by:	B3 Init
Obtained from:	Graphics Team dev repo
2019-08-05 21:29:28 +00:00

22 lines
435 B
Makefile

# $FreeBSD$
PORTNAME= libpciaccess
PORTVERSION= 0.16
CATEGORIES= devel
MAINTAINER= x11@FreeBSD.org
COMMENT= Generic PCI access library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:misc/pciids
RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:misc/pciids
CONFIGURE_ARGS= --with-pciids-path=${LOCALBASE}/share/pciids
XORG_CAT= lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>