Date: Mon, 5 Sep 2022 21:09:54 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7a9a528d80d3 - main - ftp/rexx-curl: mark BROKEN Message-ID: <202209052109.285L9sNR070341@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a9a528d80d328e6b0004708d36504f82c3df74b commit 7a9a528d80d328e6b0004708d36504f82c3df74b Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-09-05 21:07:55 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-09-05 21:08:58 +0000 ftp/rexx-curl: mark BROKEN ./rexxcurl.c:486:28: error: use of undeclared identifier 'CURLOPT_FTP_RESPONSE_TIMEOUT'; did you mean 'CURLOPT_SERVER_RESPONSE_TIMEOUT'? { "FTPRESPONSETIMEOUT", CURLOPT_FTP_RESPONSE_TIMEOUT, RXCURLOPT_LONG, NULL }, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CURLOPT_SERVER_RESPONSE_TIMEOUT /usr/local/include/curl/curl.h:1485:11: note: 'CURLOPT_SERVER_RESPONSE_TIMEOUT' declared here CURLOPT(CURLOPT_SERVER_RESPONSE_TIMEOUT, CURLOPTTYPE_LONG, 112), ^ Approved by: portmgr blanket Reported by: pkg-fallout --- ftp/rexx-curl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ftp/rexx-curl/Makefile b/ftp/rexx-curl/Makefile index 07a4c6646e25..bc3d109522ac 100644 --- a/ftp/rexx-curl/Makefile +++ b/ftp/rexx-curl/Makefile @@ -8,6 +8,8 @@ DISTNAME= RexxCURL-${PORTVERSION} MAINTAINER= bob@eager.cx COMMENT= External function package providing an interface to the cURL package +BROKEN= does not build with curl 7.85.0: use of undeclared identifier 'CURLOPT_FTP_RESPONSE_TIMEOUT' + LICENSE= CPLV1 LICENSE_NAME= CPL V1.0 license LICENSE_FILE= ${WRKSRC}/CPLv1.0.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209052109.285L9sNR070341>