Subject: pkg/30584
To: None <solaris-pkg-people@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles.Dauphin <dauphin@enst.fr>
List: pkgsrc-bugs
Date: 08/23/2005 09:11:02
The following reply was made to PR pkg/30584; it has been noted by GNATS.

From: "Gilles.Dauphin" <dauphin@enst.fr>
To: "gnats bugs" <gnats-bugs@netbsd.org>
Cc: 
Subject: pkg/30584
Date: Tue, 23 Aug 2005 11:10:38 +0200

 >Submitter-Id:	net 
 >Originator:	Gilles.Dauphin 
 >Organization:	 ENST 
 >Confidential:	no 
 >Synopsis:	pkg/30584 
 >Severity:	non-critical 
 >Priority:	low 
 >Category:	pkg 
 >Class:		sw-bug 
 >Release:	SunOS 5.10 i86pc 
 >Environment:
 
 
 System: SunOS redhot.enst.fr 5.10 Generic_118844-11 i86pc
 
 
 >Description:
 
 
 In reply to Re: pkg/30584 and test gtk-send-pr-0.4.5
 
 
 >How-To-Repeat:
 
 
 
 
 
 >Fix:
 
 
 gtk-send-pr-0.4.5 work for me with 'own' patch to 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
  ------------------------------------------------
 
 You can close this send if you receive this mail
 just a test sorry,