pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/libLLVM



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Mar  4 01:47:39 UTC 2018

Modified Files:
        pkgsrc/lang/libLLVM: Makefile

Log Message:
libLLVM: Note plan for this to stay at 4.0


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/libLLVM/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/libLLVM/Makefile
diff -u pkgsrc/lang/libLLVM/Makefile:1.27 pkgsrc/lang/libLLVM/Makefile:1.28
--- pkgsrc/lang/libLLVM/Makefile:1.27   Fri Dec  8 02:14:44 2017
+++ pkgsrc/lang/libLLVM/Makefile        Sun Mar  4 01:47:39 2018
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.27 2017/12/08 02:14:44 gdt Exp $
+# $NetBSD: Makefile,v 1.28 2018/03/04 01:47:39 gdt Exp $
 
 DISTNAME=      llvm-4.0.1.src
 PKGNAME=       ${DISTNAME:S/llvm/libLLVM/:S/.src//}
 CATEGORIES=    lang devel
 MASTER_SITES=  http://llvm.org/releases/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.xz
+# This package is 4.0 on purpose, so that depending packages are not
+# broken.  (It could be renamed libLLVM4.)
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://llvm.org/



Home | Main Index | Thread Index | Old Index