summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg>2015-03-15 23:05:25 +0000
committerjoerg <joerg>2015-03-15 23:05:25 +0000
commit61970225f5cb1e3616a3be1d25f386626d410e92 (patch)
treed13678b2c8cd59be5b649c99eaecaf3fa000f362 /print
parent599b82c03eca87c86f773462d423bf0c936d23c2 (diff)
downloadpkgsrc-61970225f5cb1e3616a3be1d25f386626d410e92.tar.gz
Explicitly extract font zip file with -L. The default behavior of
infozip changed and the system I last tested it on has the old behavior, where NetBSD's unzip implements the new one already. Fixes PR 49748.
Diffstat (limited to 'print')
-rw-r--r--print/py-reportlab/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
index 141561008be..8928c00193a 100644
--- a/print/py-reportlab/Makefile
+++ b/print/py-reportlab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2014/05/09 07:37:17 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2015/03/15 23:05:25 joerg Exp $
DISTNAME= reportlab-2.7
DISTFILES= ${DEFAULT_DISTFILES} pfbfer.zip
@@ -16,6 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
DEPENDS+= {${PYPKGPREFIX}-imaging-[0-9]*,${PYPKGPREFIX}-Pillow-[0-9]*}:../../graphics/py-imaging
EXTRACT_DIR.pfbfer.zip= ${WRKSRC}/src/reportlab/fonts
+EXTRACT_OPTS_ZIP+= -L
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.7; py-imaging