diff options
author | Yuta Satoh <nigoro.dev@gmail.com> | 2017-09-18 20:35:57 +0900 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-10-02 10:56:07 +0200 |
commit | c4e6110acc43e8b8148cfeafa9c441ecb0c2a9e0 (patch) | |
tree | 4f460d123f56875adfa04b36003666278d4b114c /sys-freebsd/freebsd-usbin/files | |
parent | eclass/freebsd.eclass: use install.sh when upgrading. (diff) | |
download | gentoo-c4e6110acc43e8b8148cfeafa9c441ecb0c2a9e0.tar.gz gentoo-c4e6110acc43e8b8148cfeafa9c441ecb0c2a9e0.tar.bz2 gentoo-c4e6110acc43e8b8148cfeafa9c441ecb0c2a9e0.zip |
sys-freebsd: bump to 11.1
The following bugs have been fixed:
- merged freebsd-libexec into freebsd-lib. #629166
- fix build failure with gcc-6. #629368
Diffstat (limited to 'sys-freebsd/freebsd-usbin/files')
-rw-r--r-- | sys-freebsd/freebsd-usbin/files/freebsd-usbin-11.1-bsdxml2expat.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sys-freebsd/freebsd-usbin/files/freebsd-usbin-11.1-bsdxml2expat.patch b/sys-freebsd/freebsd-usbin/files/freebsd-usbin-11.1-bsdxml2expat.patch new file mode 100644 index 000000000000..5317b256cb4c --- /dev/null +++ b/sys-freebsd/freebsd-usbin/files/freebsd-usbin-11.1-bsdxml2expat.patch @@ -0,0 +1,26 @@ +diff --git a/usr.sbin/ctladm/ctladm.c b/usr.sbin/ctladm/ctladm.c +index 9a9d3ff..bf6b1b2 100644 +--- a/usr.sbin/ctladm/ctladm.c ++++ b/usr.sbin/ctladm/ctladm.c +@@ -51,7 +51,7 @@ __FBSDID("$FreeBSD: stable/11/usr.sbin/ctladm/ctladm.c 319152 2017-05-29 18:17:3 + #include <sys/queue.h> + #include <sys/sbuf.h> + #include <sys/stat.h> +-#include <bsdxml.h> ++#include <expat.h> + #include <ctype.h> + #include <err.h> + #include <errno.h> +diff --git a/usr.sbin/ctld/kernel.c b/usr.sbin/ctld/kernel.c +index 7054a04..ee05214 100644 +--- a/usr.sbin/ctld/kernel.c ++++ b/usr.sbin/ctld/kernel.c +@@ -47,7 +47,7 @@ __FBSDID("$FreeBSD: stable/11/usr.sbin/ctld/kernel.c 319152 2017-05-29 18:17:34Z + #include <sys/sbuf.h> + #include <sys/stat.h> + #include <assert.h> +-#include <bsdxml.h> ++#include <expat.h> + #include <ctype.h> + #include <errno.h> + #include <fcntl.h> |