Bug 235001 - x11-themes/kf5-breeze-icons fails when WITH_DEBUG is used
Summary: x11-themes/kf5-breeze-icons fails when WITH_DEBUG is used
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-16 16:02 UTC by Dwayne MacKinnon
Modified: 2019-01-16 19:50 UTC (History)
1 user (show)

See Also:
tcberner: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dwayne MacKinnon 2019-01-16 16:02:45 UTC
On 2019-01-15 I attempted to update my KDE Frameworks to 5.54.0. The Poudriere build failed due to plist errors on kf5-icons-breeze. The following problems were listed:

=======================<phase: package        >============================
===>  Building package for kf5-breeze-icons-5.54.0
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-themes/kf5-breeze-icons/work/stage/usr/local/share/icons/breeze-dark/preferences/32/preferences-debugnotes.svg:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-themes/kf5-breeze-icons/work/stage/usr/local/share/icons/breeze-dark/preferences/32/yast-debug-notes.svg:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-themes/kf5-breeze-icons/work/stage/usr/local/share/icons/breeze/preferences/32/preferences-debugnotes.svg:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-themes/kf5-breeze-icons/work/stage/usr/local/share/icons/breeze/preferences/32/yast-debug-notes.svg:No such file or directory
*** Error code 1

As I noticed that all the missing files mentioned "debug", I modified my make.conf so that WITH_DEBUG would not be applied to kf5-icons-breeze. After that change the port built perfectly.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-16 19:50:11 UTC
A commit references this bug:

Author: tcberner
Date: Wed Jan 16 19:49:49 UTC 2019
New revision: 490506
URL: https://svnweb.freebsd.org/changeset/ports/490506

Log:
  x11-themes/kf5-breeze-icons: fix bad plist-subs

  PR:		235001
  Reported by:	Dwayne MacKinnon <dmk@ncf.ca>

Changes:
  head/x11-themes/kf5-breeze-icons/pkg-plist
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2019-01-16 19:50:33 UTC
Sorry for that :) -- it's fixed now.