Bug 51696

Summary: [PATCH] for making www/crawl compile
Product: Ports & Packages Reporter: Rui Lopes <rui>
Component: Individual Port(s)Assignee: Pete Fritchman <petef>
Status: Closed FIXED    
Severity: Affects Only Me CC: petef
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Makefile.diff
none
file.diff none

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.