pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove cairo dependency override (>=1.0.0); cairo's bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c98e2ffeb2f5
branches:  trunk
changeset: 500411:c98e2ffeb2f5
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Oct 07 19:48:02 2005 +0000

description:
Remove cairo dependency override (>=1.0.0); cairo's buildlink3.mk file
already pulls in 1.0.0nb2 (due to the pthread fix).

diffstat:

 devel/pango/Makefile |  3 +--
 x11/gtk2/Makefile    |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 2f6f4c6ef4dc -r c98e2ffeb2f5 devel/pango/Makefile
--- a/devel/pango/Makefile      Fri Oct 07 19:43:26 2005 +0000
+++ b/devel/pango/Makefile      Fri Oct 07 19:48:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2005/10/05 14:01:48 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2005/10/07 19:48:02 jmmv Exp $
 #
 
 DISTNAME=              pango-1.10.1
@@ -42,7 +42,6 @@
 CONFIGURE_ENV+=                F77=${FALSE}
 
 BUILDLINK_DEPENDS.Xrender+=    Xrender>=0.8
-BUILDLINK_DEPENDS.cairo+=      cairo>=1.0.0
 BUILDLINK_DEPENDS.glib2+=      glib2>=2.6.0
 
 .include "../../devel/glib2/buildlink3.mk"
diff -r 2f6f4c6ef4dc -r c98e2ffeb2f5 x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Fri Oct 07 19:43:26 2005 +0000
+++ b/x11/gtk2/Makefile Fri Oct 07 19:48:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2005/10/05 14:37:44 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2005/10/07 19:48:02 jmmv Exp $
 #
 
 DISTNAME=              gtk+-2.8.6
@@ -17,7 +17,6 @@
 
 BUILD_USES_MSGFMT=     yes
 
-BUILDLINK_DEPENDS.cairo+=      cairo>=1.0.0
 BUILDLINK_DEPENDS.glib2+=      glib2>=2.8.2
 BUILDLINK_DEPENDS.pango+=      pango>=1.10.0
 BUILDLINK_DEPENDS.Xft2+=       Xft2>=2.1.2nb2



Home | Main Index | Thread Index | Old Index