[Midnightbsd-cvs] mports [22390] trunk/Mk/bsd.mport.mk: skip the python extension as it freaks out with USE_PYTHON and USES= python:3 at the same time.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 18 12:13:16 EDT 2017


Revision: 22390
          http://svnweb.midnightbsd.org/mports/?rev=22390
Author:   laffer1
Date:     2017-03-18 12:13:15 -0400 (Sat, 18 Mar 2017)
Log Message:
-----------
skip the python extension as it freaks out with USE_PYTHON and USES=python:3 at the same time.

Modified Paths:
--------------
    trunk/Mk/bsd.mport.mk

Modified: trunk/Mk/bsd.mport.mk
===================================================================
--- trunk/Mk/bsd.mport.mk	2017-03-18 16:12:40 UTC (rev 22389)
+++ trunk/Mk/bsd.mport.mk	2017-03-18 16:13:15 UTC (rev 22390)
@@ -378,7 +378,7 @@
 		pgsql php python java qt ruby scons sdl sqlite \
 		tar tcl tk tex wx xfce zip
 
-.for EXT in ${_ALL_EXT:tu} 
+.for EXT in ${_ALL_EXT:S/python//g:tu}
 .	if defined(USE_${EXT}) || defined(USE_${EXT}_RUN) || defined(USE_${EXT}_BUILD) || defined(WANT_${EXT}) || defined(_LOAD_${EXT}_EXT)
 .		include "${MPORTEXTENSIONS}/${EXT:tl}.mk"
 .	endif



More information about the Midnightbsd-cvs mailing list