From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 2 01:40:06 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6FBA16A4CF for ; Fri, 2 Apr 2004 01:40:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 867A743D3F for ; Fri, 2 Apr 2004 01:40:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i329e6bv098866 for ; Fri, 2 Apr 2004 01:40:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i329e6jG098865; Fri, 2 Apr 2004 01:40:06 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 2 Apr 2004 01:40:06 -0800 (PST) Resent-Message-Id: <200404020940.i329e6jG098865@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, User Vfom Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73DF316A4CE for ; Fri, 2 Apr 2004 01:32:36 -0800 (PST) Received: from door.sicex.ru (door.sicex.ru [193.178.135.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id D069F43D58 for ; Fri, 2 Apr 2004 01:32:34 -0800 (PST) (envelope-from vfom@sicex.ru) Received: from cindy.office.sice.ru (cindy2.sice.ru [192.168.154.22]) by door.sicex.ru (8.12.11/8.12.8) with ESMTP id i329WRdg013346 for ; Fri, 2 Apr 2004 16:32:27 +0700 (NOVST) (envelope-from vfom@sicex.ru) Received: from ipsec.office.sice.ru (ipsec.office.sice.ru [192.168.10.208]) by cindy.office.sice.ru (8.10.2/8.10.2) with ESMTP id i329WRm00693 for ; Fri, 2 Apr 2004 16:32:27 +0700 Received: (from root@localhost) by ipsec.office.sice.ru (8.12.11/8.12.11/Submit) id i329WRa3054148; Fri, 2 Apr 2004 16:32:27 +0700 (NOVST) (envelope-from vfom) Message-Id: <200404020932.i329WRa3054148@ipsec.office.sice.ru> Date: Fri, 2 Apr 2004 16:32:27 +0700 (NOVST) From: User Vfom To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/65064: update port: net-mgmt/p5-Cflow - support for flow-tools data format X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Apr 2004 09:40:06 -0000 >Number: 65064 >Category: ports >Synopsis: update port: net-mgmt/p5-Cflow - support for flow-tools data format >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 02 01:40:06 PST 2004 >Closed-Date: >Last-Modified: >Originator: Viktor Fomichev >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD ipsec.office.sice.ru 4.9-STABLE FreeBSD 4.9-STABLE #1: Fri Apr 2 10:32:57 NOVST 2004 vfom@ipsec.office.sicex.ru:/usr/src/sys/compile/GROM.1cpu.usb i386 >Description: if net-mgmt/flow-tools port or package installed, enable support for flow-capture data format. >How-To-Repeat: >Fix: : diff -urN p5-Cflow.orig/Makefile p5-Cflow/Makefile --- p5-Cflow.orig/Makefile Mon Feb 23 16:33:19 2004 +++ p5-Cflow/Makefile Fri Apr 2 14:38:26 2004 @@ -14,6 +14,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Analyze raw flow files written by cflowd (Cisco NetFlow data) +.if exists(/usr/local/include/ftlib.h) && exists(/usr/local/lib/libft.a) +CFLAGS+= -I${PREFIX}/include -DOSU +CONFIGURE_ARGS+= \ + "LDDLFLAGS= -Wl,-E -shared -lperl -lm -L${PREFIX}/lib -lft -lz" \ + "INC= -I${PREFIX}/include" "LDLOADLIBS= -L${PREFIX}/lib -lft -lz" +.endif PERL_CONFIGURE= YES MAN1= flowdumper.1 >Release-Note: >Audit-Trail: >Unformatted: update port: net-mgmt/p5-Cflow - support for flow-tools data format From: Viktor Fomichev Reply-To: Viktor Fomichev Cc: X-send-pr-version: 3.113 X-GNATS-Notify: