From owner-freebsd-ports@FreeBSD.ORG Tue Sep 11 20:49:24 2007 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E609E16A421 for ; Tue, 11 Sep 2007 20:49:24 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id D1D0013C468 for ; Tue, 11 Sep 2007 20:49:24 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 4BE132E2EE; Tue, 11 Sep 2007 16:33:46 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Tue, 11 Sep 2007 16:33:46 -0400 X-Sasl-enc: m8OBqaXof5IbYefLCjKIgFDaXZ8wfpxgnQ6Z6M7BP7Uo 1189542822 Received: from [10.1.10.136] (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTP id 65ACF8AC; Tue, 11 Sep 2007 16:33:42 -0400 (EDT) In-Reply-To: <20070911192547.GI95540@atarininja.org> References: <20070911192547.GI95540@atarininja.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <0DD3C446-8D89-4513-A03E-B95F9A27BDC1@goldmark.org> Content-Transfer-Encoding: 7bit From: Jeffrey Goldberg Date: Tue, 11 Sep 2007 15:33:41 -0500 To: Wesley Shields X-Mailer: Apple Mail (2.752.2) Cc: ports@freebsd.org Subject: Re: ntop build failure (autoconf confusion) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2007 20:49:25 -0000 On Sep 11, 2007, at 2:25 PM, Wesley Shields wrote: > As the maintainer I've tried to replicate this but haven't had much > success. The following patch was sent to me by Edward Sutton > privately > but I haven't been able to properly test it. Would you be willing to > try it out and let me know if it works? If so I'll send a PR in > for it. > > [begin quote from Edward] > > This was required to make autogen.sh stop detecting autoconf as 1.10 > which later interrupted the build process. > > --- 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 > > [end quote from Edward] It works. Thank you. If you need any more information about my system, please let me know. Thanks for maintaining the ntop port. Cheers, -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/