Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/files/, app-admin/radmind/
Date: Fri, 20 Oct 2017 21:10:38
Message-Id: 1508533817.d0648f10a2055d4731ff9fc8a572387edc91ddf6.dilfridge@gentoo
1 commit: d0648f10a2055d4731ff9fc8a572387edc91ddf6
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 20 21:10:17 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 20 21:10:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0648f10
7
8 app-admin/radmind: Fix build with glibc-2.25, bug 580916
9
10 Closes: https://bugs.gentoo.org/580916
11 Package-Manager: Portage-2.3.12, Repoman-2.3.3
12
13 .../radmind/files/radmind-1.14.1-glibc225.patch | 22 ++++++++++++++++++++++
14 app-admin/radmind/radmind-1.14.1-r1.ebuild | 1 +
15 2 files changed, 23 insertions(+)
16
17 diff --git a/app-admin/radmind/files/radmind-1.14.1-glibc225.patch b/app-admin/radmind/files/radmind-1.14.1-glibc225.patch
18 new file mode 100644
19 index 00000000000..60ff5925ae1
20 --- /dev/null
21 +++ b/app-admin/radmind/files/radmind-1.14.1-glibc225.patch
22 @@ -0,0 +1,22 @@
23 +diff -ruN radmind-1.14.1.orig/transcript.c radmind-1.14.1/transcript.c
24 +--- radmind-1.14.1.orig/transcript.c 2010-12-13 04:42:49.000000000 +0100
25 ++++ radmind-1.14.1/transcript.c 2017-10-20 23:07:47.126110238 +0200
26 +@@ -6,6 +6,7 @@
27 + #include "config.h"
28 +
29 + #include <sys/types.h>
30 ++#include <sys/sysmacros.h>
31 + #include <sys/param.h>
32 + #ifdef sun
33 + #include <sys/mkdev.h>
34 +diff -ruN radmind-1.14.1.orig/update.c radmind-1.14.1/update.c
35 +--- radmind-1.14.1.orig/update.c 2010-12-13 04:42:49.000000000 +0100
36 ++++ radmind-1.14.1/update.c 2017-10-20 23:07:29.173898776 +0200
37 +@@ -6,6 +6,7 @@
38 + #include "config.h"
39 +
40 + #include <sys/types.h>
41 ++#include <sys/sysmacros.h>
42 + #include <sys/stat.h>
43 + #include <sys/param.h>
44 + #ifdef sun
45
46 diff --git a/app-admin/radmind/radmind-1.14.1-r1.ebuild b/app-admin/radmind/radmind-1.14.1-r1.ebuild
47 index cfc09f32cca..2637e4c0828 100644
48 --- a/app-admin/radmind/radmind-1.14.1-r1.ebuild
49 +++ b/app-admin/radmind/radmind-1.14.1-r1.ebuild
50 @@ -24,6 +24,7 @@ src_prepare() {
51 # remove dnssd as it doesn't compile
52 epatch "${FILESDIR}"/${PN}-1.7.1-dnssd.patch
53 epatch "${FILESDIR}"/${PN}-1.14.0-parallel-make.patch
54 + epatch "${FILESDIR}"/${PN}-1.14.1-glibc225.patch
55 }
56
57 src_install() {