summaryrefslogtreecommitdiff
path: root/lang/libLLVM/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2017-12-08 02:14:44 +0000
committergdt <gdt@pkgsrc.org>2017-12-08 02:14:44 +0000
commit5a52db23f68515187b8231c764cb2632bf98f1d5 (patch)
treee4fd1cb27e663d39470bd9cdf1275c7c87086040 /lang/libLLVM/Makefile
parent77455a17a53569849966dfe73780c0aa0b200747 (diff)
downloadpkgsrc-5a52db23f68515187b8231c764cb2632bf98f1d5.tar.gz
libLLVM: Revert update to 5.0.0
The update broke MesaLib, which blocks a vast number of packages. In the interest of stability heading towards 2017Q4, revert it, leaving the issue of how to handle updates to this package (how much testing is required, keeping multiple versions, etc.) to after the branch.
Diffstat (limited to 'lang/libLLVM/Makefile')
-rw-r--r--lang/libLLVM/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/libLLVM/Makefile b/lang/libLLVM/Makefile
index 0b9ae58d084..452daa6a4eb 100644
--- a/lang/libLLVM/Makefile
+++ b/lang/libLLVM/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2017/12/01 19:22:13 adam Exp $
+# $NetBSD: Makefile,v 1.27 2017/12/08 02:14:44 gdt Exp $
-DISTNAME= llvm-5.0.0.src
+DISTNAME= llvm-4.0.1.src
PKGNAME= ${DISTNAME:S/llvm/libLLVM/:S/.src//}
CATEGORIES= lang devel
MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/
@@ -123,7 +123,6 @@ post-extract:
.for f in config.guess config.sub
cp ../../mk/gnu-config/${f} ${WRKSRC}/cmake/${f}
.endfor
- ${RM} ${WRKSRC}/tools/opt-viewer/CMakeLists.txt
post-install:
${INSTALL_LIB_DIR} ${DESTDIR}${PREFIX}/lib/libLLVM
@@ -141,6 +140,5 @@ post-install:
.endif
.include "../../devel/zlib/buildlink3.mk"
-.include "../../lang/python/application.mk"
.include "../../lang/python/tool.mk"
.include "../../mk/bsd.pkg.mk"