Index: head/sysutils/pflogx/Makefile =================================================================== --- head/sysutils/pflogx/Makefile (revision 457358) +++ head/sysutils/pflogx/Makefile (revision 457359) @@ -1,41 +1,39 @@ # Created by: clsung # $FreeBSD$ PORTNAME= pflogx PORTVERSION= 0.86 CATEGORIES= sysutils MASTER_SITES= http://akldev.free.fr/pflogx/releases/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= Simple tool to export pf (packet filter) logs to XML files LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_sparc64= cannot compile: error in C++ code - WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= EXPAT DOCS EXAMPLES EXPAT_DESC= Ability to merge new events (require expat) EXPAT_LIB_DEPENDS= libexpat.so:textproc/expat2 EXPAT_MAKE_ARGS= -DWITH_EXPAT \ EXPAT_INCLUDEDIR=${LOCALBASE}/include \ EXPAT_LIBDIR=${LOCALBASE}/lib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/pflogx ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/dtd/* ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/xsl/* ${STAGEDIR}${EXAMPLESDIR} .include Index: head/sysutils/pflogx/files/patch-include__Options.h =================================================================== --- head/sysutils/pflogx/files/patch-include__Options.h (revision 457358) +++ head/sysutils/pflogx/files/patch-include__Options.h (nonexistent) @@ -1,10 +0,0 @@ ---- include/Options.h.orig 2006-04-25 19:13:29 UTC -+++ include/Options.h -@@ -33,6 +33,7 @@ - - #include - #include -+#include - - using namespace std; - Property changes on: head/sysutils/pflogx/files/patch-include__Options.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/pflogx/files/patch-include_LogEntry.h =================================================================== --- head/sysutils/pflogx/files/patch-include_LogEntry.h (nonexistent) +++ head/sysutils/pflogx/files/patch-include_LogEntry.h (revision 457359) @@ -0,0 +1,10 @@ +--- include/LogEntry.h.orig 2006-04-16 13:43:43 UTC ++++ include/LogEntry.h +@@ -36,7 +36,6 @@ + #include + #include + #include +-#include + #include + + using namespace std; Property changes on: head/sysutils/pflogx/files/patch-include_LogEntry.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/pflogx/files/patch-include_LogParser.h =================================================================== --- head/sysutils/pflogx/files/patch-include_LogParser.h (nonexistent) +++ head/sysutils/pflogx/files/patch-include_LogParser.h (revision 457359) @@ -0,0 +1,10 @@ +--- include/LogParser.h.orig 2006-04-16 13:45:17 UTC ++++ include/LogParser.h +@@ -35,7 +35,6 @@ + #include + #include + #include +-#include + #include + #include + #include Property changes on: head/sysutils/pflogx/files/patch-include_LogParser.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/pflogx/files/patch-include_Options.h =================================================================== --- head/sysutils/pflogx/files/patch-include_Options.h (nonexistent) +++ head/sysutils/pflogx/files/patch-include_Options.h (revision 457359) @@ -0,0 +1,10 @@ +--- include/Options.h.orig 2006-04-25 19:13:29 UTC ++++ include/Options.h +@@ -33,6 +33,7 @@ + + #include + #include ++#include + + using namespace std; + Property changes on: head/sysutils/pflogx/files/patch-include_Options.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/pflogx/files/patch-src_CmdLineParser.cpp =================================================================== --- head/sysutils/pflogx/files/patch-src_CmdLineParser.cpp (nonexistent) +++ head/sysutils/pflogx/files/patch-src_CmdLineParser.cpp (revision 457359) @@ -0,0 +1,10 @@ +--- src/CmdLineParser.cpp.orig 2006-05-08 10:21:40 UTC ++++ src/CmdLineParser.cpp +@@ -31,6 +31,7 @@ + #include "CmdLineParser.h" + #include "LogEntry.h" + #include "StrTools.h" ++#include + #include + #include + Property changes on: head/sysutils/pflogx/files/patch-src_CmdLineParser.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/pflogx/files/patch-src_LogEntryFormat.cpp =================================================================== --- head/sysutils/pflogx/files/patch-src_LogEntryFormat.cpp (nonexistent) +++ head/sysutils/pflogx/files/patch-src_LogEntryFormat.cpp (revision 457359) @@ -0,0 +1,10 @@ +--- src/LogEntryFormat.cpp.orig 2006-05-08 10:23:07 UTC ++++ src/LogEntryFormat.cpp +@@ -34,6 +34,7 @@ + #include + #include + #include ++#include + + + #define STATIC_BUFFER_LEN 128 Property changes on: head/sysutils/pflogx/files/patch-src_LogEntryFormat.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/pflogx/files/patch-src_LogEntryParser.cpp =================================================================== --- head/sysutils/pflogx/files/patch-src_LogEntryParser.cpp (nonexistent) +++ head/sysutils/pflogx/files/patch-src_LogEntryParser.cpp (revision 457359) @@ -0,0 +1,10 @@ +--- src/LogEntryParser.cpp.orig 2006-04-25 19:22:42 UTC ++++ src/LogEntryParser.cpp +@@ -35,6 +35,7 @@ + #include + #include + #include ++#include + + + Property changes on: head/sysutils/pflogx/files/patch-src_LogEntryParser.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property