Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2019 05:10:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237620] devel/py-subversion broken for Python 3
Message-ID:  <bug-237620-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237620

            Bug ID: 237620
           Summary: devel/py-subversion broken for Python 3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: lev@FreeBSD.org
          Reporter: freebsd-bug-report-yf@yf.bsdclub.org
             Flags: maintainer-feedback?(lev@FreeBSD.org)
          Assignee: lev@FreeBSD.org

Subversion swig Python bindings don't support Python 3 yet.

If the patch below is applied to devel/py-subversion/Makefile,
port build runs sanity test for swig python bindings, and will fail
except if FLAVOR=3Dpy27.


Index: devel/py-subversion/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- devel/py-subversion/Makefile        (revision 500076)
+++ devel/py-subversion/Makefile        (working copy)
@@ -24,7 +24,7 @@
                        --without-kwallet \
                        --with-apxs=3Dno

-ALL_TARGET=3D    swig-py-lib swig-py
+ALL_TARGET=3D    swig-py-lib swig-py check-swig-py
 INSTALL_TARGET=3D        install-swig-py

 .include <bsd.port.post.mk>

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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