From c6ff937d4eb05575205b8a895b316d99f4cda6d4 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 2 Jan 2022 18:48:55 +0100 Subject: net-nds/openldap: remove freebsd-libc Signed-off-by: David Seifert --- net-nds/openldap/openldap-2.4.57-r2.ebuild | 9 +++------ net-nds/openldap/openldap-2.4.58-r2.ebuild | 9 +++------ net-nds/openldap/openldap-2.4.59-r2.ebuild | 9 +++------ net-nds/openldap/openldap-2.5.4-r1.ebuild | 9 +++------ 4 files changed, 12 insertions(+), 24 deletions(-) (limited to 'net-nds') diff --git a/net-nds/openldap/openldap-2.4.57-r2.ebuild b/net-nds/openldap/openldap-2.4.57-r2.ebuild index 0687cd44fefb..f594d17cece9 100644 --- a/net-nds/openldap/openldap-2.4.57-r2.ebuild +++ b/net-nds/openldap/openldap-2.4.57-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools db-use flag-o-matic multilib-minimal preserve-libs ssl-cert toolchain-funcs systemd tmpfiles +inherit autotools db-use flag-o-matic multilib multilib-minimal preserve-libs ssl-cert toolchain-funcs systemd tmpfiles BIS_PN=rfc2307bis.schema BIS_PV=20140524 @@ -42,7 +42,7 @@ REQUIRED_USE="cxx? ( sasl ) # Do not add any AGPL-3 BDB here! # See bug 525110, comment 15. # Advanced usage: OPENLDAP_BDB_SLOTS in the environment can be used to force a slot during build. -BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 5.1 4.8 4.7 4.6 4.5 4.4}" +BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 4.8}" BDB_PKGS='' for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done @@ -401,9 +401,6 @@ build_contrib_module() { } src_configure() { - # Bug 408001 - use elibc_FreeBSD && append-cppflags -DMDB_DSYNC=O_SYNC -DMDB_FDATASYNC=fsync - # connectionless ldap per bug #342439 append-cppflags -DLDAP_CONNECTIONLESS diff --git a/net-nds/openldap/openldap-2.4.58-r2.ebuild b/net-nds/openldap/openldap-2.4.58-r2.ebuild index 3a6aa07bb4a3..afe2534c109e 100644 --- a/net-nds/openldap/openldap-2.4.58-r2.ebuild +++ b/net-nds/openldap/openldap-2.4.58-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools db-use flag-o-matic multilib-minimal preserve-libs ssl-cert toolchain-funcs systemd tmpfiles +inherit autotools db-use flag-o-matic multilib multilib-minimal preserve-libs ssl-cert toolchain-funcs systemd tmpfiles BIS_PN=rfc2307bis.schema BIS_PV=20140524 @@ -42,7 +42,7 @@ REQUIRED_USE="cxx? ( sasl ) # Do not add any AGPL-3 BDB here! # See bug 525110, comment 15. # Advanced usage: OPENLDAP_BDB_SLOTS in the environment can be used to force a slot during build. -BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 5.1 4.8 4.7 4.6 4.5 4.4}" +BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 4.8}" BDB_PKGS='' for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done @@ -401,9 +401,6 @@ build_contrib_module() { } src_configure() { - # Bug 408001 - use elibc_FreeBSD && append-cppflags -DMDB_DSYNC=O_SYNC -DMDB_FDATASYNC=fsync - # connectionless ldap per bug #342439 append-cppflags -DLDAP_CONNECTIONLESS diff --git a/net-nds/openldap/openldap-2.4.59-r2.ebuild b/net-nds/openldap/openldap-2.4.59-r2.ebuild index 440319751d1e..25141776f10a 100644 --- a/net-nds/openldap/openldap-2.4.59-r2.ebuild +++ b/net-nds/openldap/openldap-2.4.59-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools db-use flag-o-matic multilib-minimal preserve-libs ssl-cert toolchain-funcs systemd tmpfiles +inherit autotools db-use flag-o-matic multilib multilib-minimal preserve-libs ssl-cert toolchain-funcs systemd tmpfiles BIS_PN=rfc2307bis.schema BIS_PV=20140524 @@ -42,7 +42,7 @@ REQUIRED_USE="cxx? ( sasl ) # Do not add any AGPL-3 BDB here! # See bug 525110, comment 15. # Advanced usage: OPENLDAP_BDB_SLOTS in the environment can be used to force a slot during build. -BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 5.1 4.8 4.7 4.6 4.5 4.4}" +BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 4.8}" BDB_PKGS='' for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done @@ -401,9 +401,6 @@ build_contrib_module() { } src_configure() { - # Bug 408001 - use elibc_FreeBSD && append-cppflags -DMDB_DSYNC=O_SYNC -DMDB_FDATASYNC=fsync - # connectionless ldap per bug #342439 append-cppflags -DLDAP_CONNECTIONLESS diff --git a/net-nds/openldap/openldap-2.5.4-r1.ebuild b/net-nds/openldap/openldap-2.5.4-r1.ebuild index 72168dd71c9c..53daba349ce5 100644 --- a/net-nds/openldap/openldap-2.5.4-r1.ebuild +++ b/net-nds/openldap/openldap-2.5.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools db-use flag-o-matic multilib-minimal preserve-libs ssl-cert toolchain-funcs systemd tmpfiles +inherit autotools flag-o-matic multilib multilib-minimal preserve-libs ssl-cert toolchain-funcs systemd tmpfiles BIS_PN=rfc2307bis.schema BIS_PV=20140524 @@ -40,7 +40,7 @@ REQUIRED_USE="cxx? ( sasl ) # Do not add any AGPL-3 BDB here! # See bug 525110, comment 15. # Advanced usage: OPENLDAP_BDB_SLOTS in the environment can be used to force a slot during build. -BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 5.1 4.8 4.7 4.6 4.5 4.4}" +BDB_SLOTS="${OPENLDAP_BDB_SLOTS:=5.3 4.8}" BDB_PKGS='' for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done @@ -345,9 +345,6 @@ build_contrib_module() { } src_configure() { - # Bug 408001 - use elibc_FreeBSD && append-cppflags -DMDB_DSYNC=O_SYNC -DMDB_FDATASYNC=fsync - # connectionless ldap per bug #342439 append-cppflags -DLDAP_CONNECTIONLESS -- cgit v1.2.3-65-gdbad