pkgsrc-WIP-changes archive

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

libcxx-netbsd: Switch to SVN r. 334168



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Jun 7 19:12:07 2018 +0200
Changeset:	14853e54731787fd119d34dd34c71ab2fa0ed651

Modified Files:
	libcxx-netbsd/Makefile

Log Message:
libcxx-netbsd: Switch to SVN r. 334168

Set version to 7.0.0.

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=14853e54731787fd119d34dd34c71ab2fa0ed651

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

diffstat:
 libcxx-netbsd/Makefile | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diffs:
diff --git a/libcxx-netbsd/Makefile b/libcxx-netbsd/Makefile
index 7de3273e7f..215e91e5e4 100644
--- a/libcxx-netbsd/Makefile
+++ b/libcxx-netbsd/Makefile
@@ -1,10 +1,11 @@
 # $NetBSD: Makefile.common,v 1.7 2015/07/20 05:49:53 adam Exp $
 
-PKGNAME=	libcxx-4.0.0
+PKGNAME=	libcxx-7.0.0
 CATEGORIES=	lang devel
 
-GIT_REPOSITORIES=	libcxx
-GIT_REPO.libcxx=	https://github.com/llvm-mirror/libcxx.git
+SVN_REPOSITORIES=		libcxx
+SVN_REPO.libcxx=		http://llvm.org/svn/llvm-project/libcxx/trunk
+SVN_REVISION.libcxx=		334168
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://libcxx.llvm.org/
@@ -26,7 +27,7 @@ CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=${CXX:Q}
 post-extract:
 	${RUN} mkdir -p ${WRKDIR}/build
 
-.include "../../wip/mk/git-package.mk"
-DEPENDS+=       llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm-git
-.include "../../wip/llvm-git/buildlink3.mk"
+.include "../../wip/mk/svn-package.mk"
+#DEPENDS+=       llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm-netbsd
+#.include "../../wip/llvm-netbsd/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index