pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
*: Switch {LLVM/Clang/LLDB}-git-netbsd to SVN
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Dec 17 01:46:33 2016 +0100
Changeset: 428b12dc8eb3069dc9161be969d495169c50e310
Modified Files:
clang-git-netbsd/Makefile
clang-git-netbsd/Makefile.common
clang-git-netbsd/PLIST
lldb-git-netbsd/Makefile
llvm-git-netbsd/Makefile
Log Message:
*: Switch {LLVM/Clang/LLDB}-git-netbsd to SVN
Git revisions are not shared across these projects and in order to use exactly
the same revision switch to SVN.
Sponsored by <The NetBSD Foundation>
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=428b12dc8eb3069dc9161be969d495169c50e310
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
clang-git-netbsd/Makefile | 2 +-
clang-git-netbsd/Makefile.common | 11 ++++++-----
clang-git-netbsd/PLIST | 2 +-
lldb-git-netbsd/Makefile | 15 ++++++++-------
llvm-git-netbsd/Makefile | 8 ++++----
5 files changed, 20 insertions(+), 18 deletions(-)
diffs:
diff --git a/clang-git-netbsd/Makefile b/clang-git-netbsd/Makefile
index 151965a..0c57c02 100644
--- a/clang-git-netbsd/Makefile
+++ b/clang-git-netbsd/Makefile
@@ -14,4 +14,4 @@ post-install: install-clang-cpp
install-clang-cpp:
${LN} -fs clang ${DESTDIR}${PREFIX}/bin/clang-cpp
-.include "../../wip/clang-git/Makefile.common"
+.include "../../wip/clang-git-netbsd/Makefile.common"
diff --git a/clang-git-netbsd/Makefile.common b/clang-git-netbsd/Makefile.common
index 786d9e3..368ac8d 100644
--- a/clang-git-netbsd/Makefile.common
+++ b/clang-git-netbsd/Makefile.common
@@ -4,8 +4,9 @@
CATEGORIES= lang devel
-GIT_REPOSITORIES= clang
-GIT_REPO.clang= git://github.com/llvm-mirror/clang.git
+SVN_REPOSITORIES= clang
+SVN_REPO.clang= http://llvm.org/svn/llvm-project/cfe/trunk
+SVN_REVISION.clang= 289997
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://clang.llvm.org/
@@ -118,9 +119,9 @@ post-extract:
${RUN} mkdir -p ${WRKDIR}/build
.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../wip/mk/git-package.mk"
+.include "../../wip/mk/svn-package.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/tool.mk"
-DEPENDS+= llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm-git
-.include "../../wip/llvm-git/buildlink3.mk"
+DEPENDS+= llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm-git-netbsd
+.include "../../wip/llvm-git-netbsd/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/clang-git-netbsd/PLIST b/clang-git-netbsd/PLIST
index 1232564..738f26e 100644
--- a/clang-git-netbsd/PLIST
+++ b/clang-git-netbsd/PLIST
@@ -510,6 +510,7 @@ lib/clang/${PKGVERSION}/include/clflushoptintrin.h
lib/clang/${PKGVERSION}/include/cpuid.h
lib/clang/${PKGVERSION}/include/cuda_wrappers/algorithm
lib/clang/${PKGVERSION}/include/cuda_wrappers/complex
+lib/clang/${PKGVERSION}/include/cuda_wrappers/new
lib/clang/${PKGVERSION}/include/emmintrin.h
lib/clang/${PKGVERSION}/include/f16cintrin.h
lib/clang/${PKGVERSION}/include/float.h
@@ -565,7 +566,6 @@ lib/clang/${PKGVERSION}/include/xsaveintrin.h
lib/clang/${PKGVERSION}/include/xsaveoptintrin.h
lib/clang/${PKGVERSION}/include/xsavesintrin.h
lib/clang/${PKGVERSION}/include/xtestintrin.h
-lib/clang/${PKGVERSION}/include/cuda_wrappers/new
lib/cmake/clang/ClangConfig.cmake
lib/cmake/clang/ClangTargets-release.cmake
lib/cmake/clang/ClangTargets.cmake
diff --git a/lldb-git-netbsd/Makefile b/lldb-git-netbsd/Makefile
index 3a9208b..ce2e811 100644
--- a/lldb-git-netbsd/Makefile
+++ b/lldb-git-netbsd/Makefile
@@ -3,8 +3,9 @@
PKGNAME= lldb-4.0.0
CATEGORIES= lang devel
-GIT_REPOSITORIES= lldb
-GIT_REPO.lldb= git://github.com/llvm-mirror/lldb.git
+SVN_REPOSITORIES= lldb
+SVN_REPO.lldb= http://llvm.org/svn/llvm-project/lldb/trunk
+SVN_REVISION.lldb= 289997
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://lldb.org/
@@ -67,11 +68,11 @@ post-extract:
${RM} ${WRKSRC}/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp
.include "../../textproc/libxml2/buildlink3.mk"
-DEPENDS+= llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm-git
-.include "../../wip/llvm-git/buildlink3.mk"
-DEPENDS+= clang-${PKGVERSION_NOREV}{,nb*}:../../wip/clang-git
-.include "../../wip/clang-git/buildlink3.mk"
-.include "../../wip/mk/git-package.mk"
+DEPENDS+= llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm-git-netbsd
+.include "../../wip/llvm-git-netbsd/buildlink3.mk"
+DEPENDS+= clang-${PKGVERSION_NOREV}{,nb*}:../../wip/clang-git-netbsd
+.include "../../wip/clang-git-netbsd/buildlink3.mk"
+.include "../../wip/mk/svn-package.mk"
PYTHON_VERSIONS_ACCEPTED= 27
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/extension.mk"
diff --git a/llvm-git-netbsd/Makefile b/llvm-git-netbsd/Makefile
index 619ab1e..fb84ad7 100644
--- a/llvm-git-netbsd/Makefile
+++ b/llvm-git-netbsd/Makefile
@@ -3,9 +3,9 @@
PKGNAME= llvm-4.0.0
CATEGORIES= lang devel
-GIT_REPOSITORIES= llvm
-GIT_REPO.llvm= git://github.com/llvm-mirror/llvm.git
-GIT_REVISION.llvm= a07f27643c7e5334f2fd5bd6c84c7bde32a759d7
+SVN_REPOSITORIES= llvm
+SVN_REPO.llvm= http://llvm.org/svn/llvm-project/llvm/trunk
+SVN_REVISION.llvm= 289997
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://llvm.org/
@@ -78,7 +78,7 @@ post-extract:
cp ../../mk/gnu-config/${f} ${WRKSRC}/cmake/${f}
.endfor
-.include "../../wip/mk/git-package.mk"
+.include "../../wip/mk/svn-package.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/tool.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index