pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/libreoffice4 Depend on py-expat, and limit to pyt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7935d09c15bc
branches:  trunk
changeset: 646243:7935d09c15bc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 05 20:25:56 2015 +0000

description:
Depend on py-expat, and limit to python-2.x for build.
(With python-3.x I saw an error about 'aliases' not being found (IIRC)
 and then a python coredump.)

diffstat:

 misc/libreoffice4/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 844a91650fe4 -r 7935d09c15bc misc/libreoffice4/Makefile
--- a/misc/libreoffice4/Makefile        Thu Feb 05 19:47:22 2015 +0000
+++ b/misc/libreoffice4/Makefile        Thu Feb 05 20:25:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2015/02/05 09:24:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.57 2015/02/05 20:25:56 wiz Exp $
 
 VERREL=                4.4.0
 VERRC=         3
@@ -105,6 +105,9 @@
 WRKSRC=                ${WRKDIR}/${LO_BOOTSTRAP}
 
 BUILD_DEPENDS+=                p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
+DEPENDS+=              ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
+PYTHON_VERSIONS_INCOMPATIBLE=  33 34 # as of 4.4.0.3
 
 # dmake scripts use relative path with -rpath-link ld arguments, which
 # is a no-go with normal pkgsrc wrappers.



Home | Main Index | Thread Index | Old Index