pkgsrc/sysutils/libpciaccess/Makefile

27 lines
659 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.32 2020/01/18 23:35:18 rillig Exp $
DISTNAME= libpciaccess-0.16
CATEGORIES= sysutils x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://xorg.freedesktop.org/
COMMENT= PCI access utility library from X.org
Update to 0.13.2. Set LICENSE. This release provides a lot of platform-specific improvements for various platforms, including Solaris (SPARC & x64), FreeBSD, NetBSD, and Hurd. It also provides some platform-independent fixes & code cleanup. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (10): Solaris: Implement map_legacy & legacy_io functions Solaris: refactor pci_device_solx_devfs_map_range to reduce code duplication Bug 63583 - add legacy IO routines for FreeBSD Define PCI_MATCH_ANY as an unsigned int pci_id_file_open: move variable inside the #ifndef that uses it pci_device_solx_devfs_read: fix sign conversion/comparison warnings Solaris: Remove #defines for Ultra 45 southbridge device ids pci_device_solx_devfs_probe: implicit conversion changes signedness warnings Resync COPYING file with copyrights/licenses from code libpciaccess 0.13.2 Colin Walters (1): autogen.sh: Implement GNOME Build API Egbert Eich (1): PCI: set correct mask value when matching for bridges. Henry Zhao (5): libpciaccess: implementation of boot_vga in Solaris libpciaccess: sparc rom read fix scanpci: print meaningful info on BASEROM Solaris: Add domain support for sparc platform Solaris: probe improvement John Martin (1): Fix Sun bug #7035791: scanpci should report 64 bit registers Mark Logan (1): libpciaccess: fix memory usage errors Samuel Thibault (1): Implement legacy io & map for x86 backend Thomas Klausner (6): Protect config.h like usual. Move 'const' to correct place, so it has meaning. Update NetBSD support. Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined. Fix build on NetBSD-4. Support more pci functions on NetBSD.
2013-07-21 11:42:40 +02:00
LICENSE= mit AND x11
DEPENDS+= pciids-[0-9]*:../../misc/pciids
BROKEN_ON_PLATFORM+= Darwin-*
Update to 0.13.2. Set LICENSE. This release provides a lot of platform-specific improvements for various platforms, including Solaris (SPARC & x64), FreeBSD, NetBSD, and Hurd. It also provides some platform-independent fixes & code cleanup. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (10): Solaris: Implement map_legacy & legacy_io functions Solaris: refactor pci_device_solx_devfs_map_range to reduce code duplication Bug 63583 - add legacy IO routines for FreeBSD Define PCI_MATCH_ANY as an unsigned int pci_id_file_open: move variable inside the #ifndef that uses it pci_device_solx_devfs_read: fix sign conversion/comparison warnings Solaris: Remove #defines for Ultra 45 southbridge device ids pci_device_solx_devfs_probe: implicit conversion changes signedness warnings Resync COPYING file with copyrights/licenses from code libpciaccess 0.13.2 Colin Walters (1): autogen.sh: Implement GNOME Build API Egbert Eich (1): PCI: set correct mask value when matching for bridges. Henry Zhao (5): libpciaccess: implementation of boot_vga in Solaris libpciaccess: sparc rom read fix scanpci: print meaningful info on BASEROM Solaris: Add domain support for sparc platform Solaris: probe improvement John Martin (1): Fix Sun bug #7035791: scanpci should report 64 bit registers Mark Logan (1): libpciaccess: fix memory usage errors Samuel Thibault (1): Implement legacy io & map for x86 backend Thomas Klausner (6): Protect config.h like usual. Move 'const' to correct place, so it has meaning. Update NetBSD support. Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined. Fix build on NetBSD-4. Support more pci functions on NetBSD.
2013-07-21 11:42:40 +02:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-zlib
CONFIGURE_ARGS+= --with-pciids-path=${PREFIX}/share/pciids
Update to 0.13.2. Set LICENSE. This release provides a lot of platform-specific improvements for various platforms, including Solaris (SPARC & x64), FreeBSD, NetBSD, and Hurd. It also provides some platform-independent fixes & code cleanup. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (10): Solaris: Implement map_legacy & legacy_io functions Solaris: refactor pci_device_solx_devfs_map_range to reduce code duplication Bug 63583 - add legacy IO routines for FreeBSD Define PCI_MATCH_ANY as an unsigned int pci_id_file_open: move variable inside the #ifndef that uses it pci_device_solx_devfs_read: fix sign conversion/comparison warnings Solaris: Remove #defines for Ultra 45 southbridge device ids pci_device_solx_devfs_probe: implicit conversion changes signedness warnings Resync COPYING file with copyrights/licenses from code libpciaccess 0.13.2 Colin Walters (1): autogen.sh: Implement GNOME Build API Egbert Eich (1): PCI: set correct mask value when matching for bridges. Henry Zhao (5): libpciaccess: implementation of boot_vga in Solaris libpciaccess: sparc rom read fix scanpci: print meaningful info on BASEROM Solaris: Add domain support for sparc platform Solaris: probe improvement John Martin (1): Fix Sun bug #7035791: scanpci should report 64 bit registers Mark Logan (1): libpciaccess: fix memory usage errors Samuel Thibault (1): Implement legacy io & map for x86 backend Thomas Klausner (6): Protect config.h like usual. Move 'const' to correct place, so it has meaning. Update NetBSD support. Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined. Fix build on NetBSD-4. Support more pci functions on NetBSD.
2013-07-21 11:42:40 +02:00
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= pciaccess.pc.in
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"