From owner-freebsd-ports Sun May 28 13: 9: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 4A62C37B539; Sun, 28 May 2000 13:09:02 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-84.ix.netcom.com [205.186.215.84]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id QAA12263; Sun, 28 May 2000 16:08:34 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id NAA37283; Sun, 28 May 2000 13:08:02 -0700 (PDT) To: Ade Lovett Cc: Bill Fenner , reg@freebsd.org, ports@freebsd.org Subject: Re: Ports installing files in /usr/X11R6/share/aclocal/ 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> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 28 May 2000 13:07:55 -0700 In-Reply-To: Ade Lovett's message of "Mon, 20 Mar 2000 17:28:29 -0600" Message-ID: Lines: 37 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Ade Lovett * 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