This one is incomplete, since it doesn't package. Several files are
installed into the wrong location, like:

creating /var/obj/py-reportlab-2.1p0/fake-i386/var/obj

(with WRKOBJDIR=/var/obj)

In his commit message for the python updates, djm@ mentioned some
setup.py related changes to python.port.mk that may cause this, but
I really don't know what's going on here.  Probably some other
change to reportlab/setup.py can fix this port.

Could some python expert step in, please?

Ciao,
        Kili


Index: print/py-reportlab/reportlab/Makefile
===================================================================
RCS file: /cvs/ports/print/py-reportlab/reportlab/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- print/py-reportlab/reportlab/Makefile       5 Nov 2007 09:44:19 -0000       
1.9
+++ print/py-reportlab/reportlab/Makefile       3 Jan 2009 19:30:01 -0000
@@ -4,7 +4,7 @@ COMMENT=        PDF-generating toolkit for Pyth
 
 VERSION=       2.1
 DISTNAME=      ReportLab_${VERSION:S/./_/}
-PKGNAME=       py-reportlab-${VERSION}
+PKGNAME=       py-reportlab-${VERSION}p0
 CATEGORIES=    print graphics
 
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} \
@@ -14,7 +14,7 @@ HOMEPAGE=     http://www.reportlab.org/rl_to
 
 MAINTAINER=    Aleksander Piotrowski <[email protected]>
 
-# BSD - LGPL
+# BSD, LGPLv2, MPL1.0, MIT
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
@@ -26,8 +26,7 @@ EXTRACT_SUFX= .tgz
 
 MODULES=       lang/python
 
-RUN_DEPENDS=   :py-Imaging-*:graphics/py-Imaging \
-               ${MODPY_EXPAT_DEPENDS}
+RUN_DEPENDS=   :py-Imaging-*:graphics/py-Imaging
 
 WRKDIST=       ${WRKDIR}/reportlab_${VERSION:S/./_/}
 WRKSRC=                ${WRKDIST}/reportlab

Reply via email to