Index: head/net/spoofer/Makefile =================================================================== --- head/net/spoofer/Makefile (revision 416469) +++ head/net/spoofer/Makefile (revision 416470) @@ -1,42 +1,43 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= spoofer PORTVERSION= 1.0.1 CATEGORIES= net MASTER_SITES= http://www.caida.org/projects/spoofer/downloads/ MAINTAINER= jadawin@FreeBSD.org COMMENT= Spoofer Project testing software LICENSE= GPLv3 BUILD_DEPENDS= protoc:devel/protobuf LIB_DEPENDS= libprotobuf-lite.so:devel/protobuf PORTDOCS= README +USES= compiler:c++11-lib GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-development OPTIONS_DEFINE= DOCS GUI OPTIONS_DEFAULT= GUI OPTIONS_SUB= yes .include .if ${PORT_OPTIONS:MGUI} USE_QT5= buildtools_build qmake_build core network gui widgets USE_GL+= gl USE_RC_SUBR= ${PORTNAME} .else CONFIGURE_ARGS+= --disable-manager .endif do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/net/spoofer/files/patch-manager_Makefile.in =================================================================== --- head/net/spoofer/files/patch-manager_Makefile.in (nonexistent) +++ head/net/spoofer/files/patch-manager_Makefile.in (revision 416470) @@ -0,0 +1,11 @@ +--- manager/Makefile.in.orig 2016-05-25 00:53:19 UTC ++++ manager/Makefile.in +@@ -421,7 +421,7 @@ uninstall: manager.mak + $@ + + manager.mak: $(srcdir)/manager.pro +- $(QMAKE) $< ++ $(QMAKE) QMAKE_CC="${CC}" QMAKE_CXX="${CXX}" QMAKE_LINK_C="${CC}" QMAKE_LINK_C_SHLIB="${CC}" QMAKE_LINK="${CXX}" QMAKE_LINK_SHLIB="${CXX}" QMAKE_CFLAGS="${CFLAGS}" QMAKE_CXXFLAGS="${CXXFLAGS}" QMAKE_LFLAGS="${LDFLAGS}" QMAKE_LIBS="${LIBS}" QMAKE_CFLAGS_DEBUG="" QMAKE_CFLAGS_RELEASE="" QMAKE_CXXFLAGS_DEBUG="" QMAKE_CXXFLAGS_RELEASE="" $< + + dist-hook: + @unfound=""; \ Property changes on: head/net/spoofer/files/patch-manager_Makefile.in ___________________________________________________________________ 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/net/spoofer/files/patch-manager_common_common.h =================================================================== --- head/net/spoofer/files/patch-manager_common_common.h (nonexistent) +++ head/net/spoofer/files/patch-manager_common_common.h (revision 416470) @@ -0,0 +1,10 @@ +--- manager/common/common.h.orig 2016-05-18 18:09:39 UTC ++++ manager/common/common.h +@@ -23,6 +23,7 @@ + + #include "port.h" + #include ++#include + + #define QT_NO_CAST_FROM_ASCII + #include Property changes on: head/net/spoofer/files/patch-manager_common_common.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