Bug 235485

Summary: devel/nimble: Fix build cache location
Product: Ports & Packages Reporter: Neal Nelson <ports>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for change. none

Description Neal Nelson 2019-02-04 10:56:44 UTC
Created attachment 201712 [details]
Patch for change.

Building devel/nimble tries to create a build cache at /nonexistent, which poudriere quite rightly does not like. This patch fixes that so that the build cache is within WRKSRC.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-05 12:47:00 UTC
A commit references this bug:

Author: swills
Date: Tue Feb  5 12:46:16 UTC 2019
New revision: 492201
URL: https://svnweb.freebsd.org/changeset/ports/492201

Log:
  ddevel/nimble: Fix build cache location

  PR:		235485
  Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)

Changes:
  head/devel/nimble/Makefile
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-02-05 12:47:25 UTC
Committed, thanks!