Thus was written:
Apologies, I accidentally committed this change with a commit message destined for another change. This should read: fontconfig: trust buildlink to match builtin status of depends fontconfig's builtin.mk attempts to match its builtin status with that of its dependencies. Unfortunately, forcing other packages to use the builtin version causes those packages to bypass their own logic for determining if the builtin version is suitable. Buildlink already has a mechanism to ensure that if a dependency uses a pkgsrc version, this package should do the same. Let's trust that mechanism to do its job properly, as the mechanism in this builtin.mk file has been around for a very long time and likely predates that mechanism. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/fonts/fontconfig/builtin.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |