From owner-cvs-all@FreeBSD.ORG Wed Sep 12 03:14:08 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6283916A419; Wed, 12 Sep 2007 03:14:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37E7513C49D; Wed, 12 Sep 2007 03:14:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8C3E8Vf005230; Wed, 12 Sep 2007 03:14:08 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8C3E85G005229; Wed, 12 Sep 2007 03:14:08 GMT (envelope-from edwin) Message-Id: <200709120314.l8C3E85G005229@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 12 Sep 2007 03:14:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/ntop Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2007 03:14:08 -0000 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 Revision Changes Path 1.63 +1 -1 ports/net/ntop/Makefile