pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/llvm



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Mar  4 01:49:21 UTC 2018

Modified Files:
        pkgsrc/lang/llvm: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/llvm/Makefile

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

Modified files:

Index: pkgsrc/lang/llvm/Makefile
diff -u pkgsrc/lang/llvm/Makefile:1.28 pkgsrc/lang/llvm/Makefile:1.29
--- pkgsrc/lang/llvm/Makefile:1.28      Mon Jan  8 10:48:34 2018
+++ pkgsrc/lang/llvm/Makefile   Sun Mar  4 01:49:21 2018
@@ -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