tech-x11 archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: font stuff
Greg Troxel <gdt%lexort.com@localhost> wrote:
> Robert Swindells <rjs%fdy2.co.uk@localhost> writes:
>
>> What would be needed to be updated to make base X11 usable by pkgsrc,
>> or changed in pkgsrc to make it less strict?
>
> You can look at buildlink3.mk and builtin.mk in various dirs.
>
> Looks like > 2.8.1.
>
> However my netbsd-9 system has 2.10.4 but I have pkgsrc freetype2
> installed.
>
> There might be confusion with freetype2 version and shlib version.
It seems to be fontconfig that is causing this.
Tried doing this but didn't make a difference:
Index: buildlink3.mk
===================================================================
RCS file: /cvsroot/pkgsrc/fonts/fontconfig/buildlink3.mk,v
retrieving revision 1.40
diff -u -r1.40 buildlink3.mk
--- buildlink3.mk 29 Jan 2023 21:14:35 -0000 1.40
+++ buildlink3.mk 11 Feb 2023 15:59:35 -0000
@@ -6,7 +6,7 @@
FONTCONFIG_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.11.91
-BUILDLINK_ABI_DEPENDS.fontconfig+= fontconfig>=2.14.1nb1
+BUILDLINK_ABI_DEPENDS.fontconfig+= fontconfig>=2.14.1
BUILDLINK_PKGSRCDIR.fontconfig?= ../../fonts/fontconfig
.include "../../archivers/bzip2/buildlink3.mk"
Building a package that depends on fontconfig triggers rebuilding it.
...
=> Full dependency fontconfig>=2.14.1: NOT found
...
The version in /usr/X11R7/lib/pkgconf/fontconfig.pc is 2.14.1.
I have rebuilt x11-links after updating -current.
Home |
Main Index |
Thread Index |
Old Index