Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 2021 13:58:28 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f4460fe470b8 - 2021Q2 - editors/pdfedit: mark BROKEN on FreeBSD 13+
Message-ID:  <202105181358.14IDwSiW083435@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by amdmi3:

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

commit f4460fe470b85ec4024d177553aad17e4f600ded
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-05-16 17:32:03 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-05-18 13:43:31 +0000

    editors/pdfedit: mark BROKEN on FreeBSD 13+
    
    Approved by:    portmgr blanket
    
    (cherry picked from commit 4d165da7e6a7445100943ecb700b5cd564ae8a10)
---
 editors/pdfedit/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/editors/pdfedit/Makefile b/editors/pdfedit/Makefile
index 19a4c7d053aa..d3c3b51ca990 100644
--- a/editors/pdfedit/Makefile
+++ b/editors/pdfedit/Makefile
@@ -13,6 +13,8 @@ LICENSE=	GPLv2
 
 BROKEN_powerpc64=	fails to configure: error: Could not link against boost_program_options
 BROKEN_sparc64=		fails to configure: error: Could not link against boost_program_options
+BROKEN_FreeBSD_13=	fails to compile: call to 'advance' is ambiguous
+BROKEN_FreeBSD_14=	fails to compile: call to 'advance' is ambiguous
 
 LIB_DEPENDS=	libboost_filesystem.so:devel/boost-libs \
 		libfreetype.so:print/freetype2 \



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