pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/py-reportlab Explicitly extract font zip file wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a300e3ec5a1
branches:  trunk
changeset: 648643:3a300e3ec5a1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Mar 15 23:05:25 2015 +0000

description:
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:

 print/py-reportlab/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 041bf70283d7 -r 3a300e3ec5a1 print/py-reportlab/Makefile
--- a/print/py-reportlab/Makefile       Sun Mar 15 23:02:53 2015 +0000
+++ b/print/py-reportlab/Makefile       Sun Mar 15 23:05:25 2015 +0000
@@ -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}-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
 



Home | Main Index | Thread Index | Old Index