From owner-freebsd-ports@FreeBSD.ORG Tue Sep 11 22:42:35 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 886B516A41A for ; Tue, 11 Sep 2007 22:42:35 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id 6E1F213C457 for ; Tue, 11 Sep 2007 22:42:35 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 916855C34; Tue, 11 Sep 2007 18:45:03 -0400 (EDT) Date: Tue, 11 Sep 2007 18:45:03 -0400 From: Wesley Shields To: Jeffrey Goldberg Message-ID: <20070911224503.GK95540@atarininja.org> References: <20070911192547.GI95540@atarininja.org> <0DD3C446-8D89-4513-A03E-B95F9A27BDC1@goldmark.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0DD3C446-8D89-4513-A03E-B95F9A27BDC1@goldmark.org> User-Agent: Mutt/1.5.16 (2007-06-09) 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 22:42:35 -0000 On Tue, Sep 11, 2007 at 03:33:41PM -0500, Jeffrey Goldberg wrote: > 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. http://www.freebsd.org/cgi/query-pr.cgi?pr=116289 -- WXS