pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc As drochner remarks, the problem with missing xextprot...
details: https://anonhg.NetBSD.org/pkgsrc/rev/629030e4a436
branches: trunk
changeset: 610401:629030e4a436
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Oct 23 10:11:51 2012 +0000
description:
As drochner remarks, the problem with missing xextproto is, once again,
that libXext/bl3.mk doesn't include xextproto/bl3.mk.
Since the supposed gains for this are minimal and the annoyances are high,
do include xextproto/bl3.mk in libXext/bl3.mk.
diffstat:
graphics/cairo/Makefile | 3 +--
x11/libXext/buildlink3.mk | 5 ++---
2 files changed, 3 insertions(+), 5 deletions(-)
diffs (35 lines):
diff -r 5f1235a00bd9 -r 629030e4a436 graphics/cairo/Makefile
--- a/graphics/cairo/Makefile Tue Oct 23 08:24:34 2012 +0000
+++ b/graphics/cairo/Makefile Tue Oct 23 10:11:51 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2012/10/23 07:58:26 wiz Exp $
+# $NetBSD: Makefile,v 1.116 2012/10/23 10:11:52 wiz Exp $
DISTNAME= cairo-1.12.6
CATEGORIES= graphics
@@ -52,6 +52,5 @@
#.include "../../print/libspectre/buildlink3.mk"
BUILDLINK_API_DEPENDS.pixman+= pixman>=0.22.0
.include "../../x11/pixman/buildlink3.mk"
-.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 5f1235a00bd9 -r 629030e4a436 x11/libXext/buildlink3.mk
--- a/x11/libXext/buildlink3.mk Tue Oct 23 08:24:34 2012 +0000
+++ b/x11/libXext/buildlink3.mk Tue Oct 23 10:11:51 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2010/04/10 21:09:21 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2012/10/23 10:11:51 wiz Exp $
.include "../../mk/bsd.fast.prefs.mk"
@@ -15,8 +15,7 @@
BUILDLINK_PKGSRCDIR.libXext?= ../../x11/libXext
.include "../../x11/libX11/buildlink3.mk"
-# XXX don't include xextproto/bl3 here; packages checking for xext.pc must
-# include it theirselfes
+.include "../../x11/xextproto/buildlink3.mk"
.endif # LIBXEXT_BUILDLINK3_MK
BUILDLINK_TREE+= -libXext
Home |
Main Index |
Thread Index |
Old Index