Date: Mon, 20 Mar 2000 17:28:29 -0600 From: Ade Lovett <ade@lovett.com> To: Bill Fenner <fenner@research.att.com> Cc: reg@freebsd.org, ports@freebsd.org Subject: Re: Ports installing files in /usr/X11R6/share/aclocal/ Message-ID: <20000320172829.D3107@supernews.com> In-Reply-To: <200003201737.JAA00755@windsor.research.att.com>; from fenner@research.att.com on Mon, Mar 20, 2000 at 09:37:54AM -0800 References: <200003141938.LAA27604@mango.attlabs.att.com> <20000314140512.B73052@lovett.com> <200003142009.MAA11207@windsor.research.att.com> <20000314143133.C73052@lovett.com> <20000317184409.C47550@shale.csir.co.za> <200003201737.JAA00755@windsor.research.att.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii On Mon, Mar 20, 2000 at 09:37:54AM -0800, Bill Fenner wrote: > > The automake port installs a program called aclocal, which expects these > files to be in /usr/local/share/aclocal. The workaround is to use > "aclocal -I /usr/X11R6/share/aclocal", but I'd rather either see the > files all in /usr/local/share/aclocal or the automake port updated to > have the X directory included as a default too. Disgusting hack patch to do the latter attached. Drop it in as ${PORTSDIR}/devel/automake/patches/patch-ad .. However, I think we need to come to some kind of consensus as to where huge meta-ports like GNOME and KDE should be rooted, since the current rules break down in the face of such monoliths. -aDe -- Ade Lovett, Austin, TX. --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="devel.automake.patch-ad" --- aclocal.in.orig Sun Jan 10 20:35:27 1999 +++ aclocal.in Mon Mar 20 17:22:56 2000 @@ -103,7 +103,7 @@ local (@dirlist) = &parse_arguments (@ARGV); -&scan_m4_files ($acdir, @dirlist); +&scan_m4_files ($acdir, '/usr/X11R6/share/aclocal', @dirlist); &scan_configure; if (! $exit_status) { --EeQfGwPcQSOJBaQU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000320172829.D3107>