From 4fc0bc7f76a9d167d3a3aa08f395541b79bcec94 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 23 Oct 2017 22:20:00 -0700 Subject: libpciaccess: Update to 0.14 --- pkg/libpciaccess/README.md | 7 +++++++ pkg/libpciaccess/config.h | 24 ++++++++++++++++-------- pkg/libpciaccess/rev | 2 +- pkg/libpciaccess/src | 2 +- 4 files changed, 25 insertions(+), 10 deletions(-) create mode 100644 pkg/libpciaccess/README.md (limited to 'pkg/libpciaccess') diff --git a/pkg/libpciaccess/README.md b/pkg/libpciaccess/README.md new file mode 100644 index 00000000..abffbf8f --- /dev/null +++ b/pkg/libpciaccess/README.md @@ -0,0 +1,7 @@ +# libpciaccess + +## config.h +Generated with + + ./configure \ + --with-pciids-path=/share/hwdata diff --git a/pkg/libpciaccess/config.h b/pkg/libpciaccess/config.h index aa0806c8..4f431b81 100644 --- a/pkg/libpciaccess/config.h +++ b/pkg/libpciaccess/config.h @@ -1,25 +1,33 @@ -#include - +#define HAVE_DLFCN_H 1 #define HAVE_ERR_H 1 +#define HAVE_INTTYPES_H 1 /* #undef HAVE_MACHINE_MTRR_H */ /* #undef HAVE_MACHINE_SYSARCH_H */ #define HAVE_MEMORY_H 1 -/* #undef HAVE_MTRR */ +#define HAVE_MTRR 1 /* #undef HAVE_PCI_IO_PC_DOMAIN */ +#define HAVE_STDINT_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_STRING_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_UNISTD_H 1 /* #undef HAVE_ZLIB */ /* #undef LINUX_ROM */ #define LT_OBJDIR ".libs/" #define PACKAGE "libpciaccess" #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess" #define PACKAGE_NAME "libpciaccess" -#define PACKAGE_STRING "libpciaccess 0.13.5" +#define PACKAGE_STRING "libpciaccess 0.14" #define PACKAGE_TARNAME "libpciaccess" #define PACKAGE_URL "" -#define PACKAGE_VERSION "0.13.5" +#define PACKAGE_VERSION "0.14" #define PACKAGE_VERSION_MAJOR 0 -#define PACKAGE_VERSION_MINOR 13 -#define PACKAGE_VERSION_PATCHLEVEL 5 +#define PACKAGE_VERSION_MINOR 14 +#define PACKAGE_VERSION_PATCHLEVEL 0 #define PCIIDS_PATH "/share/hwdata" +#define STDC_HEADERS 1 #ifndef _ALL_SOURCE # define _ALL_SOURCE 1 #endif @@ -35,7 +43,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "0.13.5" +#define VERSION "0.14" #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 #endif diff --git a/pkg/libpciaccess/rev b/pkg/libpciaccess/rev index 0cfbf088..00750edc 100644 --- a/pkg/libpciaccess/rev +++ b/pkg/libpciaccess/rev @@ -1 +1 @@ -2 +3 diff --git a/pkg/libpciaccess/src b/pkg/libpciaccess/src index 4f1ac52e..13854f60 160000 --- a/pkg/libpciaccess/src +++ b/pkg/libpciaccess/src @@ -1 +1 @@ -Subproject commit 4f1ac52e828eed1c410ee66304fcb7a17f25da40 +Subproject commit 13854f603f720c45caf51d785a874d3c7e8c5f58 -- cgit v1.2.3