Bug 81671

Summary: www/pserv does not compile after update to 3.3
Product: Ports & Packages Reporter: Vasil Dimov <vd>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: ale
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
pserv_fix.diff none

Description Vasil Dimov 2005-05-30 15:20:01 UTC
www/pserv does not compile after being updated to 3.3.

handlers.c: In function `phpHandler':
handlers.c:452: error: `environ' undeclared (first use in this function)
handlers.c:452: error: (Each undeclared identifier is reported only once
handlers.c:452: error: for each function it appears in.)
handlers.c:452: error: `PATH_MATCH_STRING' undeclared (first use in this function)

This is quite obvious and is not environment-dependent.

Other errors that come with this update are that port was not
synchronized with new pserv.conf's location, resuling in
"config file not found" error at startup.

Related:
http://www.FreeBSD.org/cgi/query-pr.cgi?pr=80726
Comment 1 Oliver Lehmann freebsd_committer freebsd_triage 2005-05-30 17:36:43 UTC
State Changed
From-To: open->closed

Committed, Thanks!