pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics Raise the dependency to 0.1.1 libpixman's bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/184374684803
branches:  trunk
changeset: 477117:184374684803
user:      recht <recht%pkgsrc.org@localhost>
date:      Sat Jun 26 20:24:03 2004 +0000

description:
Raise the dependency to 0.1.1 libpixman's buildlink3.mk. This avoids
the BUILDLINK_DEPENDS >= 0.1.1 in cairo's Makefile which is the only
consumer anyway. Or, in other words: simplify

diffstat:

 graphics/cairo/Makefile          |  3 +--
 graphics/libpixman/buildlink3.mk |  4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 7cb74a8dc234 -r 184374684803 graphics/cairo/Makefile
--- a/graphics/cairo/Makefile   Sat Jun 26 20:20:00 2004 +0000
+++ b/graphics/cairo/Makefile   Sat Jun 26 20:24:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/05/12 09:57:13 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2004/06/26 20:24:03 recht Exp $
 
 DISTNAME=      cairo-0.1.23
 CATEGORIES=    graphics
@@ -16,7 +16,6 @@
 PKGCONFIG_OVERRIDE+=   cairo.pc.in
 
 BUILDLINK_DEPENDS.freetype2+=  freetype2>=2.1.5
-BUILDLINK_DEPENDS.libpixman+=  libpixman>=0.1.1
 BUILDLINK_DEPENDS.Xft2+=       Xft2>=2.1.2
 BUILDLINK_DEPENDS.Xrender+=    Xrender>=0.8
 
diff -r 7cb74a8dc234 -r 184374684803 graphics/libpixman/buildlink3.mk
--- a/graphics/libpixman/buildlink3.mk  Sat Jun 26 20:20:00 2004 +0000
+++ b/graphics/libpixman/buildlink3.mk  Sat Jun 26 20:24:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2004/03/05 19:25:35 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2004/06/26 20:24:03 recht Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 LIBPIXMAN_BUILDLINK3_MK:=      ${LIBPIXMAN_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@
 BUILDLINK_PACKAGES+=   libpixman
 
 .if !empty(LIBPIXMAN_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.libpixman+=  libpixman>=0.1.0
+BUILDLINK_DEPENDS.libpixman+=  libpixman>=0.1.1
 BUILDLINK_PKGSRCDIR.libpixman?=        ../../graphics/libpixman
 .endif # LIBPIXMAN_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index