svn commit: r234709 - head

2012-04-26 Thread Hans Petter Selasky
Author: hselasky
Date: Thu Apr 26 14:34:46 2012
New Revision: 234709
URL: http://svn.freebsd.org/changeset/base/234709

Log:
  Add libusb.so.2 to obsolete files.
  
  Suggested by: dumbbell @

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==
--- head/ObsoleteFiles.inc  Thu Apr 26 14:02:39 2012(r234708)
+++ head/ObsoleteFiles.inc  Thu Apr 26 14:34:46 2012(r234709)
@@ -633,6 +633,7 @@ OLD_LIBS+=usr/lib/libssl.so.5
 OLD_LIBS+=usr/lib/libtacplus.so.3
 OLD_LIBS+=usr/lib/libugidfw.so.3
 OLD_LIBS+=usr/lib/libusb.so.1
+OLD_LIBS+=usr/lib/libusb.so.2
 OLD_LIBS+=usr/lib/libusbhid.so.3
 OLD_LIBS+=usr/lib/libvgl.so.5
 OLD_LIBS+=usr/lib/libwrap.so.5
@@ -734,6 +735,7 @@ OLD_LIBS+=usr/lib32/libufs.so.4
 OLD_LIBS+=usr/lib32/libugidfw.so.3
 OLD_LIBS+=usr/lib32/libumem.so.1
 OLD_LIBS+=usr/lib32/libusb.so.1
+OLD_LIBS+=usr/lib32/libusb.so.2
 OLD_LIBS+=usr/lib32/libusbhid.so.3
 OLD_LIBS+=usr/lib32/libutil.so.7
 OLD_LIBS+=usr/lib32/libuutil.so.1
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


Re: svn commit: r234709 - head

2012-04-26 Thread Jean-Sébastien Pédron
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 26.04.2012 16:34, Hans Petter Selasky wrote:
 Modified: head/ObsoleteFiles.inc OLD_LIBS+=usr/lib/libusb.so.1 
 +OLD_LIBS+=usr/lib/libusb.so.2

Entries are sorted by date (recent first), not alphabetically. You
should move your modifications to the top of the file, adding a
comment with the date and the reason.

See for example the last entry following clang update:
# 20120415: new clang import which bumps version from 3.0 to 3.1

- -- 
Jean-Sébastien Pédron
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+ZYc8ACgkQa+xGJsFYOlNm5ACfTcHj/Pwy4jF+lagTXQjz0lmE
FcIAnipVqp6w0QYMOmEjJ9ibRXmOwXov
=W05t
-END PGP SIGNATURE-
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org