Module Name: src
Committed By: christos
Date: Mon Oct 26 01:33:28 UTC 2009
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
mention flex
To generate a diff of this commit:
cvs rdiff -u -r1.725 -r1.726 src/doc/3RDPARTY
cvs rdiff -u -r1.1310 -r1.1311 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.725 src/doc/3RDPARTY:1.726
--- src/doc/3RDPARTY:1.725 Sun Oct 25 19:42:58 2009
+++ src/doc/3RDPARTY Sun Oct 25 21:33:28 2009
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.725 2009/10/25 23:42:58 roy Exp $
+# $NetBSD: 3RDPARTY,v 1.726 2009/10/26 01:33:28 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -322,7 +322,7 @@
use file2netbsd
Package: flex
-Version: 2.5.4
+Version: 2.5.35
Current Vers: 2.5.35
Maintainer: Will Estes <[email protected]>
Archive Site: http://flex.sourceforge.net/
@@ -331,8 +331,7 @@
Responsible:
License: BSD-like
Notes:
-The newest version is far more advanced than the one in NetBSD --
-among other features, it can produce re-entrant scanners.
+There is a flex2netbsd script to help newer imports.
Package: gcc
Version: 4.1.3-20080831
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1310 src/doc/CHANGES:1.1311
--- src/doc/CHANGES:1.1310 Sun Oct 25 19:42:58 2009
+++ src/doc/CHANGES Sun Oct 25 21:33:28 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1310 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1311 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -425,4 +425,6 @@
sysinst(8): Give the option to use tmpfs for /tmp in sysinst instead of
the older mfs on i386 and amd64. [ahoka 20091018]
kernel: Remove support for uarea swap-out. [rmind 20091021]
+ bind: Update to 9.7.0-b1. [christos 20091024]
dhcpcd(8): Import dhcpcd-5.1.3. [roy 20091025]
+ flex(1): Import flex-2.5.35 [christos 20091025]