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 Fix: pre-configure: - @cd ${WRKSRC} && ${SH} autogen.sh --noconfig + @cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} ${SH} autogen.sh --noconfig post-install: @${MKDIR} ${DBDIR}/ntop--7nyCnCDn9ZeldY456R4AcwA8xZ0Mow07CM65Cmrk4JTQoPm3 Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- 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 How-To-Repeat: N/A
State Changed From-To: open->closed Committed, thanks!
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"