pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphviz Do not use hardcoded URW Type 1 font...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a1839e57351
branches:  trunk
changeset: 503357:9a1839e57351
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Nov 19 07:36:35 2005 +0000

description:
Do not use hardcoded URW Type 1 font names, which cause errors when
running doxygen. Instead, let fontconfig find PostScript fonts.

Bump PKGREVISION.

diffstat:

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

diffs (21 lines):

diff -r 3c236ad45ad8 -r 9a1839e57351 graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile        Sat Nov 19 04:40:50 2005 +0000
+++ b/graphics/graphviz/Makefile        Sat Nov 19 07:36:35 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2005/11/06 23:54:46 rillig Exp $
+# $NetBSD: Makefile,v 1.44 2005/11/19 07:36:35 minskim Exp $
 
 DISTNAME=      graphviz-2.6
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.graphviz.org/pub/graphviz/ARCHIVE/
 
@@ -36,6 +37,8 @@
 CONFIGURE_ENV+=                ac_cv_prog_PHP=
 CONFIGURE_ENV+=                ac_cv_prog_RUBY=
 
+CPPFLAGS+=     -DNO_POSTSCRIPT_ALIAS=1
+
 # prevent another config.status run
 pre-build:
        ${TOUCH} ${WRKSRC}/Makefile



Home | Main Index | Thread Index | Old Index