Module Name: src
Committed By: christos
Date: Thu Jan 17 22:17:58 UTC 2013
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
document libdwarf.
To generate a diff of this commit:
cvs rdiff -u -r1.996 -r1.997 src/doc/3RDPARTY
cvs rdiff -u -r1.1782 -r1.1783 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.996 src/doc/3RDPARTY:1.997
--- src/doc/3RDPARTY:1.996 Tue Jan 8 06:16:29 2013
+++ src/doc/3RDPARTY Thu Jan 17 17:17:58 2013
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.996 2013/01/08 11:16:29 taca Exp $
+# $NetBSD: 3RDPARTY,v 1.997 2013/01/17 22:17:58 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -1389,3 +1389,20 @@ License: CPL
Location: crypto/external/cpl/tpm-tools/dist
Notes:
Need to feed back local changes
+
+Package: libdwarf
+Version: FreeBSD-2013-01-17
+Version: FreeBSD-XXXX-YY-ZZ
+Package: ath-hal
+Version: FreeBSD SVN revision number 185521
+Current Vers: FreeBSD SVN revision number 185521
+Maintainer: John Birrell <[email protected]>
+Archive Site: none
+Home Page: none
+Mailing List: none
+Responsible: christos
+License: BSD-like (2-clause)
+Location: sys/external/bsd/libdwarf/dist
+Notes:
+ Run prepare-import.sh; next time use svn id.
+ Ask jkoshy who the upstream will be.
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1782 src/doc/CHANGES:1.1783
--- src/doc/CHANGES:1.1782 Mon Jan 14 06:00:05 2013
+++ src/doc/CHANGES Thu Jan 17 17:17:58 2013
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1782 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1783 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -177,3 +177,4 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
luna68k: Add netboot support. [tsutsui 20130113]
luna68k: Fix bootloader to make secondary SPC SCSI on LUNA-II work
properly. [tsutsui 20130114]
+ libdwarf: Sync with FreeBSD [christos 20130117]