From owner-svn-ports-head@freebsd.org Thu May 19 02:09:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1845EB4003F; Thu, 19 May 2016 02:09:50 +0000 (UTC) (envelope-from shurd@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 mx1.freebsd.org (Postfix) with ESMTPS id DD893169C; Thu, 19 May 2016 02:09:49 +0000 (UTC) (envelope-from shurd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4J29nN8020948; Thu, 19 May 2016 02:09:49 GMT (envelope-from shurd@FreeBSD.org) Received: (from shurd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4J29nmm020947; Thu, 19 May 2016 02:09:49 GMT (envelope-from shurd@FreeBSD.org) Message-Id: <201605190209.u4J29nmm020947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: shurd set sender to shurd@FreeBSD.org using -f From: Stephen Hurd Date: Thu, 19 May 2016 02:09:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415470 - head/comms/cqrlog X-SVN-Group: ports-head 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.22 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, 19 May 2016 02:09:50 -0000 Author: shurd Date: Thu May 19 02:09:48 2016 New Revision: 415470 URL: https://svnweb.freebsd.org/changeset/ports/415470 Log: Fix build under poudriere Poudriere doesn't make dependencies listed in BUILD_DEPENDS available during the patch phase. Add a PATCH_DEPENDS entry to work-around this issue. Modified: head/comms/cqrlog/Makefile Modified: head/comms/cqrlog/Makefile ============================================================================== --- head/comms/cqrlog/Makefile Thu May 19 00:05:28 2016 (r415469) +++ head/comms/cqrlog/Makefile Thu May 19 02:09:48 2016 (r415470) @@ -12,6 +12,7 @@ COMMENT= Amateur Radio logging applicati LICENSE= GPLv2 BUILD_DEPENDS= lazbuild:editors/lazarus +PATCH_DEPENDS= ${LAZARUS_DIR}/tools/lazres:editors/lazarus LIB_DEPENDS= libhamlib.so:comms/hamlib USE_GITHUB= yes