svn commit: r415470 - head/comms/cqrlog

Stephen Hurd shurd at FreeBSD.org
Thu May 19 02:09:50 UTC 2016


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


More information about the svn-ports-head mailing list