From c6d66439085851f3baf7f457655dfd6eafc14b42 Mon Sep 17 00:00:00 2001 From: John Marino Date: Mon, 21 Dec 2015 19:09:49 +0000 Subject: archivers/peazip: Make less broken, then mark BROKEN This port stopped building when FPC was updated to 3.0.0. After fixing the units, it tries to build but fails with: list_utils.pas(982,32) Error: (3069) Call by var for arg no. 1 has to match exactly: Got "UTF8String" expected "AnsiString" Trying the latest version 5.9.0 also fails. --- archivers/peazip/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archivers/peazip') diff --git a/archivers/peazip/Makefile b/archivers/peazip/Makefile index f48a9bf41962..27159fd5858e 100644 --- a/archivers/peazip/Makefile +++ b/archivers/peazip/Makefile @@ -10,11 +10,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= acm@FreeBSD.org COMMENT= Free archiver and file compressor +BROKEN= fails with FPC 3.0.0 + BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus \ fpcres:${PORTSDIR}/lang/fpc-utils USES= dos2unix zip -USE_FPC= cairo fcl-base fcl-image fcl-process hash pasjpeg paszlib x11 +USE_FPC= cairo fcl-base fcl-image pasjpeg rtl-objpas x11 USE_GNOME= # SUB_FILES= pea pealauncher peazip -- cgit v1.2.3