diff options
author | marino <marino@FreeBSD.org> | 2015-12-22 03:09:49 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-12-22 03:09:49 +0800 |
commit | b3d100897243b33fbcbbd730008c85bfd9b1d284 (patch) | |
tree | 767e5564b97a5e0b5ca9ecd64de35af58e173bdc /archivers | |
parent | 63fb821dc4a31b659eeeee37014139bae4066ddf (diff) | |
download | freebsd-ports-gnome-b3d100897243b33fbcbbd730008c85bfd9b1d284.tar.gz freebsd-ports-gnome-b3d100897243b33fbcbbd730008c85bfd9b1d284.tar.zst freebsd-ports-gnome-b3d100897243b33fbcbbd730008c85bfd9b1d284.zip |
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.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/peazip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |