Bug 81671 - www/pserv does not compile after update to 3.3
Summary: www/pserv does not compile after update to 3.3
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-30 15:20 UTC by Vasil Dimov
Modified: 2005-05-30 17:36 UTC (History)
1 user (show)

See Also:


Attachments
pserv_fix.diff (3.05 KB, patch)
2005-05-30 15:20 UTC, Vasil Dimov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!