Index: head/security/doscan/Makefile =================================================================== --- head/security/doscan/Makefile (revision 478307) +++ head/security/doscan/Makefile (revision 478308) @@ -1,37 +1,38 @@ # Created by: Janos.Mohacsi@bsd.hu # $FreeBSD$ PORTNAME= doscan PORTVERSION= 0.3.3 PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://static.enyo.de/fw/releases/doscan/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to quickly scan your network for machines listening on a TCP port LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpcre.so:devel/pcre GNU_CONFIGURE= yes USES= gmake +USE_CXXSTD= gnu++98 PORTDOCS= README PLIST_FILES= bin/doscan man/man1/doscan.1.gz OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|ony o|on yo|' \ ${WRKSRC}/doc/doscan.1 post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/security/doscan/files/patch-Makefile.in =================================================================== --- head/security/doscan/files/patch-Makefile.in (nonexistent) +++ head/security/doscan/files/patch-Makefile.in (revision 478308) @@ -0,0 +1,17 @@ +--- Makefile.in.orig 2014-10-22 17:14:35 UTC ++++ Makefile.in +@@ -85,12 +85,12 @@ stamp-dir : + echo timestamp > stamp-dir + + src/%.o : $(srcdir)/src/%.cc +- $(CXX) $(CFLAGS) $(PCRE_CFLAGS) $(INCLUDES) \ ++ $(CXX) $(CXXFLAGS) $(PCRE_CFLAGS) $(INCLUDES) \ + -MMD -MF $(patsubst %.o,%.d, $@) \ + -c -o $@ $< + + src/%.o : src/%.cc +- $(CXX) $(CFLAGS) $(PCRE_CFLAGS) $(INCLUDES) \ ++ $(CXX) $(CXXFLAGS) $(PCRE_CFLAGS) $(INCLUDES) \ + -MMD -MF $(patsubst %.o,%.d, $@) \ + -c -o $@ $< + Property changes on: head/security/doscan/files/patch-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