Bug 158538 - [PATCH] fix misc/upclient to build using clang
Summary: [PATCH] fix misc/upclient to build using clang
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-30 21:40 UTC by Niclas Zeising
Modified: 2011-07-10 19:50 UTC (History)
0 users

See Also:


Attachments
misc.upclient.clangfix.diff (525 bytes, patch)
2011-06-30 21:40 UTC, Niclas Zeising
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Niclas Zeising 2011-06-30 21:40:07 UTC

Fix: Attached patch makes misc/upclient build using clang.
Comment 1 Chris Rees freebsd_committer freebsd_triage 2011-06-30 21:45:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-07-10 19:42:58 UTC
crees       2011-07-10 18:42:49 UTC

  FreeBSD ports repository

  Modified files:
    misc/upclient        Makefile 
  Log:
  - Fix build with clang
  - Remove extraneous newlines
  
  PR:             ports/158538
  Submitted by:   Niclas Zeising <niclas.zeising@gmail.com>
  Approved by:    rene (mentor, implicit)
  
  Revision  Changes    Path
  1.39      +2 -2      ports/misc/upclient/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 3 Chris Rees freebsd_committer freebsd_triage 2011-07-10 19:43:13 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!