| Summary: | Can't get the OpenSSH port to compile under a RELENG_3 system | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | chris <chris> |
| Component: | Individual Port(s) | Assignee: | Brian Feldman <green> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
chris
2000-03-19 19:30:01 UTC
This is a bug in patches/patch-ac . socklen_t is *not* a u_int32_t on 3.x . Change u_int32_t to int and you should be fine. Bill See also: ports/17312 Responsible Changed From-To: freebsd-ports->green Over to MAINTAINER. State Changed From-To: open->closed patch/patch-ac was fixed, thanks. |