Ticket #22921: nfdump.diff
File nfdump.diff, 2.3 KB (added by ryandesign (Ryan Carsten Schmidt), 15 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name nfdump 6 version 1.5.6 7 revision 4 6 version 1.5.8 8 7 categories net 9 8 maintainers markd 9 license BSD 10 10 platforms darwin 11 11 12 12 description Part of the NfSen project, the nfdump tools are command-line programs to \ … … 15 15 16 16 homepage http://nfdump.sourceforge.net/ 17 17 master_sites sourceforge 18 distfiles ${distname}.tar.gz 19 checksums md5 2fb8b467cceb6f43bac5da4be8bed771 18 checksums md5 f314513652df18259f8303c542918cbb \ 19 sha1 73a18f3eabb7f928d8ed9c2a305914c953f9457e \ 20 rmd160 3b91874088cec70eae697fa45f9e8c2832da43b9 20 21 21 22 patchfiles patch-configure \ 22 patch-Makefile.in \23 23 patch-ft2nfdump.c 24 24 25 25 depends_lib port:rrdtool … … 29 29 --with-rrdpath=${prefix} 30 30 31 31 post-destroot { 32 xinstall - m 640 -d ${destroot}${prefix}/share/doc/${name}33 xinstall -m 64 0 -W ${worksrcpath} INSTALL README ChangeLogToDo \32 xinstall -d ${destroot}${prefix}/share/doc/${name} 33 xinstall -m 644 -W ${worksrcpath} BSD-license.txt ChangeLog README ToDo \ 34 34 ${destroot}${prefix}/share/doc/${name} 35 35 } 36 36 … … 41 41 42 42 } 43 43 44 livecheck.regex {(?i)<title>stable nfdump-(.*) released.*</title>} -
files/patch-configure
1 --- configure.org 200 7-10-14 23:34:23.000000000 -07002 +++ configure 200 8-02-15 14:12:58.000000000 -08003 @@ -3 971,7 +3971,7 @@1 --- configure.org 2009-04-17 07:08:20.000000000 -0500 2 +++ configure 2009-12-16 23:28:17.000000000 -0600 3 @@ -3208,7 +3208,7 @@ 4 4 fi 5 5 6 6 if test -d "$WHERE_FTPATH"; then … … 9 9 { { echo "$as_me:$LINENO: error: ftlib.h file not found in flow-tools directory '$WHERE_FTPATH'. Use --with-ftpath=PATH" >&5 10 10 echo "$as_me: error: ftlib.h file not found in flow-tools directory '$WHERE_FTPATH'. Use --with-ftpath=PATH" >&2;} 11 11 { (exit 1); exit 1; }; } 12 @@ -3 981,7 +3981,7 @@12 @@ -3218,7 +3218,7 @@ 13 13 echo "$as_me: error: libft.a not found in flow-tools directory '$WHERE_FTPATH'. Build flow tools first" >&2;} 14 14 { (exit 1); exit 1; }; } 15 15 fi