summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-10-23 22:20:00 -0700
committerMichael Forney <mforney@mforney.org>2017-10-23 22:20:00 -0700
commit4fc0bc7f76a9d167d3a3aa08f395541b79bcec94 (patch)
tree04137a32cfc93585ee41908dc6525b387d5320c8
parent20a711a41f2112d11a10af257abade0b735906c4 (diff)
libpciaccess: Update to 0.14
-rw-r--r--pkg/libpciaccess/README.md7
-rw-r--r--pkg/libpciaccess/config.h24
-rw-r--r--pkg/libpciaccess/rev2
m---------pkg/libpciaccess/src0
4 files changed, 24 insertions, 9 deletions
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 <config-posix.h>
-
+#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
-Subproject 4f1ac52e828eed1c410ee66304fcb7a17f25da4
+Subproject 13854f603f720c45caf51d785a874d3c7e8c5f5