From owner-freebsd-current@FreeBSD.ORG Wed Feb 20 13:39:44 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C43F16A402 for ; Wed, 20 Feb 2008 13:39:44 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id B101913C442 for ; Wed, 20 Feb 2008 13:39:43 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=jorqXMQjWy6EV3adJAau0pXH0vunCymXB/nuwboORloBnDdzZ1ZLlH3fwQOYLimELDWVPs8sgZ5qHbPmhFQXqqsz+d3tCMim5u5gCyYZn1rU+lFc/VqvVfPIj//GFy07+RC/r1WV0BHYD+G3lnV379YxM68zX55zuYE/70pVqRU=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1JRpAk-000BTr-AZ; Wed, 20 Feb 2008 16:39:42 +0300 Date: Wed, 20 Feb 2008 16:39:41 +0300 From: Eygene Ryabinkin To: Achilleas Mantzios Message-ID: References: <200802201111.16340.achill@matrix.gatewaynet.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200802201111.16340.achill@matrix.gatewaynet.com> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-1.7 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50, WEIRD_PORT Cc: freebsd-current@freebsd.org Subject: Re: Problem with various ports X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 13:39:44 -0000 Achilleas, good day. Wed, Feb 20, 2008 at 11:11:15AM +0200, Achilleas Mantzios wrote: > I had trouble building textproc/docbook-utils (docbook-utils-0.6.14_3) in a fresh new > 7.0-RC2 FreeBSD 7.0-RC2 #5 > the problem starts at the begining of config: > > > configure.in:4: warning: underquoted definition of AC_FIND_PROGRAM^M > run info '(automake)Extending aclocal'^M > or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal^M > /usr/local/share/aclocal/linc.m4:1: warning: underquoted definition of AM_PATH_LINC^M > /usr/local/share/aclocal/libfame.m4:6: warning: underquoted definition of AM_PATH_LIBFAME^M > /usr/local/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE^M > /usr/local/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB^M And what is the trouble? The port builds, isn't it? 'configure.in' uses old syntax for AC_DEFUN and there are some other underquoteds, but it seems not to hurt anyone. The real problem is that file 'aclocal.m4' has rather distant timestamp (year 2004), so the Makefile and configure are rebuilt. But the port builds for me at 7.0-PRERELEASE though I have the warning messages as you. Or it does not build for you? -- Eygene