Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/openldap/
Date: Sun, 02 Jan 2022 17:49:41
Message-Id: 1641145735.c6ff937d4eb05575205b8a895b316d99f4cda6d4.soap@gentoo
1 commit: c6ff937d4eb05575205b8a895b316d99f4cda6d4
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 17:48:55 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 17:48:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ff937d
7
8 net-nds/openldap: remove freebsd-libc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-nds/openldap/openldap-2.4.57-r2.ebuild | 9 +++------
13 net-nds/openldap/openldap-2.4.58-r2.ebuild | 9 +++------
14 net-nds/openldap/openldap-2.4.59-r2.ebuild | 9 +++------
15 net-nds/openldap/openldap-2.5.4-r1.ebuild | 9 +++------
16 4 files changed, 12 insertions(+), 24 deletions(-)
17
18 diff --git a/net-nds/openldap/openldap-2.4.57-r2.ebuild b/net-nds/openldap/openldap-2.4.57-r2.ebuild
19 index 0687cd44fefb..f594d17cece9 100644
20 --- a/net-nds/openldap/openldap-2.4.57-r2.ebuild
21 +++ b/net-nds/openldap/openldap-2.4.57-r2.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -inherit autotools db-use flag-o-matic multilib-minimal preserve-libs ssl-cert toolchain-funcs systemd tmpfiles
30 +inherit autotools db-use flag-o-matic multilib multilib-minimal preserve-libs ssl-cert toolchain-funcs systemd tmpfiles
31
32 BIS_PN=rfc2307bis.schema
33 BIS_PV=20140524
34 @@ -42,7 +42,7 @@ REQUIRED_USE="cxx? ( sasl )
35 # Do not add any AGPL-3 BDB here!
36 # See bug 525110, comment 15.
37 # Advanced usage: OPENLDAP_BDB_SLOTS in the environment can be used to force a slot during build.
38 -BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 5.1 4.8 4.7 4.6 4.5 4.4}"
39 +BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 4.8}"
40 BDB_PKGS=''
41 for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done
42
43 @@ -401,9 +401,6 @@ build_contrib_module() {
44 }
45
46 src_configure() {
47 - # Bug 408001
48 - use elibc_FreeBSD && append-cppflags -DMDB_DSYNC=O_SYNC -DMDB_FDATASYNC=fsync
49 -
50 # connectionless ldap per bug #342439
51 append-cppflags -DLDAP_CONNECTIONLESS
52
53
54 diff --git a/net-nds/openldap/openldap-2.4.58-r2.ebuild b/net-nds/openldap/openldap-2.4.58-r2.ebuild
55 index 3a6aa07bb4a3..afe2534c109e 100644
56 --- a/net-nds/openldap/openldap-2.4.58-r2.ebuild
57 +++ b/net-nds/openldap/openldap-2.4.58-r2.ebuild
58 @@ -1,9 +1,9 @@
59 -# Copyright 1999-2021 Gentoo Authors
60 +# Copyright 1999-2022 Gentoo Authors
61 # Distributed under the terms of the GNU General Public License v2
62
63 EAPI=7
64
65 -inherit autotools db-use flag-o-matic multilib-minimal preserve-libs ssl-cert toolchain-funcs systemd tmpfiles
66 +inherit autotools db-use flag-o-matic multilib multilib-minimal preserve-libs ssl-cert toolchain-funcs systemd tmpfiles
67
68 BIS_PN=rfc2307bis.schema
69 BIS_PV=20140524
70 @@ -42,7 +42,7 @@ REQUIRED_USE="cxx? ( sasl )
71 # Do not add any AGPL-3 BDB here!
72 # See bug 525110, comment 15.
73 # Advanced usage: OPENLDAP_BDB_SLOTS in the environment can be used to force a slot during build.
74 -BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 5.1 4.8 4.7 4.6 4.5 4.4}"
75 +BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 4.8}"
76 BDB_PKGS=''
77 for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done
78
79 @@ -401,9 +401,6 @@ build_contrib_module() {
80 }
81
82 src_configure() {
83 - # Bug 408001
84 - use elibc_FreeBSD && append-cppflags -DMDB_DSYNC=O_SYNC -DMDB_FDATASYNC=fsync
85 -
86 # connectionless ldap per bug #342439
87 append-cppflags -DLDAP_CONNECTIONLESS
88
89
90 diff --git a/net-nds/openldap/openldap-2.4.59-r2.ebuild b/net-nds/openldap/openldap-2.4.59-r2.ebuild
91 index 440319751d1e..25141776f10a 100644
92 --- a/net-nds/openldap/openldap-2.4.59-r2.ebuild
93 +++ b/net-nds/openldap/openldap-2.4.59-r2.ebuild
94 @@ -1,9 +1,9 @@
95 -# Copyright 1999-2021 Gentoo Authors
96 +# Copyright 1999-2022 Gentoo Authors
97 # Distributed under the terms of the GNU General Public License v2
98
99 EAPI=7
100
101 -inherit autotools db-use flag-o-matic multilib-minimal preserve-libs ssl-cert toolchain-funcs systemd tmpfiles
102 +inherit autotools db-use flag-o-matic multilib multilib-minimal preserve-libs ssl-cert toolchain-funcs systemd tmpfiles
103
104 BIS_PN=rfc2307bis.schema
105 BIS_PV=20140524
106 @@ -42,7 +42,7 @@ REQUIRED_USE="cxx? ( sasl )
107 # Do not add any AGPL-3 BDB here!
108 # See bug 525110, comment 15.
109 # Advanced usage: OPENLDAP_BDB_SLOTS in the environment can be used to force a slot during build.
110 -BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 5.1 4.8 4.7 4.6 4.5 4.4}"
111 +BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 4.8}"
112 BDB_PKGS=''
113 for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done
114
115 @@ -401,9 +401,6 @@ build_contrib_module() {
116 }
117
118 src_configure() {
119 - # Bug 408001
120 - use elibc_FreeBSD && append-cppflags -DMDB_DSYNC=O_SYNC -DMDB_FDATASYNC=fsync
121 -
122 # connectionless ldap per bug #342439
123 append-cppflags -DLDAP_CONNECTIONLESS
124
125
126 diff --git a/net-nds/openldap/openldap-2.5.4-r1.ebuild b/net-nds/openldap/openldap-2.5.4-r1.ebuild
127 index 72168dd71c9c..53daba349ce5 100644
128 --- a/net-nds/openldap/openldap-2.5.4-r1.ebuild
129 +++ b/net-nds/openldap/openldap-2.5.4-r1.ebuild
130 @@ -1,9 +1,9 @@
131 -# Copyright 1999-2021 Gentoo Authors
132 +# Copyright 1999-2022 Gentoo Authors
133 # Distributed under the terms of the GNU General Public License v2
134
135 EAPI=7
136
137 -inherit autotools db-use flag-o-matic multilib-minimal preserve-libs ssl-cert toolchain-funcs systemd tmpfiles
138 +inherit autotools flag-o-matic multilib multilib-minimal preserve-libs ssl-cert toolchain-funcs systemd tmpfiles
139
140 BIS_PN=rfc2307bis.schema
141 BIS_PV=20140524
142 @@ -40,7 +40,7 @@ REQUIRED_USE="cxx? ( sasl )
143 # Do not add any AGPL-3 BDB here!
144 # See bug 525110, comment 15.
145 # Advanced usage: OPENLDAP_BDB_SLOTS in the environment can be used to force a slot during build.
146 -BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 5.1 4.8 4.7 4.6 4.5 4.4}"
147 +BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 4.8}"
148 BDB_PKGS=''
149 for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done
150
151 @@ -345,9 +345,6 @@ build_contrib_module() {
152 }
153
154 src_configure() {
155 - # Bug 408001
156 - use elibc_FreeBSD && append-cppflags -DMDB_DSYNC=O_SYNC -DMDB_FDATASYNC=fsync
157 -
158 # connectionless ldap per bug #342439
159 append-cppflags -DLDAP_CONNECTIONLESS