Subject: Re: Xrender build failure (not finding render) on Darwin
To: None <Antoine.Reilles@loria.fr, tech-pkg@netbsd.org, perkinsm@bway.net>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: tech-pkg
Date: 10/21/2005 11:27:17
Patch the following file to be sync with the renamed render:

----------------------------------------

[root@u2 1132] diff -bu mk/defaults/mk.conf.orig mk/defaults/mk.conf
--- mk/defaults/mk.conf.orig    Fri Oct  7 15:41:57 2005
+++ mk/defaults/mk.conf Fri Oct 21 11:22:10 2005
@@ -144,7 +144,7 @@
 # Default: no
 
 PREFER_PKGSRC?=                MesaLib Xft2 Xrandr Xrender expat fontconfig    
\
-                       freetype2 glu randrext render xcursor
+                       freetype2 glu randrext renderext xcursor
 PREFER_NATIVE?=                yes
 #
 # When building packages, whether to prefer the pkgsrc or native
 
 
 ----------------
 Gilles
 

> From: "Mark E. Perkins" <perkinsm@bway.net>
> 
> On 10/21/05 03:11, Antoine Reilles wrote:
> > 
> > On Oct 21, 2005, at 1:52 AM, Mark E. Perkins wrote:
> > 
> >> Trying to update x11/Xrender, I get:
> >>
> 
> <snip>
> 
> >> *** Error code 1
> >>
> >>
> >> When I first got this error, I found that I had x11/render-0.8, but  also
> >> found that x11/render no longer exists. So I pkg_deleted x11/render  and
> >> installed x11/renderext-0.9, but I still get the above error....
> >>
> >> This is with xorg from pkgsrc on MacOS 10.3.9, pkgsrc tree updated
> >> yesterday.
> >>
> >> Any clues?
> > 
> > You should update again.
> > This issue should be fixed in xorg-libs-6.8.2nb2
> > 
> 
> Indeed, it was. Thanks.
> 
> Mark