Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2015 19:09:49 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404183 - head/archivers/peazip
Message-ID:  <201512211909.tBLJ9n5r070040@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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