misc/122099: [patch] usbdevs.h missing from ObsoleteFiles.inc in 6.x

John Hein jhein at timing.com
Wed Mar 26 00:30:02 UTC 2008


>Number:         122099
>Category:       misc
>Synopsis:       [patch] usbdevs.h missing from ObsoleteFiles.inc in 6.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 26 00:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     John Hein
>Release:        FreeBSD 6
>Organization:
>Environment:


>Description:

RELENG_6 doesn't list usbdevs.h and usbdevs_data.h in ObsoleteFiles.inc
and they were remove before any 6.x was tagged.

Also the patch below better documents when they were removed from
HEAD.

It would be great if the patch could be committed, then merged
back to 6.x (and 7 for consistency).

These files are just as stale for any 6.x installation as they are for
HEAD.

>How-To-Repeat:

Use buildworld to update from an old 5.x that had usbdevs.h in
/usr/include to 6.x - note the stale usbdevs.h after 'make delete-old'

>Fix:

Index: ObsoleteFiles.inc
===================================================================
RCS file: /base/FreeBSD-CVS/src/ObsoleteFiles.inc,v
retrieving revision 1.133
diff -u -p -r1.133 ObsoleteFiles.inc
--- ObsoleteFiles.inc	13 Mar 2008 18:17:46 -0000	1.133
+++ ObsoleteFiles.inc	25 Mar 2008 23:48:07 -0000
@@ -3551,8 +3551,6 @@ OLD_FILES+=sbin/mount_reiserfs
 OLD_FILES+=usr/bin/hesinfo
 OLD_FILES+=usr/include/c++/3.4/ext/demangle.h
 OLD_FILES+=usr/include/cam/cam_extend.h
-OLD_FILES+=usr/include/dev/usb/usbdevs.h
-OLD_FILES+=usr/include/dev/usb/usbdevs_data.h
 OLD_FILES+=usr/include/dev/wi/wi_hostap.h
 OLD_FILES+=usr/include/disktab.h
 OLD_FILES+=usr/include/g++/FlexLexer.h
@@ -4341,6 +4339,9 @@ OLD_LIBS+=usr/lib/pam_ftp.so.2
 OLD_DIRS+=usr/share/doc/bind/html
 OLD_DIRS+=usr/share/doc/bind/misc
 OLD_DIRS+=usr/share/doc/bind/
+# 20040627: usbdevs.h removal
+OLD_FILES+=usr/include/dev/usb/usbdevs.h
+OLD_FILES+=usr/include/dev/usb/usbdevs_data.h
 # ???
 OLD_DIRS+=usr/include/g++/std
 OLD_DIRS+=usr/include/msdosfs
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list