pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

llvm*: PYTHON_FOR_BUILD_ONLY



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sun Feb 21 17:25:55 2016 +0100
Changeset:	b8baaa0a56fc0d7d3b8fb3273f1a3327640a0df0

Modified Files:
	llvm-git/Makefile
	llvm/Makefile

Log Message:
llvm*: PYTHON_FOR_BUILD_ONLY

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b8baaa0a56fc0d7d3b8fb3273f1a3327640a0df0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 llvm-git/Makefile | 6 ++----
 llvm/Makefile     | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diffs:
diff --git a/llvm-git/Makefile b/llvm-git/Makefile
index 997e41a..110592c 100644
--- a/llvm-git/Makefile
+++ b/llvm-git/Makefile
@@ -14,7 +14,7 @@ LICENSE=	modified-bsd
 USE_LANGUAGES=		c c++
 USE_CMAKE=		yes
 GCC_REQD+=		4.8
-PY_PATCHPLIST=		yes
+PYTHON_FOR_BUILD_ONLY=	yes
 
 WRKSRC=			${WRKDIR}/${PKGBASE}
 CONFIGURE_DIRS=		${WRKDIR}/build
@@ -26,6 +26,7 @@ CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=g++
 
 CHECK_PORTABILITY_SKIP=	utils/buildit/build_llvm
 
+# XXX perl is not added as a tool as it does not seem to be required
 REPLACE_PERL+=		utils/GenLibDeps.pl
 REPLACE_PERL+=		utils/UpdateCMakeLists.pl
 REPLACE_PERL+=		utils/codegen-diff
@@ -77,8 +78,5 @@ post-extract:
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../wip/mk/git-package.mk"
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../lang/python/extension.mk"
-.include "../../lang/python/pyversion.mk"
-.include "../../lang/python/application.mk"
 .include "../../lang/python/tool.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/llvm/Makefile b/llvm/Makefile
index a0c9ac0..ff4ab9b 100644
--- a/llvm/Makefile
+++ b/llvm/Makefile
@@ -15,7 +15,7 @@ LICENSE=	modified-bsd
 USE_LANGUAGES=		c c++
 USE_CMAKE=		yes
 GCC_REQD+=		4.8
-PY_PATCHPLIST=		yes
+PYTHON_FOR_BUILD_ONLY=	yes
 
 CONFIGURE_DIRS=         ${WRKDIR}/build
 CMAKE_ARG_PATH=		${WRKSRC}
@@ -26,6 +26,7 @@ CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=g++
 
 CHECK_PORTABILITY_SKIP=	utils/buildit/build_llvm
 
+# XXX perl is not added as a tool as it does not seem to be required
 REPLACE_PERL+=		utils/GenLibDeps.pl
 REPLACE_PERL+=		utils/UpdateCMakeLists.pl
 REPLACE_PERL+=		utils/codegen-diff
@@ -76,8 +77,5 @@ post-extract:
 
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../lang/python/extension.mk"
-.include "../../lang/python/pyversion.mk"
-.include "../../lang/python/application.mk"
 .include "../../lang/python/tool.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index