Index: head/net/libbgpdump/Makefile =================================================================== --- head/net/libbgpdump/Makefile (revision 362864) +++ head/net/libbgpdump/Makefile (revision 362865) @@ -1,33 +1,33 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= libbgpdump PORTVERSION= 1.4.99.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.ris.ripe.net/source/bgpdump/ EXTRACT_SUFX= .tgz MAINTAINER= mjl@luckie.org.nz COMMENT= Analyzing dump files produced by Zebra/Quagga or MRT LICENSE= GPLv2 GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GCC= any OPTIONS_DEFINE= DOCS EXAMPLES do-install: @${INSTALL_PROGRAM} ${WRKSRC}/bgpdump ${STAGEDIR}${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/libbgpdump.* ${STAGEDIR}${PREFIX}/lib @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbgpdump.so .for i in bgpdump_attr.h bgpdump_formats.h bgpdump_lib.h @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/include .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/example.c ${STAGEDIR}${EXAMPLESDIR} .include Index: head/net/libbgpdump/files/patch-bgpdump.c =================================================================== --- head/net/libbgpdump/files/patch-bgpdump.c (nonexistent) +++ head/net/libbgpdump/files/patch-bgpdump.c (revision 362865) @@ -0,0 +1,13 @@ +--- bgpdump.c.old 2014-07-24 13:02:50.000000000 +0000 ++++ bgpdump.c 2014-07-24 13:03:27.000000000 +0000 +@@ -164,10 +164,6 @@ + exit(1); + } + +- // more efficient then line buffering +- char buffer[16000]; +- setbuffer(stdout, buffer, sizeof buffer); +- + BGPDUMP *my_dump = bgpdump_open_dump(argv[0]); + + do { Property changes on: head/net/libbgpdump/files/patch-bgpdump.c ___________________________________________________________________ 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