Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2003 17:44:45 +0300 (MSK)
From:      Dmitry Morozovsky <marck@rinet.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48632: net/ehnt update (fetch during build elimination)
Message-ID:  <200302241444.h1OEij9i050122@woozle.rinet.ru>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302241444.h1OEij9i050122>