From owner-freebsd-ports@FreeBSD.ORG Mon Jun 5 09:32:52 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 862E716A478; Mon, 5 Jun 2006 09:32:52 +0000 (UTC) (envelope-from ade@lovett.com) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F13A43D46; Mon, 5 Jun 2006 09:32:51 +0000 (GMT) (envelope-from ade@lovett.com) Received: from hellfire.canal.lovett.com ([172.16.32.20]:49933) by mail.lovett.com with esmtpa (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FnBS7-000MJl-Fg; Mon, 05 Jun 2006 02:32:51 -0700 In-Reply-To: <20060605092704.GA70270@qlovarnika.bg.datamax> References: <20060605092704.GA70270@qlovarnika.bg.datamax> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <944A1F8F-0C29-43DE-BBCF-81289B9FFD08@freebsd.org> Content-Transfer-Encoding: 7bit From: Ade Lovett Date: Mon, 5 Jun 2006 02:32:51 -0700 To: vd@FreeBSD.org X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Mailer: Apple Mail (2.750) Sender: ade@lovett.com Cc: ports@freebsd.org, Ade Lovett Subject: Re: gettext's installation path and aclocal19's search path 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: Mon, 05 Jun 2006 09:32:54 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Both devel/autoconf* and devel/automake* are up for a major overhaul, with appropriate wrapper scripts, in a similar manner to (insert Linux distribution here). At that time, auto* will become a lot easier to manage, in a similar way to the recent libtool carnage has resulted in an easier system to work with. Watch this space. It's not going to happen overnight, since changes to such core infrastructural ports require *a lot* of testing. - -aDe On Jun 5, 2006, at 02:27 , Vasil Dimov wrote: > Hi, > > I noticed that devel/gettext is installing its .m4 files in > /usr/local/share/aclocal/ > > % pkg_info -L /var/db/pkg/gettext-0.14.5_2/ |grep gettext.m4 > /usr/local/share/aclocal/gettext.m4 > > while aclocal19 (installed by devel/automake19) is searching for > .m4 files in /usr/local/share/aclocal19/ > > % aclocal19 --print-ac-dir > /usr/local/share/aclocal19 > > This is causing errors (undefined macro) with software using > AM_GNU_GETTEXT and AM_GNU_GETTEXT_VERSION in its configure.in file. > > So far I have found the following workaround: > (beware! it may hurt your eyes) > > pre-configure: > cd ${WRKSRC} && \ > ${SETENV} ${AUTOTOOLS_ENV} \ > ACLOCAL="${ACLOCAL} -I ${LOCALBASE}/share/aclocal" \ > ${AUTORECONF} -f -i -s > > The question is: > Is this something local to the package or something in gettext/ > automake > installation/configuration paths? > > Btw the software in question is devel/xaralx-devel. > > -- > Vasil Dimov > gro.DSBeerF@dv > > Testing can show the presence of bugs, but not their absence. > -- Edsger W. Dijkstra -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) iD8DBQFEg/pDpXS8U0IvffwRAg5HAJ0Xoi71zDVOWbgWlMM/P5YvIIFxiQCfaTWU j1Rp9iTIiOE23KaiHtGN28U= =MFuY -----END PGP SIGNATURE-----