Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=aZ0b4r8O; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=CUrGrPPh Received: by mail.netbsd.org (Postfix, from userid 605) id 2D6C584E83; Wed, 8 May 2024 18:35:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715193351; bh=RE9Bip9NK4O5BTcryD4GPfoLsHg9eet78DWJB6zN1RM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=aZ0b4r8O/yVQJOqOjKKMbgMM936AL38TLTsQcsFWOuwmbvWDR2dx2D26iJK3qr8s5 sWmOZn+3tPbu9eCpHIQmAqMUGS+r031h2N3RBIkWjDAraTcvg1JIAtPQpaNV+KP2UU J4rzDTYvH2BNN4JL0otdeRMKlqPXuCzV2edgpj4k= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2239384E76 for ; Wed, 8 May 2024 18:35:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fKkmX5Mqar1j for ; Wed, 8 May 2024 18:35:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6FBF584CD0 for ; Wed, 8 May 2024 18:35:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715193349; bh=RE9Bip9NK4O5BTcryD4GPfoLsHg9eet78DWJB6zN1RM=; h=Date:From:Subject:To:Reply-To; b=CUrGrPPh/wojw60CRZXK9kVJAEiACKMUvsPbXixRThHfWGNL/BtfdDZt+Z6lz7OoP t3Hbduo7t0AUJY0P5nmSG4bnkwqEspGHGiwmPJj8KgrQ8ahItDtukDTYBQnGM9qvSd TURqKyDx8VHzTPSfqPZ4P54nqj9rkj0Op9kQLr3Y= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5D943FA2C; Wed, 8 May 2024 18:35:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171519334939960" MIME-Version: 1.0 Date: Wed, 8 May 2024 18:35:49 +0000 From: "S.P.Zeidler" Subject: CVS commit: pkgsrc/www/pound To: pkgsrc-changes@NetBSD.org Reply-To: spz@netbsd.org X-Mailer: log_accum Message-Id: <20240508183549.5D943FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171519334939960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: spz Date: Wed May 8 18:35:49 UTC 2024 Modified Files: pkgsrc/www/pound: Makefile Log Message: set NOT_FOR_BULK_PLATFORM To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/pound/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171519334939960 Content-Disposition: inline Content-Length: 761 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/pound/Makefile diff -u pkgsrc/www/pound/Makefile:1.17 pkgsrc/www/pound/Makefile:1.18 --- pkgsrc/www/pound/Makefile:1.17 Tue Oct 24 22:11:32 2023 +++ pkgsrc/www/pound/Makefile Wed May 8 18:35:49 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2023/10/24 22:11:32 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2024/05/08 18:35:49 spz Exp $ DISTNAME= Pound-2.8 PKGNAME= ${DISTNAME:S/Pound/pound/} @@ -26,6 +26,10 @@ SUBST_SED.config= -e "s,/usr/local/etc/, INSTALLATION_DIRS+= sbin ${PKGMANDIR}/man8 +# OpenSSL removed the dhparam -C option in 3.0, and the call hangs +# for some reason on i386 +NOT_FOR_BULK_PLATFORM += NetBSD-10.0-* + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pound \ ${DESTDIR}${PREFIX}/sbin/pound --_----------=_171519334939960--