Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2019 14:16:28 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516889 - head/Mk/Uses
Message-ID:  <201911061416.xA6EGSYx046688@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Nov  6 14:16:28 2019
New Revision: 516889
URL: https://svnweb.freebsd.org/changeset/ports/516889

Log:
  Adjust PYTHON_ABIVER for python 3.8
  
  With hat:	portmgr

Modified:
  head/Mk/Uses/python.mk

Modified: head/Mk/Uses/python.mk
==============================================================================
--- head/Mk/Uses/python.mk	Wed Nov  6 14:08:57 2019	(r516888)
+++ head/Mk/Uses/python.mk	Wed Nov  6 14:16:28 2019	(r516889)
@@ -496,8 +496,8 @@ PYTHON_CMD?=		${_PYTHON_BASECMD}${_PYTHON_VERSION}
 .if ${PYTHON_VER} != 2.7
 .if exists(${PYTHON_CMD}-config)
 PYTHON_ABIVER!=		${PYTHON_CMD}-config --abiflags
-.else
-# Default ABI flags for lang/python3x ports
+.elif ${PYTHON_REL} < 3800
+# Default ABI flags for lang/python3[567] ports
 PYTHON_ABIVER=		m
 .endif
 .endif



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