pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/pound



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.

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



Home | Main Index | Thread Index | Old Index