Bug 165218 - [PATCH] sysutils/e2fsprogs: fail to build with clang
Summary: [PATCH] sysutils/e2fsprogs: fail to build with 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: Matthias Andree
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-17 01:20 UTC by lichray
Modified: 2012-02-17 21:40 UTC (History)
0 users

See Also:


Attachments
e2fsprogs_fix_clang.patch (798 bytes, patch)
2012-02-17 01:20 UTC, lichray
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lichray 2012-02-17 01:20:09 UTC
	
	There is a statement which suppose to return a return code, but it returned void.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2012-02-17 05:12:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mandree

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-17 21:31:19 UTC
mandree     2012-02-17 21:31:06 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/e2fsprogs   Makefile 
  Added files:
    sysutils/e2fsprogs/files patch-lib_quota_quotaio.c 
  Log:
  Fix missing return value in lib/quota/quotaio.c.
  Fixes compilation with clang.
  
  Submitted by: Zhihao Yuan
  PR:           ports/165218
  
  Revision  Changes    Path
  1.75      +1 -1      ports/sysutils/e2fsprogs/Makefile
  1.1       +11 -0     ports/sysutils/e2fsprogs/files/patch-lib_quota_quotaio.c (new)
_______________________________________________
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 Matthias Andree freebsd_committer freebsd_triage 2012-02-17 21:33:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!