Summary: | audio/deadbeef: build fails on -CURRENT | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Roman Bogorodskiy <novel> | ||||
Component: | Individual Port(s) | Assignee: | Veniamin Gvozdikov <vg> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | emaste, vg | ||||
Priority: | --- | Flags: | novel:
maintainer-feedback?
(vg) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
See Also: |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199427 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258820 |
||||||
Attachments: |
|
Description
Roman Bogorodskiy
![]() ![]() Created attachment 160595 [details] disable static libs Adding a part that add '--disable-static' to configure args and drops static libs from the plist. Upstream suggested it's a safe thing to do: https://github.com/Alexey-Yakovenko/deadbeef/issues/1255#issuecomment-134326260 and it fixes build on -CURRENT for me. Ok. Commit it. A commit references this bug: Author: novel Date: Tue Sep 1 17:12:32 UTC 2015 New revision: 395786 URL: https://svnweb.freebsd.org/changeset/ports/395786 Log: Deadbeef creates ar-inside-ar during the build and that causes build failure on -CURRENT because strip cannot handle this. As it was confirmed by upstream that it's safe to disable static libs [1], do and and fix build on -CURRENT. Drop static libs from plist and bump PORTREVISION. 1: https://github.com/Alexey-Yakovenko/deadbeef/issues/1255 PR: 202573 Approved by: vg (maintainer) Changes: head/audio/deadbeef/Makefile head/audio/deadbeef/pkg-plist Done, thanks! *** Bug 199319 has been marked as a duplicate of this bug. *** |