Bug 167231 - [PATCH] www/clearsilver: Fix build with clang
Summary: [PATCH] www/clearsilver: Fix 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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-23 17:10 UTC by Baptiste Daroussin
Modified: 2012-05-07 18:00 UTC (History)
1 user (show)

See Also:


Attachments
clearsilver-0.10.5.patch (30.68 KB, patch)
2012-04-23 17:10 UTC, Baptiste Daroussin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Baptiste Daroussin freebsd_committer freebsd_triage 2012-04-23 17:10:10 UTC
Fix build with clang

Added file(s):
- files/patch-cgi__cgi.c
- files/patch-cgi__html.c
- files/patch-cgi__rfc2388.c
- files/patch-cs__csparse.c
- files/patch-cs__cstest.c
- files/patch-util__dict.c
- files/patch-util__neo_files.c
- files/patch-util__neo_hash.c
- files/patch-util__neo_hdf.c
- files/patch-util__neo_net.c
- files/patch-util__neo_server.c
- files/patch-util__neo_str.c
- files/patch-util__skiplist.c
- files/patch-util__ulist.c
- files/patch-util__ulocks.c

Port maintainer (clsung@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: CVS)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-23 17:10:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-07 17:50:32 UTC
bapt        2012-05-07 16:50:18 UTC

  FreeBSD ports repository

  Added files:
    www/clearsilver/files patch-cgi__cgi.c patch-cgi__html.c 
                          patch-cgi__rfc2388.c patch-cs__csparse.c 
                          patch-cs__cstest.c patch-util__dict.c 
                          patch-util__neo_files.c 
                          patch-util__neo_hash.c 
                          patch-util__neo_hdf.c 
                          patch-util__neo_net.c 
                          patch-util__neo_server.c 
                          patch-util__neo_str.c 
                          patch-util__skiplist.c 
                          patch-util__ulist.c patch-util__ulocks.c 
  Log:
  Fix build with clang
  
  PR:             ports/167231
  Submitted by:   bapt
  Approved by:    maintainer timeout (14d)
  
  Revision  Changes    Path
  1.1       +34 -0     ports/www/clearsilver/files/patch-cgi__cgi.c (new)
  1.1       +29 -0     ports/www/clearsilver/files/patch-cgi__html.c (new)
  1.1       +91 -0     ports/www/clearsilver/files/patch-cgi__rfc2388.c (new)
  1.1       +149 -0    ports/www/clearsilver/files/patch-cs__csparse.c (new)
  1.1       +11 -0     ports/www/clearsilver/files/patch-cs__cstest.c (new)
  1.1       +47 -0     ports/www/clearsilver/files/patch-util__dict.c (new)
  1.1       +11 -0     ports/www/clearsilver/files/patch-util__neo_files.c (new)
  1.1       +38 -0     ports/www/clearsilver/files/patch-util__neo_hash.c (new)
  1.1       +83 -0     ports/www/clearsilver/files/patch-util__neo_hdf.c (new)
  1.1       +160 -0    ports/www/clearsilver/files/patch-util__neo_net.c (new)
  1.1       +29 -0     ports/www/clearsilver/files/patch-util__neo_server.c (new)
  1.1       +20 -0     ports/www/clearsilver/files/patch-util__neo_str.c (new)
  1.1       +36 -0     ports/www/clearsilver/files/patch-util__skiplist.c (new)
  1.1       +27 -0     ports/www/clearsilver/files/patch-util__ulist.c (new)
  1.1       +11 -0     ports/www/clearsilver/files/patch-util__ulocks.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 Baptiste Daroussin freebsd_committer freebsd_triage 2012-05-07 17:52:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!