Date: Tue, 16 Feb 2021 21:24:58 +0000 (UTC) From: "Lev A. Serebryakov" <lev@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565460 - in head/devel: py-subversion subversion subversion/files Message-ID: <202102162124.11GLOwbx028042@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lev Date: Tue Feb 16 21:24:58 2021 New Revision: 565460 URL: https://svnweb.freebsd.org/changeset/ports/565460 Log: Proper fix for python bindings build failure: disable parallel build. MFH: 2021Q1 Deleted: head/devel/subversion/files/extra-patch-python-bindings Modified: head/devel/py-subversion/Makefile head/devel/subversion/Makefile.addons Modified: head/devel/py-subversion/Makefile ============================================================================== --- head/devel/py-subversion/Makefile Tue Feb 16 21:18:59 2021 (r565459) +++ head/devel/py-subversion/Makefile Tue Feb 16 21:24:58 2021 (r565460) @@ -11,7 +11,10 @@ BUILD_DEPENDS= ${LOCALBASE}/include/py3c.h:devel/py3c USES= python:2.7+ USE_PYTHON= flavors py3kplist -PORTREVISION_114= 1 +# There is bug in python bindings Makefile +MAKE_JOBS_UNSAFE=yes + +PORTREVISION_114= 2 PORTREVISION_LTS= 0 SVN_BUILD_BINDINGS= yes Modified: head/devel/subversion/Makefile.addons ============================================================================== --- head/devel/subversion/Makefile.addons Tue Feb 16 21:18:59 2021 (r565459) +++ head/devel/subversion/Makefile.addons Tue Feb 16 21:24:58 2021 (r565460) @@ -17,7 +17,6 @@ PLIST_SUB+= SVN115="" SVNLTS="@comment " LIB_DEPENDS+= libsvn_client-1.so:devel/subversion OPTIONS_NAME= devel_subversion MASTERDIR= ${.CURDIR}/../../devel/subversion -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-python-bindings .include "${MASTERDIR}/Makefile.common" .elif ${WITH_SUBVERSION_VER} == LTS PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-lts
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102162124.11GLOwbx028042>