summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-03-15 23:05:25 +0000
committerjoerg <joerg@pkgsrc.org>2015-03-15 23:05:25 +0000
commitb026c1fb8e798a370eeb5689a171fb3526be95d9 (patch)
treed13678b2c8cd59be5b649c99eaecaf3fa000f362 /print
parent616a01437ebaa4426aa0afa659e9786ad9fbdaeb (diff)
downloadpkgsrc-b026c1fb8e798a370eeb5689a171fb3526be95d9.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