pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz Remove the dependency on gd. The co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bec460bf14cf
branches:  trunk
changeset: 509398:bec460bf14cf
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Mar 09 17:40:24 2006 +0000

description:
Remove the dependency on gd.  The configure script of graphviz
requires gd>=2.0.34, which was never released.  Thus, it always uses
the internal gd library (gd-2.0.33 with some improvements) and doesn't
depend on the pkgsrc gd library.

Bump PKGREVISION.

diffstat:

 graphics/graphviz/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 887145b6c185 -r bec460bf14cf graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile        Thu Mar 09 17:34:17 2006 +0000
+++ b/graphics/graphviz/Makefile        Thu Mar 09 17:40:24 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2006/03/04 21:29:48 jlam Exp $
+# $NetBSD: Makefile,v 1.49 2006/03/09 17:40:24 minskim Exp $
 
 DISTNAME=      graphviz-2.6
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.graphviz.org/pub/graphviz/ARCHIVE/
 
@@ -9,8 +9,6 @@
 HOMEPAGE=      http://www.graphviz.org/
 COMMENT=       Graph Drawing Programs from AT&T Research and Lucent Bell Labs
 
-BUILDLINK_DEPENDS.gd+= gd>=2.0.33nb1
-
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_LIBTOOL=           yes
@@ -47,7 +45,9 @@
 .include "../../devel/libltdl/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