diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-01 16:58:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-01 16:58:21 +0000 |
commit | 4e14e514e700f994cc1c2026066c91185afb1515 (patch) | |
tree | adefa8089bd9d26e87eba426c124a1c319934bff /graphics/gnuplot | |
parent | 83264bef98ea29b7717c160eaac0b7c541f66353 (diff) | |
download | pkgsrc-4e14e514e700f994cc1c2026066c91185afb1515.tar.gz |
Add pkgsrc default font path to default search paths.
Bump PKGREVISION.
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r-- | graphics/gnuplot/Makefile | 4 | ||||
-rw-r--r-- | graphics/gnuplot/distinfo | 4 | ||||
-rw-r--r-- | graphics/gnuplot/patches/patch-ah | 9 |
3 files changed, 10 insertions, 7 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index 9379c026368..6c9b5af56de 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.90 2014/05/08 20:48:55 bad Exp $ +# $NetBSD: Makefile,v 1.91 2014/06/01 16:58:21 wiz Exp $ DISTNAME= gnuplot-4.6.5 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES+= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} diff --git a/graphics/gnuplot/distinfo b/graphics/gnuplot/distinfo index 431264604ae..819a9a23b96 100644 --- a/graphics/gnuplot/distinfo +++ b/graphics/gnuplot/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.26 2014/04/12 20:39:19 adam Exp $ +$NetBSD: distinfo,v 1.27 2014/06/01 16:58:21 wiz Exp $ SHA1 (gnuplot-4.6.5.tar.gz) = a74558d145344422674dea4f58c9cb0931872c36 RMD160 (gnuplot-4.6.5.tar.gz) = 8073289c066037664fe814d96d441630f313656f @@ -9,5 +9,5 @@ SHA1 (patch-ad) = 5165374c6e8275f2f030659daa45051851e98413 SHA1 (patch-ae) = ce2a89ebcdcae1b1945563b48e6ebb6974d3a048 SHA1 (patch-af) = e5672a05f88d0ba3c1471b379dd47cd1b274f8b1 SHA1 (patch-ag) = 8a27282ee0e9add193e3437e2f88dac149e40068 -SHA1 (patch-ah) = e4024ebbc039d7b5e741aa109259de6269b03765 +SHA1 (patch-ah) = f768abaddc7b326648e36f82b3edd2c9bead8b11 SHA1 (patch-docs_gnuplot.texi) = fd9e1eccf64198336e9ba80997b022612101ac77 diff --git a/graphics/gnuplot/patches/patch-ah b/graphics/gnuplot/patches/patch-ah index 7b091293bdc..d8cb8307764 100644 --- a/graphics/gnuplot/patches/patch-ah +++ b/graphics/gnuplot/patches/patch-ah @@ -1,17 +1,20 @@ -$NetBSD: patch-ah,v 1.2 2011/02/08 13:13:41 adam Exp $ +$NetBSD: patch-ah,v 1.3 2014/06/01 16:58:21 wiz Exp $ Add NetBSD native X and pkgsrc modular X directories to the candidate font path list. ---- src/variable.c.orig 2008-12-15 04:18:36.000000000 +0000 +--- src/variable.c.orig 2013-07-03 16:31:53.000000000 +0000 +++ src/variable.c -@@ -275,6 +275,12 @@ static const struct path_table fontpath_ +@@ -281,6 +281,15 @@ static const struct path_table fontpath_ { "$`kpsexpand '$TEXMFMAIN'`/fonts/type1!" }, { "$`kpsexpand '$TEXMFDIST'`/fonts/type1!" }, #endif + /* NetBSD pkgsrc X.org */ + { @PKGSRC_PREFIX@ "/lib/X11/fonts/Type1" }, + { @PKGSRC_PREFIX@ "/lib/X11/fonts/truetype" }, ++ /* NetBSD pkgsrc default font path */ ++ { @PKGSRC_PREFIX@ "/share/fonts/X11/Type1" }, ++ { @PKGSRC_PREFIX@ "/share/fonts/X11/TTF" }, + /* NetBSD native X.org */ + { "/usr/X11R7/lib/X11/fonts/Type1" }, + { "/usr/X11R7/lib/X11/fonts/truetype" }, |