From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 203F0158086 for ; Sat, 8 Jan 2022 17:38:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6CBD2BC035; Sat, 8 Jan 2022 17:38:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D50332BC01A for ; Sat, 8 Jan 2022 17:38:18 +0000 (UTC) From: David Seifert To: gentoo-dev@lists.gentoo.org Cc: David Seifert Subject: [gentoo-dev] [PATCH 2/2] apache-2.eclass: remove dead userland_BSD Date: Sat, 8 Jan 2022 18:37:51 +0100 Message-Id: <20220108173751.69375-2-soap@gentoo.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220108173751.69375-1-soap@gentoo.org> References: <20220108173751.69375-1-soap@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: d2f3a7c2-5028-48db-afbb-eba5d5dc169f X-Archives-Hash: 3bd587bdf1cafc19d704e647b633a43c Signed-off-by: David Seifert --- eclass/apache-2.eclass | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index a67597447ba..cd930aaf54f 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: apache-2.eclass @@ -450,15 +450,6 @@ apache-2_pkg_setup() { elog "Make sure CONFIG_SYSVIPC=y is set." elog - if use userland_BSD; then - elog "On BSD systems you need to add the following line to /boot/loader.conf:" - elog " accf_http_load=\"YES\"" - if use ssl ; then - elog " accf_data_load=\"YES\"" - fi - elog - fi - if [[ ${EAPI} != 6 ]] && use apache2_modules_lua ; then lua-single_pkg_setup fi -- 2.34.1