pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/py-reportlab Use GNU tar here since he reportlab...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4131176e374
branches:  trunk
changeset: 480061:f4131176e374
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Aug 29 15:15:37 2004 +0000

description:
Use GNU tar here since he reportlab module doesn't extract with NetBSD's
pax.

patch provided by D'Arcy J.M. Cain in PR 26794

diffstat:

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

diffs (25 lines):

diff -r 2062205aacc6 -r f4131176e374 print/py-reportlab/Makefile
--- a/print/py-reportlab/Makefile       Sun Aug 29 15:03:46 2004 +0000
+++ b/print/py-reportlab/Makefile       Sun Aug 29 15:15:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/07/22 09:16:04 recht Exp $
+# $NetBSD: Makefile,v 1.21 2004/08/29 15:15:37 recht Exp $
 #
 
 DISTNAME=      ReportLab_1_19
@@ -11,11 +11,15 @@
 HOMEPAGE=      http://www.reportlab.com/
 COMMENT=       Powerful PDF-generating toolkit for Python
 
+DEPENDS+=      gtar-base-[0-9]*:../../archivers/gtar-base
+
 WRKSRC=                ${WRKDIR}/reportlab-1_19/reportlab/lib
 PYBINMODULE=   yes
 PYDISTUTILSPKG=        yes
 USE_BUILDLINK3=        yes
 
+GTAR=          gtar
+
 post-install:
        cd ${WRKDIR}/reportlab-1_19 && \
                ${PAX} -rw -pp reportlab ${PREFIX}/${PYSITELIB}



Home | Main Index | Thread Index | Old Index