From owner-svn-ports-head@freebsd.org Thu Feb 22 09:52:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D73BF1A672; Thu, 22 Feb 2018 09:52:48 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50CE07887B; Thu, 22 Feb 2018 09:52:48 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B3722610E; Thu, 22 Feb 2018 09:52:48 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1M9qmSx094455; Thu, 22 Feb 2018 09:52:48 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1M9qlk7094450; Thu, 22 Feb 2018 09:52:47 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802220952.w1M9qlk7094450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 22 Feb 2018 09:52:47 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: archivers/peazip cad/zcad editors/coedit russian/emkatic x11-fm/doublecmd X-SVN-Commit-Revision: 462578 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2018 09:52:48 -0000 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