Bug 51696 - [PATCH] for making www/crawl compile
Summary: [PATCH] for making www/crawl compile
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: Pete Fritchman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-02 21:00 UTC by Rui Lopes
Modified: 2003-05-05 04:16 UTC (History)
1 user (show)

See Also:


Attachments
Makefile.diff (1.13 KB, patch)
2003-05-02 21:00 UTC, Rui Lopes
no flags Details | Diff
file.diff (226 bytes, patch)
2003-05-02 21:00 UTC, Rui Lopes
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rui Lopes 2003-05-02 21:00:26 UTC
Patch for making www/crawl compile.  I also add crawl.conf into user example
directory.

gcc outputs many warnings about __FUNCTION__ usage, i.e.:

http.c:1012: warning: concatenation of string literals with __FUNCTION__ is deprecated

I added a simple cludge for hidding them.
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2003-05-02 21:12:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->petef

My port.
Comment 2 Pete Fritchman freebsd_committer freebsd_triage 2003-05-05 04:16:12 UTC
State Changed
From-To: open->closed

Committed, thanks.