Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2018 09:52:47 +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: r462578 - in head: archivers/peazip cad/zcad editors/coedit russian/emkatic x11-fm/doublecmd
Message-ID:  <201802220952.w1M9qlk7094450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Feb 22 09:52:47 2018
New Revision: 462578
URL: https://svnweb.freebsd.org/changeset/ports/462578

Log:
  Fix build by adding chm to USE_FPC
  
  Reported by:	pkg-fallout

Modified:
  head/archivers/peazip/Makefile
  head/cad/zcad/Makefile
  head/editors/coedit/Makefile
  head/russian/emkatic/Makefile
  head/x11-fm/doublecmd/Makefile

Modified: head/archivers/peazip/Makefile
==============================================================================
--- head/archivers/peazip/Makefile	Thu Feb 22 09:49:47 2018	(r462577)
+++ head/archivers/peazip/Makefile	Thu Feb 22 09:52:47 2018	(r462578)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	lazbuild:editors/lazarus \
 		fpcres:lang/fpc-utils
 
 USES=		dos2unix zip
-USE_FPC=	cairo fcl-base fcl-image pasjpeg rtl-objpas x11
+USE_FPC=	cairo chm fcl-base fcl-image pasjpeg rtl-objpas x11
 USE_GNOME=	#
 
 SUB_FILES=	pea pealauncher peazip

Modified: head/cad/zcad/Makefile
==============================================================================
--- head/cad/zcad/Makefile	Thu Feb 22 09:49:47 2018	(r462577)
+++ head/cad/zcad/Makefile	Thu Feb 22 09:52:47 2018	(r462578)
@@ -14,7 +14,7 @@ COMMENT=	Simple CAD program
 BUILD_DEPENDS=	lazbuild:editors/lazarus
 
 USES=		tar:xz
-USE_FPC=	cairo fcl-base fcl-image fcl-json fcl-stl fcl-xml opengl \
+USE_FPC=	cairo chm fcl-base fcl-image fcl-json fcl-stl fcl-xml opengl \
 		pasjpeg rtl-extra rtl-objpas x11
 
 LAZARUS_VER=	1.8.0

Modified: head/editors/coedit/Makefile
==============================================================================
--- head/editors/coedit/Makefile	Thu Feb 22 09:49:47 2018	(r462577)
+++ head/editors/coedit/Makefile	Thu Feb 22 09:52:47 2018	(r462578)
@@ -26,7 +26,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	BBasile
 GH_PROJECT=	Coedit
 
-USE_FPC=	cairo fcl-base fcl-db fcl-image fcl-json fcl-net fcl-registry \
+USE_FPC=	cairo chm fcl-base fcl-db fcl-image fcl-json fcl-net fcl-registry \
 		fcl-stl fcl-web fcl-xml numlib openssl pasjpeg rtl-objpas \
 		regexpr rtl-extra x11
 

Modified: head/russian/emkatic/Makefile
==============================================================================
--- head/russian/emkatic/Makefile	Thu Feb 22 09:49:47 2018	(r462577)
+++ head/russian/emkatic/Makefile	Thu Feb 22 09:52:47 2018	(r462578)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING.txt
 BUILD_DEPENDS=	lazbuild:editors/lazarus \
 		fpcres:lang/fpc-utils
 
-USE_FPC=	cairo fcl-base fcl-image fcl-json fcl-xml pasjpeg rtl-extra x11
+USE_FPC=	cairo chm fcl-base fcl-image fcl-json fcl-xml pasjpeg rtl-extra x11
 
 PROJECT_FILE=	emkatic.lpi
 LAZARUS_VER=	1.8.0

Modified: head/x11-fm/doublecmd/Makefile
==============================================================================
--- head/x11-fm/doublecmd/Makefile	Thu Feb 22 09:49:47 2018	(r462577)
+++ head/x11-fm/doublecmd/Makefile	Thu Feb 22 09:52:47 2018	(r462578)
@@ -22,7 +22,7 @@ BUILD_DEPENDS=	lazbuild:editors/lazarus \
 PORTDOCS=	*
 
 USES=		dos2unix desktop-file-utils
-USE_FPC=	cairo fcl-base fcl-db fcl-image fcl-json fcl-registry \
+USE_FPC=	cairo chm fcl-base fcl-db fcl-image fcl-json fcl-registry \
 		fcl-xml iconvenc pasjpeg rtl-extra x11 regexpr
 USE_XORG=	x11
 DOS2UNIX_FILES=	src/dmhelpmanager.pas



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