Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2016 02:09:49 +0000 (UTC)
From:      Stephen Hurd <shurd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415470 - head/comms/cqrlog
Message-ID:  <201605190209.u4J29nmm020947@repo.freebsd.org>

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



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