commit: 4fc0bc7f76a9d167d3a3aa08f395541b79bcec94
parent 20a711a41f2112d11a10af257abade0b735906c4
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 23 Oct 2017 22:20:00 -0700
libpciaccess: Update to 0.14
Diffstat:
3 files changed, 24 insertions(+), 9 deletions(-)
diff --git a/pkg/libpciaccess/README.md 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
@@ -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
@@ -1 +1 @@
-2
+3