Module Name: src
Committed By: tron
Date: Sun Jul 3 22:01:27 UTC 2011
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
"less" was updated to version 444.
To generate a diff of this commit:
cvs rdiff -u -r1.849 -r1.850 src/doc/3RDPARTY
cvs rdiff -u -r1.1573 -r1.1574 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.849 src/doc/3RDPARTY:1.850
--- src/doc/3RDPARTY:1.849 Tue Jun 28 09:17:21 2011
+++ src/doc/3RDPARTY Sun Jul 3 22:01:27 2011
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.849 2011/06/28 09:17:21 jruoho Exp $
+# $NetBSD: 3RDPARTY,v 1.850 2011/07/03 22:01:27 tron Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -508,8 +508,8 @@
among KAME/*BSD, *BSD-current and recent *BSD releases.
Package: less
-Version: less394
-Current Vers: less443
+Version: less-444
+Current Vers: less-444
Maintainer: Mark Nudelman <[email protected]>
Archive Site: http://www.greenwoodsoftware.com/less/download.html
Home Page: http://www.greenwoodsoftware.com/less/
@@ -518,11 +518,9 @@
License: Less License (BSD 2-clause) or GPLv3 (v2 prior to less418)
Notes:
Many changes to make less act as more when invoked as more. Beware.
-Use the src/usr.bin/less/less2netbsd script to prepare source tree
+Use the "src/external/bsd/less/less2netbsd" script to prepare source tree
for importation. Run ./configure before hand to generate "defines.h".
-Talk to mrg before importing any new version. (less 381's configure
-does not detect NetBSD has a sigset_t due to a bad test; this is fixed
-by hand in defines.h.)
+Talk to mrg before importing any new version.
Package: libarchive
Version: 2.8.0
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1573 src/doc/CHANGES:1.1574
--- src/doc/CHANGES:1.1573 Tue Jun 28 09:17:21 2011
+++ src/doc/CHANGES Sun Jul 3 22:01:27 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1573 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1574 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1056,3 +1056,4 @@
userland: Add an 'e' mode character to popen(3), and fopen(3) to set
close on exec to opened file descriptors. [christos 20110626]
acpi(4): Updated ACPICA to 20110623. [jruoho 20110628]
+ less(1): Import version 444. [tron 20110703]