pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/xpdf4 Add urw-fonts as dependency; without these...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77d9df72ae5f
branches:  trunk
changeset: 450433:77d9df72ae5f
user:      reinoud <reinoud%pkgsrc.org@localhost>
date:      Fri Apr 16 13:49:04 2021 +0000

description:
Add urw-fonts as dependency; without these fonts all roman and cyrilic
documents show up empty for it can't find the fonts.

Minor version bumb; urw-fonts chosen since xpdf3 also depends on it.

diffstat:

 print/xpdf4/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r a2c810d4be00 -r 77d9df72ae5f print/xpdf4/Makefile
--- a/print/xpdf4/Makefile      Fri Apr 16 13:19:05 2021 +0000
+++ b/print/xpdf4/Makefile      Fri Apr 16 13:49:04 2021 +0000
@@ -1,14 +1,17 @@
-# $NetBSD: Makefile,v 1.12 2021/02/09 20:36:32 nia Exp $
+# $NetBSD: Makefile,v 1.13 2021/04/16 13:49:04 reinoud Exp $
 
 DISTNAME=      xpdf-4.03
 CATEGORIES=    print
 MASTER_SITES=  https://dl.xpdfreader.com/
+PKGREVISION=   1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.xpdfreader.com/
 COMMENT=       Display tool for PDF files (Qt version)
 LICENSE=       gnu-gpl-v2
 
+DEPENDS+=      urw-fonts-[0-9]*:../../fonts/urw-fonts
+
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++



Home | Main Index | Thread Index | Old Index