Bug 220956 - audio/lash: Fixed.pc file: removed Requires line, added missing USE statements
Summary: audio/lash: Fixed.pc file: removed Requires line, added missing USE statements
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: freebsd-ports-bugs (Nobody)
URL:
Keywords: needs-qa, patch
Depends on:
Blocks:
 
Reported: 2017-07-24 01:45 UTC by Yuri Victorovich
Modified: 2017-08-18 14:18 UTC (History)
0 users

See Also:
koobs: merge-quarterly?


Attachments
patch (1.81 KB, patch)
2017-07-24 01:45 UTC, Yuri Victorovich
koobs: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2017-07-24 01:45:18 UTC
Created attachment 184646 [details]
patch

* Removed Requires in .pc because it causes pkg-config to pass jack libraries to users that users don't need
* Added USE_GNOME=     gdkpixbuf2 cairo
* PYTHON_CONFIGURE_ENABLE=pylash - pylash is still broken as before.

QAs:
* pourdiere
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2017-07-24 02:33:59 UTC
Comment on attachment 184646 [details]
patch

Port has no maintainer, implicit approval (pending QA)
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-08-18 14:16:21 UTC
A commit references this bug:

Author: swills
Date: Fri Aug 18 14:15:45 UTC 2017
New revision: 448233
URL: https://svnweb.freebsd.org/changeset/ports/448233

Log:
  audio/lash: Fixed.pc file: removed Requires line, added missing USE statements

  * Removed Requires in .pc because it causes pkg-config to pass jack libraries
    to users that users don't need
  * Add needed USE_GNOME=gdkpixbuf2 cairo
  * PYTHON_CONFIGURE_ENABLE=pylash - pylash is still broken as before.

  PR:		220956
  Submitted by:	Yuri Victorovich <yuri@rawbw.com>

Changes:
  head/audio/lash/Makefile
  head/audio/lash/files/patch-lash-1.0.pc.in
Comment 3 Steve Wills freebsd_committer freebsd_triage 2017-08-18 14:18:10 UTC
Committed, thanks!