| Summary: | Fix port: net/mDNSResponder | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Hiroki Sato <hrs> | ||||
| Component: | Individual Port(s) | Assignee: | Alfred Perlstein <alfred> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | alfred | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->alfred Over to maintainer. State Changed From-To: open->closed Fixed on 2004-03-19 |
Remove the BROKEN line in the case of ${OSVERSION} < 500000 or !i386 or !ia64. The changes include: 1) FreeBSD 4.x has no stdint.h so it has been #ifdef'd, 2) "mDNSs32" and "mDNSu32" have been typedef'd with "int," not "long" for LP64 architectures. As far as I can check it can be compiled on sparc64, ia64, and i386(4.x and 5.x) now. How-To-Repeat: N/A