pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/Xcomposite Fix typo or error. It was checking for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0302acadfa71
branches:  trunk
changeset: 511688:0302acadfa71
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Apr 19 15:39:06 2006 +0000

description:
Fix typo or error.  It was checking for wrong header name (that
never existed as far as I can tell). It should have first letter
capitalized.

This error was in the original version of the builtin.mk
and when the builtin.mk structure was changed the error
was brought with it.

This update means that packages (like metacity) that depend
on Xcomposite now may no longer depend on it since they
can use the native (Xorg) version.

This would only occur for systems using xorg as the X11_TYPE.
(I need to confirm this -- should I do bump revisions of these
packages?)

diffstat:

 x11/Xcomposite/builtin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 226e3a50f281 -r 0302acadfa71 x11/Xcomposite/builtin.mk
--- a/x11/Xcomposite/builtin.mk Wed Apr 19 15:25:09 2006 +0000
+++ b/x11/Xcomposite/builtin.mk Wed Apr 19 15:39:06 2006 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: builtin.mk,v 1.11 2006/04/06 06:22:56 reed Exp $
+# $NetBSD: builtin.mk,v 1.12 2006/04/19 15:39:06 reed Exp $
 
 BUILTIN_PKG:=  Xcomposite
 
 BUILTIN_FIND_FILES_VAR:=               H_XCOMPOSITE
 BUILTIN_FIND_FILES.H_XCOMPOSITE=       \
-       ${X11BASE}/include/X11/extensions/xcomposite.h
+       ${X11BASE}/include/X11/extensions/Xcomposite.h
 
 .include "../../mk/buildlink3/bsd.builtin.mk"
 



Home | Main Index | Thread Index | Old Index