Date: Fri, 5 Apr 2019 16:55:24 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497972 - head/devel/py-jcc Message-ID: <201904051655.x35GtO6H006715@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Apr 5 16:55:24 2019 New Revision: 497972 URL: https://svnweb.freebsd.org/changeset/ports/497972 Log: - Document incompatibility with python 3.7+ Approved by: portmgr blanket Modified: head/devel/py-jcc/Makefile Modified: head/devel/py-jcc/Makefile ============================================================================== --- head/devel/py-jcc/Makefile Fri Apr 5 16:54:57 2019 (r497971) +++ head/devel/py-jcc/Makefile Fri Apr 5 16:55:24 2019 (r497972) @@ -20,7 +20,7 @@ BROKEN_powerpc64= fails to link: /usr/bin/ld: cannot f NOT_FOR_ARCHS= mips mips64 NOT_FOR_ARCHS_REASON= Java not available for this architecture -USES= python +USES= python:-3.6 USE_PYTHON= distutils autoplist PYDISTUTILS_PKGNAME= JCC USE_JAVA= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904051655.x35GtO6H006715>