pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz As per Makefile revision 1.49 commen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/313487d04e65
branches:  trunk
changeset: 516187:313487d04e65
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Jul 16 15:02:43 2006 +0000

description:
As per Makefile revision 1.49 comment out inclusion
of graphics/gd/buildlink3.mk.

This fix the build of packages including
graphics/graphviz/buildlink3.mk

diffstat:

 graphics/graphviz/buildlink3.mk |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r c49de8e68571 -r 313487d04e65 graphics/graphviz/buildlink3.mk
--- a/graphics/graphviz/buildlink3.mk   Sun Jul 16 13:38:09 2006 +0000
+++ b/graphics/graphviz/buildlink3.mk   Sun Jul 16 15:02:43 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.11 2006/07/08 23:10:51 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.12 2006/07/16 15:02:43 seb Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 GRAPHVIZ_BUILDLINK3_MK:=       ${GRAPHVIZ_BUILDLINK3_MK}+
@@ -21,7 +21,9 @@
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
-.include "../../graphics/gd/buildlink3.mk"
+# The configure script requires gd>=2.0.34, which was never released.
+# Uncomment the following when graphics/gd is updated to 2.0.34
+#.include "../../graphics/gd/buildlink3.mk"
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"



Home | Main Index | Thread Index | Old Index