Bug 230223 - audio/xmms-gbsplay: Remove gcc dependency
Summary: audio/xmms-gbsplay: Remove gcc dependency
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: Emanuel Haupt
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2018-07-31 05:25 UTC by Tobias Kortkamp
Modified: 2018-07-31 06:38 UTC (History)
1 user (show)

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


Attachments
xmms-gbsplay.diff (709 bytes, patch)
2018-07-31 05:25 UTC, Tobias Kortkamp
no flags Details | Diff
xmms-gbsplay.diff (709 bytes, patch)
2018-07-31 05:34 UTC, Tobias Kortkamp
tobik: maintainer-approval? (ehaupt)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Kortkamp freebsd_committer freebsd_triage 2018-07-31 05:25:08 UTC
Created attachment 195672 [details]
xmms-gbsplay.diff

With Clang all configure checks fail because of
```
/tmp/configure.HxsR8bN3Ej/cc.c:2:5: error: first parameter of 'main' (argument count) must be of type 'int'
int main(char argc, char **argv) {
    ^
1 error generated.
```
But this is luckily easy to fix.
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2018-07-31 05:34:15 UTC
Created attachment 195676 [details]
xmms-gbsplay.diff

Rebase after ports r475857
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2018-07-31 06:38:07 UTC
Committed, thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-07-31 06:38:40 UTC
A commit references this bug:

Author: ehaupt
Date: Tue Jul 31 06:38:00 UTC 2018
New revision: 475971
URL: https://svnweb.freebsd.org/changeset/ports/475971

Log:
  - Remove gcc dependency
  - Pacify portlint

  PR:		230223
  Submitted by:	tobik

Changes:
  head/audio/xmms-gbsplay/Makefile