| Summary: | fix for port net/priss for FreeBSD-5.0 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Richard Kiss <kiss> | ||||
| Component: | Individual Port(s) | Assignee: | Anders Nordby <anders> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Richard Kiss
2002-04-03 08:30:01 UTC
State Changed From-To: open->analyzed I'll handle this. Responsible Changed From-To: freebsd-ports->anders I'll handle this. Hi Richard.
I needed to modify your patch to this to make it compile on a
5.0-20020409-CURRENT:
--- QTFile/OSHeaders.h.orig Sat Apr 13 23:17:37 2002
+++ QTFile/OSHeaders.h Sat Apr 13 23:17:50 2002
@@ -69,6 +69,7 @@
/* Includes */
#include <sys/types.h>
+ #include <sys/param.h>
/* Constants */
#define QT_TIME_TO_LOCAL_TIME (-2082844800)
Is this OK with you?
Do you have another/local master site for Priss? www.streamingserver.org
is offline it seems.
Cheers,
--
Anders.
State Changed From-To: analyzed->closed Committed (with modifications), thanks! |