From owner-freebsd-ports-bugs Mon Feb 24 6:50:20 2003 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 77FA637B405 for ; Mon, 24 Feb 2003 06:50:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D430C43FAF for ; Mon, 24 Feb 2003 06:50:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1OEoDNS045748 for ; Mon, 24 Feb 2003 06:50:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1OEoDBS045747; Mon, 24 Feb 2003 06:50:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E1B437B401 for ; Mon, 24 Feb 2003 06:44:49 -0800 (PST) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id A22B843FAF for ; Mon, 24 Feb 2003 06:44:47 -0800 (PST) (envelope-from marck@woozle.rinet.ru) Received: from woozle.rinet.ru (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.6/8.12.6) with ESMTP id h1OEij8U050123 for ; Mon, 24 Feb 2003 17:44:45 +0300 (MSK) (envelope-from marck@woozle.rinet.ru) Received: (from marck@localhost) by woozle.rinet.ru (8.12.7/8.12.6/Submit) id h1OEij9i050122; Mon, 24 Feb 2003 17:44:45 +0300 (MSK) Message-Id: <200302241444.h1OEij9i050122@woozle.rinet.ru> Date: Mon, 24 Feb 2003 17:44:45 +0300 (MSK) From: Dmitry Morozovsky Reply-To: Dmitry Morozovsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48632: net/ehnt update (fetch during build elimination) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48632 >Category: ports >Synopsis: net/ehnt update (fetch during build elimination) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 24 06:50:13 PST 2003 >Closed-Date: >Last-Modified: >Originator: Dmitry Morozovsky >Release: FreeBSD 4-STABLE i386 >Organization: Cronyx Plus LLC (RiNet ISP) >Environment: System: FreeBSD 4-STABLE >Description: New package building process disallows additional fetching of any additional files during port build process. Due to permanent changes in routing registry databases, it's wise for me to simply force to build package without possibly stale AS-numbers info. >How-To-Repeat: http://bento.freebsd.org/errorlogs/i386-5-latest/ehnt-0.3_2.log >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/ehnt/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 21 Feb 2003 13:14:40 -0000 1.7 +++ Makefile 24 Feb 2003 14:38:39 -0000 @@ -7,14 +7,10 @@ PORTNAME= ehnt PORTVERSION= 0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -.if !defined(NO_ASN_DATA) -DISTFILES+= ${PORTNAME}_data-${PORTVERSION}${EXTRACT_SUFX} -.endif MAINTAINER= marck@rinet.ru COMMENT= A simple Cisco NetFlow data collector @@ -24,10 +20,8 @@ MAN1= ehnt.1 MAN8= ehntserv.8 -.if defined(NO_ASN_DATA) post-extract: ${TOUCH} ${WRKSRC}/asnc.txt -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ehnt ${PREFIX}/bin/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message