pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/59631: x11/lxapparance links against both system and pkg fontconfig



The following reply was made to PR pkg/59631; it has been noted by GNATS.

From: Leonardo Taccari <leot%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/59631: x11/lxapparance links against both system and pkg fontconfig
Date: Wed, 03 Sep 2025 20:30:33 +0200

 ltning-netbsd%anduin.net@localhost writes:
 > >Number:         59631
 > >Category:       pkg
 > >Synopsis:       x11/lxapparance links against both system and pkg fontconfig
 > [...]
 > System: NetBSD ppro2 10.99.14 NetBSD 10.99.14 (PPRO_OverDrive) #1: Wed Jun 25
  22:06:44 CEST 2025 ltning@...:/usr/home/ltning/github/NetBSD_clean/obj_i386/sy
 s/arch/i386/compile/PPRO_OverDrive i386
 > Architecture: i386
 > Machine: i386
 > >Description:
 > The mentioned port - and apparently many others - link against both the syste
 m fontconfig and the pkgsrc fontconfig.
 > [...]
 
 Noticed by <mlelstv> via #netbsd @ Libera.chat that's due cairo and
 pango dependencies.
 
 For devel/pango in its Makefile we have:
 
 BUILDLINK_API_DEPENDS.fontconfig+=      fontconfig>=2.15.0
 .include "../../fonts/fontconfig/buildlink3.mk"
 
 For graphics/cairo:
 
 .include "../../fonts/fontconfig/buildlink3.mk"
 
 So cairo is less strict and base fontconfig in 10.99.14 was probably
 fine.
 


Home | Main Index | Thread Index | Old Index