Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2018 23:10:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463097 - in head/editors: lazarus-lcl-qt lazarus-lcl-qt5
Message-ID:  <201802262310.w1QNArGn047267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Feb 26 23:10:53 2018
New Revision: 463097
URL: https://svnweb.freebsd.org/changeset/ports/463097

Log:
  Fix build by adding missing FPC units
  
  Reported by:	pkg-fallout

Modified:
  head/editors/lazarus-lcl-qt/Makefile
  head/editors/lazarus-lcl-qt5/Makefile

Modified: head/editors/lazarus-lcl-qt/Makefile
==============================================================================
--- head/editors/lazarus-lcl-qt/Makefile	Mon Feb 26 23:06:02 2018	(r463096)
+++ head/editors/lazarus-lcl-qt/Makefile	Mon Feb 26 23:10:53 2018	(r463097)
@@ -7,8 +7,8 @@ COMMENT=	Lazarus components library - QT backend
 
 BUILD_DEPENDS=	${LCL_UNITS_DIR}/alllclunits.ppu:editors/lazarus-lcl-units
 
-USE_FPC=	fcl-base fcl-db fcl-image fcl-registry fcl-res \
-		fcl-xml pasjpeg x11
+USE_FPC=	chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-res \
+		fcl-xml pasjpeg regexpr x11
 
 LCL_INTERFACE=	qt
 

Modified: head/editors/lazarus-lcl-qt5/Makefile
==============================================================================
--- head/editors/lazarus-lcl-qt5/Makefile	Mon Feb 26 23:06:02 2018	(r463096)
+++ head/editors/lazarus-lcl-qt5/Makefile	Mon Feb 26 23:10:53 2018	(r463097)
@@ -7,8 +7,8 @@ COMMENT=	Lazarus components library - QT5 backend
 
 BUILD_DEPENDS=	${LCL_UNITS_DIR}/alllclunits.ppu:editors/lazarus-lcl-units
 
-USE_FPC=	fcl-base fcl-db fcl-image fcl-registry fcl-res \
-		fcl-xml pasjpeg x11
+USE_FPC=	chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-res \
+		fcl-xml pasjpeg regexpr x11
 
 LCL_INTERFACE=	qt5
 



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