From wxs@atarininja.org  Tue Sep 11 20:42:34 2007
Return-Path: <wxs@atarininja.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 02F9716A418
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Sep 2007 20:42:34 +0000 (UTC)
	(envelope-from wxs@atarininja.org)
Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158])
	by mx1.freebsd.org (Postfix) with ESMTP id E815913C461
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Sep 2007 20:42:33 +0000 (UTC)
	(envelope-from wxs@atarininja.org)
Received: by syn.atarininja.org (Postfix, from userid 1001)
	id CE3995C2E; Tue, 11 Sep 2007 16:45:03 -0400 (EDT)
Message-Id: <20070911204503.CE3995C2E@syn.atarininja.org>
Date: Tue, 11 Sep 2007 16:45:03 -0400 (EDT)
From: Wesley Shields <wxs@atarininja.org>
Reply-To: Wesley Shields <wxs@atarininja.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER]: Fix net/ntop
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         116289
>Category:       ports
>Synopsis:       [MAINTAINER]: Fix net/ntop
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 11 20:50:02 GMT 2007
>Closed-Date:    Wed Sep 12 03:14:13 GMT 2007
>Last-Modified:  Wed Sep 12 03:20:09 GMT 2007
>Originator:     Wesley Shields
>Release:        FreeBSD 6.2-RELEASE-p5 amd64
>Organization:
>Environment:
System: FreeBSD syn.csh.rit.edu 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #7: Thu May 24 09:18:59 EDT 2007 root@syn.csh.rit.edu:/usr/obj/usr/src/sys/SMP amd64

>Description:
net/ntop doesn't build under certain circumstances (it is confusing versions of autoconf).  Attached is a patch submitted to me by Edward Sutton and tested by Jeffrey Goldberg which fixes this problem.  I haven't been able to reproduce this problem but Jeffrey pointed out that this patch fixed it for him.  I don't believe that a bump of PORTREVISION is necessary for this, but feel free to correct me if I am wrong.  :)

A discussion of this can be found at

http://docs.freebsd.org/cgi/getmsg.cgi?fetch=333895+0+current/freebsd-ports

>How-To-Repeat:
N/A

>Fix:

--- Makefile~   2007-07-21 18:19:35.000000000 -0700
+++ Makefile    2007-08-10 15:51:47.000000000 -0700
@@ -100,7 +100,7 @@
        @${RM} ${WRKSRC}/configureextra/FREEBSD

 pre-configure:
-       @cd ${WRKSRC} && ${SH} autogen.sh --noconfig
+       @cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} ${SH} autogen.sh --noconfig

 post-install:
        @${MKDIR} ${DBDIR}/ntop
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Wed Sep 12 03:14:09 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116289 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/116289: commit references a PR
Date: Wed, 12 Sep 2007 03:14:13 +0000 (UTC)

 edwin       2007-09-12 03:14:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/ntop             Makefile 
   Log:
   [MAINTAINER]: Fix net/ntop
   
           net/ntop doesn't build under certain circumstances (it is
           confusing versions of autoconf). Attached is a patch submitted
           to me by Edward Sutton and tested by Jeffrey Goldberg which
           fixes this problem. I haven't been able to reproduce this
           problem but Jeffrey pointed out that this patch fixed it
           for him. I don't believe that a bump of PORTREVISION is
           necessary for this, but feel free to correct me if I am
           wrong. :)
   
           A discussion of this can be found at
   
           http://docs.freebsd.org/cgi/getmsg.cgi?fetch=333895+0+current/freebsd-ports
   
   PR:             ports/116289
   Submitted by:   Wesley Shields <wxs@atarininja.org>
   
   Revision  Changes    Path
   1.63      +1 -1      ports/net/ntop/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
