svn commit: r502687 - head/devel/shiboken2

Tobias Kortkamp tobik at FreeBSD.org
Sun May 26 05:07:12 UTC 2019


Author: tobik
Date: Sun May 26 05:07:11 2019
New Revision: 502687
URL: https://svnweb.freebsd.org/changeset/ports/502687

Log:
  devel/shiboken2: Remove nop python_OLD_COMMAND
  
  Should have been python_OLD_CMD, but shebangfix already knows about
  "/usr/bin/env python".

Modified:
  head/devel/shiboken2/Makefile

Modified: head/devel/shiboken2/Makefile
==============================================================================
--- head/devel/shiboken2/Makefile	Sun May 26 05:00:49 2019	(r502686)
+++ head/devel/shiboken2/Makefile	Sun May 26 05:07:11 2019	(r502687)
@@ -25,7 +25,6 @@ USE_QT=		buildtools_build core gui network qmake_build
 		xml xmlpatterns
 
 SHEBANG_FILES=		shiboken_tool.py
-python_OLD_COMMAND=	"/usr/bin/env python"
 
 CONFIGURE_ENV+=	LLVM_CONFIG=${LOCALBASE}/bin/llvm-config${LLVM_DEFAULT}
 CMAKE_ARGS+=	"-DCMAKE_CXX_FLAGS=-lexecinfo" \


More information about the svn-ports-head mailing list