NetBSD-Users archive

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

Re: NetBSD 7.1.1 cairo update issues





On 21/03/2018 15:55, scole_mail wrote:
Riccardo Mottola <riccardo.mottola%libero.it@localhost> writes:


Where is the issue?


There is an unresolved PR for this http://gnats.netbsd.org/53099

I'm guessing you can see what the problem is in "config.log".  Disabling
the options dri and llvm allowed it to build for me.

Its because pkgsrc no longer plays entirely nicely with the NetBSD 7 native X11 code.

The attached patch worked for me. I have a working cairo package (used by rrdtool and various other X11 utils all working on 7-STABLE.

Mike
Index: x11/xorgproto/builtin.mk
===================================================================
RCS file: /cvsroot/pkgsrc/x11/xorgproto/builtin.mk,v
retrieving revision 1.2
diff -r1.2 builtin.mk
49c49
< 	-e 's/Version: 7\.0\.31/2018.1/p' \
---
> 	-e 's/Version: 7\.0\.../2018.1/p' \


Home | Main Index | Thread Index | Old Index