pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/xpdf4



Module Name:    pkgsrc
Committed By:   reinoud
Date:           Fri Apr 16 13:49:04 UTC 2021

Modified Files:
        pkgsrc/print/xpdf4: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/xpdf4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/xpdf4/Makefile
diff -u pkgsrc/print/xpdf4/Makefile:1.12 pkgsrc/print/xpdf4/Makefile:1.13
--- pkgsrc/print/xpdf4/Makefile:1.12    Tue Feb  9 20:36:32 2021
+++ pkgsrc/print/xpdf4/Makefile Fri Apr 16 13:49:04 2021
@@ -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