and allows parsing separate sysfs files rather than reading the config file on newer kernels. Adam Jackson (1): chmod a-x README.cygwin Chuck Tuffli (1): libpciaccess: Fix incorrect format specification Emil Velikov (7): autogen.sh: pass --force to autoreconf, quote string variables linux sysfs: retrieve vendor, device... info via separate sysfs files autogen.sh: use quoted string variables Revert "linux_sysfs: include <limits.h> for PATH_MAX" configure.ac: remove AC_CONFIG_SRCDIR macro configure.ac: set AC_CONFIG_AUX_DIR libpciaccess 0.13.5 Felix Janda (2): linux_sysfs.c: Include <limits.h> for PATH_MAX linux_sysfs: include <limits.h> for PATH_MAX Henry Zhao (2): probe should not hold pci nexus drivers open use cached devinfo snapshots, remove unnecessary di_init() Julien Cristau (1): Include config.h before anything else in *.c Keith Busch (1): Ignore 32-bit domains Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Thomas Klausner (1): Fix quoting issue. arsharma (2): vgaarb: add a the trailing NULL character on read(vgaarb_fd) device-name: handle calloc failure in insert()
26 lines
657 B
Makefile
26 lines
657 B
Makefile
# $NetBSD: Makefile,v 1.27 2017/04/07 08:53:28 wiz Exp $
|
|
|
|
DISTNAME= libpciaccess-0.13.5
|
|
CATEGORIES= sysutils x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= PCI access utility library from X.org
|
|
LICENSE= mit AND x11
|
|
|
|
DEPENDS+= pciids-[0-9]*:../../misc/pciids
|
|
|
|
BROKEN_ON_PLATFORM+= Darwin-*
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-zlib
|
|
CONFIGURE_ARGS+= --with-pciids-path=${PREFIX}/share/pciids
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= pciaccess.pc.in
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|