pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/llvm llvm: REmove libLLVM from list of packages t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70834f70754d
branches:  trunk
changeset: 376536:70834f70754d
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Mar 04 01:49:21 2018 +0000

description:
llvm: REmove libLLVM from list of packages to be updated

libLLVM has a different versioning scheme, to accomodate depending
packages that typically do not work with updated libLLVM.

diffstat:

 lang/llvm/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r eccc227227d9 -r 70834f70754d lang/llvm/Makefile
--- a/lang/llvm/Makefile        Sun Mar 04 01:47:39 2018 +0000
+++ b/lang/llvm/Makefile        Sun Mar 04 01:49:21 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2018/01/08 10:48:34 jperkin Exp $
+# $NetBSD: Makefile,v 1.29 2018/03/04 01:49:21 gdt Exp $
 #
 # when updating this, please also update:
 # devel/include-what-you-use
@@ -6,9 +6,13 @@
 # devel/polly
 # lang/clang
 # lang/clang-static-analyzer
-# lang/libLLVM
 # lang/libunwind
 #
+# Do not update:
+#   lang/libLLVM
+# because pkgsrc provides multiple versions and lang/libLLVM is
+# logically libLLVM4.
+#
 # Always update all */buildlink3.mk to require the latest stable release
 # version in BUILDLINK_API_DEPENDS, as there is no backwards compatibility
 



Home | Main Index | Thread Index | Old Index