Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2007 16:45:03 -0400 (EDT)
From:      Wesley Shields <wxs@atarininja.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/116289: [MAINTAINER]: Fix net/ntop
Message-ID:  <20070911204503.CE3995C2E@syn.atarininja.org>
Resent-Message-ID: <200709112050.l8BKo3RE046544@freefall.freebsd.org>

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

>Number:         116289
>Category:       ports
>Synopsis:       [MAINTAINER]: Fix net/ntop
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 11 20:50:02 GMT 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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