pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Net-Curl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 25 10:54:42 UTC 2025

Modified Files:
        pkgsrc/www/p5-Net-Curl: Makefile

Log Message:
p5-Net-Curl: mark as broken with latest curl, cite upstream bug report


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/p5-Net-Curl/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/p5-Net-Curl/Makefile
diff -u pkgsrc/www/p5-Net-Curl/Makefile:1.39 pkgsrc/www/p5-Net-Curl/Makefile:1.40
--- pkgsrc/www/p5-Net-Curl/Makefile:1.39        Sat Apr 19 07:58:34 2025
+++ pkgsrc/www/p5-Net-Curl/Makefile     Fri Apr 25 10:54:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2025/04/19 07:58:34 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2025/04/25 10:54:42 wiz Exp $
 
 DISTNAME=      Net-Curl-0.57
 PKGNAME=       p5-${DISTNAME}
@@ -24,6 +24,9 @@ USE_TOOLS+=   pkg-config
 # self tests hang
 # https://github.com/sparky/perl-Net-Curl/issues/78
 
+# https://github.com/sparky/perl-Net-Curl/issues/83
+BROKEN=                "Does not support curl 8.13.0"
+
 .include "../../www/curl/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index