From owner-cvs-all Wed Jul 19 3:44:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BFEB37BF3D; Wed, 19 Jul 2000 03:44:15 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA35765; Wed, 19 Jul 2000 03:44:15 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007191044.DAA35765@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 19 Jul 2000 03:44:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/automake/patches patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/19 03:44:14 PDT Modified files: devel/automake/patches patch-ad Log: - Do not read a file more than once, where the sameness is judged by the inode numbers of files. This should fix the "duplicated macros" error when aclocal is invoked with `-I ${X11BASE}/share/aclocal' explicitly. - Do not scan ${X11BASE}/share/aclocal if it does not exist. (Or it's (a symlink to)* a directory) This should fix the "no such directory" error when you build a non-X port without X installed. (like on bento) Revision Changes Path 1.2 +44 -6 ports/devel/automake/patches/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message