Subject: Re: xextproto is not installed; can't buildlink files
To: Kouichirou Hiratsuka <hira@po6.nsk.ne.jp>
From: None <reed@reedmedia.net>
List: pkgsrc-users
Date: 07/08/2006 10:58:58
> I think it's a problem of x11/xcursor/builtin.mk.
...
> IMHO, builtin.mk should not include buildlink3.mk.

I see mine is patched:

Index: x11/xcursor/builtin.mk
===================================================================
RCS file: /cvsroot/pkgsrc/x11/xcursor/builtin.mk,v
retrieving revision 1.12
diff -u -r1.12 builtin.mk
--- x11/xcursor/builtin.mk	6 Apr 2006 06:23:04 -0000	1.12
+++ x11/xcursor/builtin.mk	8 Jul 2006 17:56:21 -0000
@@ -82,11 +82,11 @@
 .  if !empty(USE_BUILTIN.xcursor:M[nN][oO])
 BUILDLINK_API_DEPENDS.xcursor+=	xcursor>=1.1.1
 BUILDLINK_API_DEPENDS.Xrender+=	Xrender>=0.8
-.    for _mkfile_ in buildlink3.mk builtin.mk
-BUILDLINK_DEPTH:=	${BUILDLINK_DEPTH}+
-.      sinclude "../../x11/Xfixes/${_mkfile_}"
-BUILDLINK_DEPTH:=	${BUILDLINK_DEPTH:S/+$//}
-.    endfor
+#.    for _mkfile_ in buildlink3.mk builtin.mk
+#BUILDLINK_DEPTH:=	${BUILDLINK_DEPTH}+
+#.      sinclude "../../x11/Xfixes/${_mkfile_}"
+#BUILDLINK_DEPTH:=	${BUILDLINK_DEPTH:S/+$//}
+#.    endfor
 .  endif
 
 .  if !empty(USE_BUILTIN.xcursor:M[yY][eE][sS])


(But I don't use it myself anymore as I use the newer, supported versions 
in pkgsrc-wip instead.)