Skip site navigation (1)Skip section navigation (2)
Date:      28 May 2000 13:07:55 -0700
From:      asami@freebsd.org (Satoshi - Ports Wraith - Asami)
To:        Ade Lovett <ade@lovett.com>
Cc:        Bill Fenner <fenner@research.att.com>, reg@freebsd.org, ports@freebsd.org
Subject:   Re: Ports installing files in /usr/X11R6/share/aclocal/
Message-ID:  <vqc8zwufnfo.fsf@silvia.hip.berkeley.edu>
In-Reply-To: Ade Lovett's message of "Mon, 20 Mar 2000 17:28:29 -0600"
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> <20000320172829.D3107@supernews.com>

next in thread | previous in thread | raw e-mail | index | archive | help
 * From: Ade Lovett <ade@lovett.com>

 * 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.

What happened to this?  I think it's a good idea.

 * Disgusting hack patch to do the latter attached.
 * Drop it in as ${PORTSDIR}/devel/automake/patches/patch-ad ..

Change it to use ${X11BASE} (compile time substitution is ok) and
you'll have my ringing endorsement. :)

 * --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--

-PW


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?vqc8zwufnfo.fsf>