Subject: x11/fixesext/builtin.mk (solaris10) Please fix it
To: None <tech-pkg@NetBSD.org>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: tech-pkg
Date: 10/03/2005 16:04:53
Hello,

I make a bulk build from scratch of pkgsrc-2005Q3 and again have problem with
x11/fixesext/builtin.mk

Please, please fix it.
Too many package depend of it.

Thanks 
Gilles



--- /net/redhot/usr/pkgsrc/x11/fixesext/builtin.mk.orig Tue Aug 23 09:59:00 2005
+++ /net/redhot/usr/pkgsrc/x11/fixesext/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