Bug 158100

Summary: [PATCH] fix sysutils/afio to compile using clang
Product: Ports & Packages Reporter: Niclas Zeising <niclas.zeising>
Component: Individual Port(s)Assignee: Chris Rees <crees>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
sysutils.afio.clangfix.diff
none
sysutils.afio.clangfix.diff none

Description Niclas Zeising 2011-06-21 11:00:19 UTC
	sysutils/afio doesn't build with clang, it hardcodes ${CC} as cc.

Fix: Attached patch fixes so that ${CC} isn't hardcoded any more.
Comment 1 Chris Rees freebsd_committer freebsd_triage 2011-06-21 17:39:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

I'll take it.
Comment 2 Chris Rees 2011-06-29 18:41:19 UTC
Hi Niclas,

Sorry about the delayed response.

Your patch does a lot more than just fix CC=gcc, what else is involved 
there? I'm having a hard time reading it, though maybe I'm just tired.

Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Comment 3 Chris Rees freebsd_committer freebsd_triage 2011-06-29 18:41:32 UTC
State Changed
From-To: open->feedback

Ask for submitter clarification
Comment 4 Niclas Zeising 2011-06-29 21:48:34 UTC
Hi!
I have no idea what happened with the last patch. Here is an updated,
much shorter, version. :)
Regards!
-- 
Niclas
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-07-03 20:02:22 UTC
crees       2011-07-03 19:02:08 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/afio        Makefile 
  Log:
  - Fix build with clang
  
  PR:             ports/158100
  Submitted by:   Niclas Zeising <niclas.zeising@gmail.com>
  Approved by:    rene (mentor)
  
  Revision  Changes    Path
  1.19      +4 -0      ports/sysutils/afio/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Chris Rees freebsd_committer freebsd_triage 2011-07-03 20:02:24 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!