Bug 230223

Summary: audio/xmms-gbsplay: Remove gcc dependency
Product: Ports & Packages Reporter: Tobias Kortkamp <tobik>
Component: Individual Port(s)Assignee: Emanuel Haupt <ehaupt>
Status: Closed FIXED    
Severity: Affects Only Me CC: ehaupt
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (ehaupt)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
xmms-gbsplay.diff
none
xmms-gbsplay.diff tobik: maintainer-approval? (ehaupt)

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