Subject: PR/34865 CVS commit: pkgsrc/mk/configure
To: None <rillig@NetBSD.org, gnats-admin@netbsd.org,>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-bugs
Date: 11/05/2006 07:45:02
The following reply was made to PR pkg/34865; it has been noted by GNATS.
From: Roland Illig <rillig@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/34865 CVS commit: pkgsrc/mk/configure
Date: Sun, 5 Nov 2006 07:41:06 +0000 (UTC)
Module Name: pkgsrc
Committed By: rillig
Date: Sun Nov 5 07:41:06 UTC 2006
Modified Files:
pkgsrc/mk/configure: config-override.mk libtool-override.mk
Log Message:
The config.guess, config.sub and libtool files should also be
overwritten when the package-provided files are (possibly dead)
symlinks. Since on Mac OS X, ls(1) does not return the status I
expected, I investigated a little in the available options of test(1),
and found that the "-h" option should be quite portable. So let's try
that instead.
This fixes PR 34865.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/mk/configure/config-override.mk
cvs rdiff -r1.7 -r1.8 pkgsrc/mk/configure/libtool-override.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.