Subject: Re: pkg/30584
To: None <grant@NetBSD.org>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: pkgsrc-bugs
Date: 08/23/2005 11:20:27
FYI
That's ok now. gtk-send-pr compile and work on my system(SunOS5.10.i86pc) 
with the following  workaround in x11/fixesext:
------------------------------------------------------------
 diff -bu builtin.mk.orig builtin.mk
 --- builtin.mk.orig     Tue Aug 23 09:59:00 2005
 +++ builtin.mk  Tue Aug 23 10:26:20 2005
 @@ -22,8 +22,16 @@
  # of one of the pkgsrc-installed X11 distributions.
  #  
  .  if exists(${H_XFIXESPROTO}) && exists(${H_XFIXESWIRE})
 +.    if ${OPSYS} == "SunOS" && ${OS_VERSION} == "5.10"
 +# that is not correct, but work. In solaris10 Xfixes is release 3.0
 +# The actual pkgsrc release is 2.0 (23 Aug 2005). So, making the lib would 
 +# work. It install the wanted fixesext.pc in the right place: 
 +# /usr/pkg/lib/pkgconfig/fixesext.pc
 +IS_BUILTIN.fixesext=    no
 +.    else
  IS_BUILTIN.fixesext=   yes
  .  endif
 +.  endif
  .endif
  MAKEVARS+=     IS_BUILTIN.fixesext
------------------------------------------------
Thank's
Gilles
  

> From: grant beattie <grant@NetBSD.org>
> 
> On Mon, Aug 22, 2005 at 03:00:42PM +0200, Gilles Dauphin wrote:
> 
> > 
> > > From: grant@netbsd.org
> > > 
> > > Synopsis: gtk-send-pr-0.4.5 - Solaris10 don't compile
> > > 
> > > State-Changed-From-To: open->feedback
> > > State-Changed-By: grant@netbsd.org
> > > State-Changed-When: Sun, 21 Aug 2005 12:40:51 +0000
> > > State-Changed-Why:
> > > this package now builds for me on Solaris 9.
> > > 
> > > can you update your tree and let me know if it builds for you now?
> > > 
> > > if it makes any difference, the gtk2+ dependency installed on my system
> > > is gtk2+-2.6.8.
> > > 
> > > 
> > 
> > I update , but don't compile because of Xfixes
> 
> ok - this is a separate problem. I saw a mention of this on tech-pkg@
> recently. I'll look at adding builtin.mk support for Xfixes in
> Solaris10.
> 
> thanks.
> 
> grant.