pkgsrc-WIP-changes archive

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

lld-netbsd: Eliminate



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Jul 17 01:31:25 2017 +0200
Changeset:	bc0bed92c50cd85862100aad67cbde0da25bf677

Removed Files:
	lld-netbsd/DESCR
	lld-netbsd/Makefile
	lld-netbsd/PLIST
	lld-netbsd/buildlink3.mk
	lld-netbsd/distinfo

Log Message:
lld-netbsd: Eliminate

No development on LLD/NetBSD (the linker).

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=bc0bed92c50cd85862100aad67cbde0da25bf677

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

diffstat:
 lld-netbsd/DESCR         |  1 -
 lld-netbsd/Makefile      | 33 ---------------------------------
 lld-netbsd/PLIST         | 39 ---------------------------------------
 lld-netbsd/buildlink3.mk | 14 --------------
 lld-netbsd/distinfo      | 14 --------------
 5 files changed, 101 deletions(-)

diffs:
diff --git a/lld-netbsd/DESCR b/lld-netbsd/DESCR
deleted file mode 100644
index daab21845c..0000000000
--- a/lld-netbsd/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-lld - The LLVM Linker
diff --git a/lld-netbsd/Makefile b/lld-netbsd/Makefile
deleted file mode 100644
index 02beb95a25..0000000000
--- a/lld-netbsd/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile.common,v 1.7 2015/07/20 05:49:53 adam Exp $
-
-PKGNAME=	lld-5.0.0
-CATEGORIES=	devel
-
-SVN_REPOSITORIES=	lld
-SVN_REPO.lld=		http://llvm.org/svn/llvm-project/lld/trunk
-SVN_REVISION.lld=	305636
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://lld.llvm.org/
-COMMENT=	The LLVM Linker
-LICENSE=	modified-bsd
-
-WRKSRC=			${WRKDIR}/${PKGBASE}
-CONFIGURE_DIRS=		${WRKDIR}/build
-CMAKE_ARG_PATH=		${WRKSRC}
-
-USE_LANGUAGES=		c c++11
-USE_CMAKE=		yes
-GCC_REQD+=		4.8
-
-CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
-CMAKE_ARGS+=	-DCMAKE_C_COMPILER=${CC:Q}
-CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=${CXX:Q}
-
-post-extract:
-	${RUN} mkdir -p ${WRKDIR}/build
-
-DEPENDS+=	llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm-netbsd
-.include "../../wip/llvm-netbsd/buildlink3.mk"
-.include "../../wip/mk/svn-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lld-netbsd/PLIST b/lld-netbsd/PLIST
deleted file mode 100644
index 46f0d939d5..0000000000
--- a/lld-netbsd/PLIST
+++ /dev/null
@@ -1,39 +0,0 @@
-@comment $NetBSD$
-bin/ld.lld
-bin/lld
-bin/lld-link
-include/lld/Config/Version.h
-include/lld/Core/AbsoluteAtom.h
-include/lld/Core/ArchiveLibraryFile.h
-include/lld/Core/Atom.h
-include/lld/Core/DefinedAtom.h
-include/lld/Core/Error.h
-include/lld/Core/File.h
-include/lld/Core/Instrumentation.h
-include/lld/Core/LLVM.h
-include/lld/Core/LinkingContext.h
-include/lld/Core/Node.h
-include/lld/Core/Pass.h
-include/lld/Core/PassManager.h
-include/lld/Core/Reader.h
-include/lld/Core/Reference.h
-include/lld/Core/Reproduce.h
-include/lld/Core/Resolver.h
-include/lld/Core/SharedLibraryAtom.h
-include/lld/Core/SharedLibraryFile.h
-include/lld/Core/Simple.h
-include/lld/Core/SymbolTable.h
-include/lld/Core/TargetOptionsCommandFlags.h
-include/lld/Core/UndefinedAtom.h
-include/lld/Core/Writer.h
-include/lld/Driver/Driver.h
-include/lld/ReaderWriter/MachOLinkingContext.h
-include/lld/ReaderWriter/YamlContext.h
-lib/liblldCOFF.a
-lib/liblldConfig.a
-lib/liblldCore.a
-lib/liblldDriver.a
-lib/liblldELF.a
-lib/liblldMachO.a
-lib/liblldReaderWriter.a
-lib/liblldYAML.a
diff --git a/lld-netbsd/buildlink3.mk b/lld-netbsd/buildlink3.mk
deleted file mode 100644
index 8bd20c760b..0000000000
--- a/lld-netbsd/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	lld
-
-.if !defined(LLD_BUILDLINK3_MK)
-LLD_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.lld+=	lld>=5.0.0
-BUILDLINK_PKGSRCDIR.lld?=	../../wip/lld-git
-
-.include "../../wip/llvm-git/buildlink3.mk"
-.endif	# LLD_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-lld
diff --git a/lld-netbsd/distinfo b/lld-netbsd/distinfo
deleted file mode 100644
index 7931384fd5..0000000000
--- a/lld-netbsd/distinfo
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: distinfo,v 1.35 2015/09/11 01:21:57 tnn Exp $
-
-SHA1 (cfe-3.6.2.src.tar.xz) = 7ba809c9c17819a16b668640a642ed134d7052f0
-RMD160 (cfe-3.6.2.src.tar.xz) = 10d913b4d5317f8c2520e5fc6117df30937317a8
-Size (cfe-3.6.2.src.tar.xz) = 8617576 bytes
-SHA1 (compiler-rt-3.6.2.src.tar.xz) = c6c52d2923a60f1a2ca2f22fea1770fd2e25728d
-RMD160 (compiler-rt-3.6.2.src.tar.xz) = 9b68a32d49d4bef4603d550934192f39fea42895
-Size (compiler-rt-3.6.2.src.tar.xz) = 1128080 bytes
-SHA1 (libcxx-3.6.2.src.tar.xz) = 6c5aee9f05ecf17d1e3ecb1add34a33a5a904469
-RMD160 (libcxx-3.6.2.src.tar.xz) = 42b8832d01d4e6b553babc93cb5dbd4ce2bb1931
-Size (libcxx-3.6.2.src.tar.xz) = 944020 bytes
-SHA1 (llvm-3.6.2.src.tar.xz) = 7a00257eb2bc9431e4c77c3a36b033072c54bc7e
-RMD160 (llvm-3.6.2.src.tar.xz) = 521cbc5fe2925ea3c6e90c7a31f752a04045c972
-Size (llvm-3.6.2.src.tar.xz) = 12802380 bytes


Home | Main Index | Thread Index | Old Index