ports/116289: [MAINTAINER]: Fix net/ntop

Wesley Shields wxs at atarininja.org
Tue Sep 11 20:50:03 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list