Date: Fri, 2 Jan 2009 17:40:03 GMT From: Volodymyr Kostyrko <c.kworr@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/130069: PATCH: flow-rptfmt in net-mgmt/flow-tools-ng does not work Message-ID: <200901021740.n02He398037289@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/130069; it has been noted by GNATS. From: Volodymyr Kostyrko <c.kworr@gmail.com> To: bug-followup@FreeBSD.org, mwlucas@blackhelicopters.org Cc: Subject: Re: ports/130069: PATCH: flow-rptfmt in net-mgmt/flow-tools-ng does not work Date: Fri, 02 Jan 2009 19:13:24 +0200 This is a multi-part message in MIME format. --------------010106020801090608060703 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sorry for late response. How about patching all other python/perl files? Try the attached patch please, however it's really a bit trivial... -- Sphinx of black quartz judge my vow. --------------010106020801090608060703 Content-Type: text/x-patch; name="flow-tools-ng.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="flow-tools-ng.diff" --- flow-tools-ng/Makefile 2008-11-17 00:36:39.000000000 +0200 +++ flow-tools-ng/Makefile 2009-01-02 17:58:34.304407395 +0200 @@ -7,6 +7,7 @@ PORTNAME= flow-tools PORTVERSION= 0.68.4 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMESUFFIX= -ng --- flow-tools-ng/files/patch-bin_flow-log2rrd 1970-01-01 03:00:00.000000000 +0300 +++ flow-tools-ng/files/patch-bin_flow-log2rrd 2009-01-02 17:53:13.719912661 +0200 @@ -0,0 +1,8 @@ +--- bin/flow-log2rrd 2009-01-02 17:32:21.588275331 +0200 ++++ bin/flow-log2rrd 2009-01-02 17:32:39.900713112 +0200 +@@ -1,4 +1,4 @@ +-#!/bin/env python ++#!/usr/bin/env python + + import getopt + import os --- flow-tools-ng/files/patch-bin_flow-rpt2rrd 1970-01-01 03:00:00.000000000 +0300 +++ flow-tools-ng/files/patch-bin_flow-rpt2rrd 2009-01-02 17:53:20.104061780 +0200 @@ -0,0 +1,8 @@ +--- bin/flow-rpt2rrd 2009-01-02 17:33:17.206602894 +0200 ++++ bin/flow-rpt2rrd 2009-01-02 17:33:22.376724684 +0200 +@@ -1,4 +1,4 @@ +-#!/bin/env python ++#!/usr/bin/env python + + import getopt + import os --- flow-tools-ng/files/patch-bin_flow-rptfmt 1970-01-01 03:00:00.000000000 +0300 +++ flow-tools-ng/files/patch-bin_flow-rptfmt 2009-01-02 17:53:26.763217105 +0200 @@ -0,0 +1,8 @@ +--- bin/flow-rptfmt 2009-01-02 17:33:38.775116046 +0200 ++++ bin/flow-rptfmt 2009-01-02 17:33:49.412371040 +0200 +@@ -1,4 +1,4 @@ +-#!/bin/env python ++#!/usr/bin/env python + + import sys + import string --- flow-tools-ng/files/patch-utils_asn2c 1970-01-01 03:00:00.000000000 +0300 +++ flow-tools-ng/files/patch-utils_asn2c 2009-01-02 17:53:37.399465539 +0200 @@ -0,0 +1,8 @@ +--- utils/asn2c 2009-01-02 17:43:39.817453768 +0200 ++++ utils/asn2c 2009-01-02 17:45:34.815184855 +0200 +@@ -1,4 +1,4 @@ +-#!/bin/env perl ++#!/usr/bin/env perl + + # + # converts internic netinfo/asn.txt to C code --- flow-tools-ng/files/patch-utils_gasn 1970-01-01 03:00:00.000000000 +0300 +++ flow-tools-ng/files/patch-utils_gasn 2009-01-02 17:53:43.364605409 +0200 @@ -0,0 +1,8 @@ +--- utils/gasn 2009-01-02 17:43:46.090603005 +0200 ++++ utils/gasn 2009-01-02 17:45:41.373337880 +0200 +@@ -1,4 +1,4 @@ +-#!/bin/env perl ++#!/usr/bin/env perl + + # + # converts internic netinfo/asn.txt to flow-tools <value> <name> format --- flow-tools-ng/files/patch-utils_gprot 1970-01-01 03:00:00.000000000 +0300 +++ flow-tools-ng/files/patch-utils_gprot 2009-01-02 17:53:51.323791774 +0200 @@ -0,0 +1,8 @@ +--- utils/gprot 2009-01-02 17:45:21.124863843 +0200 ++++ utils/gprot 2009-01-02 17:45:47.768487968 +0200 +@@ -1,4 +1,4 @@ +-#!/bin/env perl ++#!/usr/bin/env perl + + # + # convert unix /etc/{protocols} format to flow-tools --- flow-tools-ng/files/patch-utils_gserv 1970-01-01 03:00:00.000000000 +0300 +++ flow-tools-ng/files/patch-utils_gserv 2009-01-02 17:53:57.741940954 +0200 @@ -0,0 +1,8 @@ +--- utils/gserv 2009-01-02 17:45:25.461965099 +0200 ++++ utils/gserv 2009-01-02 17:45:52.473597407 +0200 +@@ -1,4 +1,4 @@ +-#!/bin/env perl ++#!/usr/bin/env perl + + # + # convert unix /etc/services format to flow-tools --------------010106020801090608060703--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901021740.n02He398037289>