Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Sep 2011 12:04:21 -0800
From:      "Beech Rintoul" <>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/160376: [PATCH] print/py-reportlab2 - Unbreak & add depend
Message-ID:  <1314907461.42915@maximum3.maximumdata.biz>
Resent-Message-ID: <201109012010.p81KAAes000874@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160376
>Category:       ports
>Synopsis:       [PATCH] print/py-reportlab2 - Unbreak & add depend
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 01 20:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Beech Rintoul
>Release:        FreeBSD 9.0-BETA2 i386
>Organization:
FreeBSD 
>Environment:


System: FreeBSD 9.0-BETA2 #5: Mon Aug 29 12:30:16 AKDT 2011
    root@maximum3.maximumdata.biz:/usr/obj/usr/src/sys/MAXIMUM3



>Description:


Unbreak - Fix pkg-plist
Add dependency - print/adobe-cmaps


>How-To-Repeat:





>Fix:


--- py-reportlab2.diff begins here ---
Index: py-reportlab2/Makefile
===================================================================
RCS file: /home/pcvs/ports/print/py-reportlab2/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- py-reportlab2/Makefile	26 Aug 2011 21:00:05 -0000	1.11
+++ py-reportlab2/Makefile	31 Aug 2011 19:53:33 -0000
@@ -17,12 +17,11 @@
 MAINTAINER=	lwhsu@FreeBSD.org
 COMMENT=	Library to create PDF documents using the Python language
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \
+		${LOCALBASE}/share/fonts/adobe-cmaps/ac15/cid2code.txt:${PORTSDIR}/print/adobe-cmaps
 
 CONFLICTS=	py2[0-9]-reportlab-[0-9]*
 
-BROKEN=		does not package
-
 USE_PYTHON=	2.5+
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	reportlab
Index: py-reportlab2/pkg-plist
===================================================================
RCS file: /home/pcvs/ports/print/py-reportlab2/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- py-reportlab2/pkg-plist	26 May 2010 12:40:23 -0000	1.4
+++ py-reportlab2/pkg-plist	31 Aug 2011 19:53:33 -0000
@@ -29,10 +29,6 @@
 %%PYTHON_SITELIBDIR%%/reportlab/fonts/_eb_____.pfb
 %%PYTHON_SITELIBDIR%%/reportlab/fonts/_ei_____.pfb
 %%PYTHON_SITELIBDIR%%/reportlab/fonts/_er_____.pfb
-%%PYTHON_SITELIBDIR%%/reportlab/fonts/Sy______.pfb
-%%PYTHON_SITELIBDIR%%/reportlab/fonts/Zd______.pfb
-%%PYTHON_SITELIBDIR%%/reportlab/fonts/Zx______.pfb
-%%PYTHON_SITELIBDIR%%/reportlab/fonts/Zy______.pfb
 %%PYTHON_SITELIBDIR%%/reportlab/graphics/__init__.py
 %%PYTHON_SITELIBDIR%%/reportlab/graphics/__init__.pyc
 %%PYTHON_SITELIBDIR%%/reportlab/graphics/__init__.pyo
--- py-reportlab2.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1314907461.42915>