svn commit: r472640 - head/security/py-pycryptodomex

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 17 21:44:45 UTC 2018


Author: yuri
Date: Sun Jun 17 21:44:44 2018
New Revision: 472640
URL: https://svnweb.freebsd.org/changeset/ports/472640

Log:
  security/py-pycryptodomex: Fix build by creating a special file in WRKSRC
  
  See https://github.com/Legrandin/pycryptodome/blob/v3.6.1/setup.py#L39-L48
  
  PR:		225217
  Reported by:	John W. O'Brien <john at saltant.com> (maintainer)

Modified:
  head/security/py-pycryptodomex/Makefile

Modified: head/security/py-pycryptodomex/Makefile
==============================================================================
--- head/security/py-pycryptodomex/Makefile	Sun Jun 17 21:39:21 2018	(r472639)
+++ head/security/py-pycryptodomex/Makefile	Sun Jun 17 21:44:44 2018	(r472640)
@@ -8,4 +8,7 @@ MASTERDIR=	${.CURDIR}/../py-pycryptodome
 
 NAMESPACE=	Cryptodome
 
+pre-build:
+	@${TOUCH} ${WRKSRC}/.separate_namespace
+
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list