Bug 218269 - [PATCH] textproc/p5-Getopt-Lucid: RUN_DEPENDS unintended side effects
Summary: [PATCH] textproc/p5-Getopt-Lucid: RUN_DEPENDS unintended side effects
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Frederic Culot
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-03-31 16:47 UTC by Andreas Hollmann
Modified: 2017-04-19 14:05 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (culot)


Attachments
Simple fix (569 bytes, patch)
2017-03-31 16:47 UTC, Andreas Hollmann
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!