Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2023 10:53:12 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 45d1a3a34925 - main - www/p5-Net-Curl: mark BROKEN
Message-ID:  <202302201053.31KArCHa089997@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=45d1a3a34925a3714e1155737233d748b2410769

commit 45d1a3a34925a3714e1155737233d748b2410769
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-02-20 10:46:40 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-02-20 10:46:40 +0000

    www/p5-Net-Curl: mark BROKEN
    
    ./const-easy-xs.inc:309:31: error: use of undeclared identifier 'CURLOPTDEPRECATED'; did you mean 'CURLOPT_PRIVATE'?
    
    Reported by:    pkg-fallout
---
 www/p5-Net-Curl/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/p5-Net-Curl/Makefile b/www/p5-Net-Curl/Makefile
index c61540ec4133..423754411971 100644
--- a/www/p5-Net-Curl/Makefile
+++ b/www/p5-Net-Curl/Makefile
@@ -10,6 +10,8 @@ WWW=		https://search.cpan.org/dist/Net-Curl/
 
 LICENSE=	MIT
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libcurl.so:ftp/curl
 BUILD_DEPENDS=	p5-ExtUtils-PkgConfig>=1.16:devel/p5-ExtUtils-PkgConfig
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302201053.31KArCHa089997>