pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lldb



Module Name:    pkgsrc
Committed By:   kamil
Date:           Tue May  9 12:49:56 UTC 2017

Modified Files:
        pkgsrc/devel/lldb: PLIST

Log Message:
Fix PLIST after removal of local patch adding regex functions

These files used to be required to correct standalone build.

Noted by <wiz>


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/lldb/PLIST

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

Modified files:

Index: pkgsrc/devel/lldb/PLIST
diff -u pkgsrc/devel/lldb/PLIST:1.5 pkgsrc/devel/lldb/PLIST:1.6
--- pkgsrc/devel/lldb/PLIST:1.5 Fri Mar 17 22:38:17 2017
+++ pkgsrc/devel/lldb/PLIST     Tue May  9 12:49:56 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2017/03/17 22:38:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2017/05/09 12:49:56 kamil Exp $
 bin/lldb
 bin/${PKGNAME}
 bin/lldb-argdumper
@@ -483,11 +483,6 @@ include/lldb/Utility/StringLexer.h
 include/lldb/Utility/TaskPool.h
 include/lldb/Utility/Timeout.h
 include/lldb/Utility/Utils.h
-include/lldb/Utility/regcclass.h
-include/lldb/Utility/regcname.h
-include/lldb/Utility/regex2.h
-include/lldb/Utility/regex_impl.h
-include/lldb/Utility/regutils.h
 include/lldb/lldb-defines.h
 include/lldb/lldb-enumerations.h
 include/lldb/lldb-forward.h



Home | Main Index | Thread Index | Old Index