Bug 218269

Summary: [PATCH] textproc/p5-Getopt-Lucid: RUN_DEPENDS unintended side effects
Product: Ports & Packages Reporter: Andreas Hollmann <andreas.hollmann>
Component: Individual Port(s)Assignee: Frederic Culot <culot>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (culot)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Simple fix none

Description Andreas Hollmann 2017-03-31 16:47:08 UTC
Created attachment 181360 [details]
Simple fix

Defining 'RUN_DEPENDS+=  ${BUILD_DEPENDS}' results in uninteded side effects in case of using ccache by defining WITH_CCACHE_BUILD=yes in your /etc/make.conf. 

ccache is added to BUILD_DEPENDS and ends up in RUN_DEPENDS.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-04-19 14:04:44 UTC
A commit references this bug:

Author: culot
Date: Wed Apr 19 14:04:23 UTC 2017
New revision: 438843
URL: https://svnweb.freebsd.org/changeset/ports/438843

Log:
  - Update to 1.08
  - Fix RUN_DEPENDS assignment [1]

  Changes:      http://search.cpan.org/dist/Getopt-Lucid/Changes
  PR:           218269 [1]
  Submitted by: Andreas Hollmann <andreas.hollmann@gmail.com>

Changes:
  head/textproc/p5-Getopt-Lucid/Makefile
  head/textproc/p5-Getopt-Lucid/distinfo
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2017-04-19 14:05:54 UTC
Applied, and also updated to latest version. Thanks!