tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkgsrc patches for Darwin 17.3.0
> On Mar 29, 2018, at 10:11 AM, Jonathan Perkin <jperkin%joyent.com@localhost> wrote:
>
>> ==========================
>> packages requiring libintl
>> ==========================
>>
>> At least on this system, several packages require libintl but lack a dependency on level/gettext-lib.
>
> I think this is due to a missing gettext-lib in one of the dependency
> buildlink3's, possibly fontconfig. That should be fixed instead (it
> may already have been IIRC).
I don't believe this is already fixed, but the patch below seems to address the problem. Is this something to commit during the freeze?
Cheers,
Brook
Index: fonts/fontconfig/buildlink3.mk
===================================================================
RCS file: /cvsroot/pkgsrc/fonts/fontconfig/buildlink3.mk,v
retrieving revision 1.34
diff -u -r1.34 buildlink3.mk
--- fonts/fontconfig/buildlink3.mk 12 Mar 2018 11:15:32 -0000 1.34
+++ fonts/fontconfig/buildlink3.mk 31 Mar 2018 14:51:34 -0000
@@ -9,6 +9,7 @@
BUILDLINK_ABI_DEPENDS.fontconfig+= fontconfig>=2.13.0
BUILDLINK_PKGSRCDIR.fontconfig?= ../../fonts/fontconfig
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../devel/libuuid/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index