svn commit: r404183 - head/archivers/peazip
John Marino
marino at FreeBSD.org
Mon Dec 21 19:09:50 UTC 2015
Author: marino
Date: Mon Dec 21 19:09:49 2015
New Revision: 404183
URL: https://svnweb.freebsd.org/changeset/ports/404183
Log:
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.
Modified:
head/archivers/peazip/Makefile
Modified: head/archivers/peazip/Makefile
==============================================================================
--- head/archivers/peazip/Makefile Mon Dec 21 18:57:53 2015 (r404182)
+++ head/archivers/peazip/Makefile Mon Dec 21 19:09:49 2015 (r404183)
@@ -10,11 +10,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= acm at 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
More information about the svn-ports-head
mailing list