svn commit: r565460 - in head/devel: py-subversion subversion subversion/files

Lev A. Serebryakov lev at FreeBSD.org
Tue Feb 16 21:24:59 UTC 2021


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


More information about the svn-ports-all mailing list