ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/ObsoleteFiles.inc
(Generate patch)

Comparing trunk/ObsoleteFiles.inc (file contents):
Revision 4531 by laffer1, Wed Jan 4 02:22:01 2012 UTC vs.
Revision 5689 by laffer1, Mon Jan 21 02:22:51 2013 UTC

# Line 1 | Line 1
1   #
2   # $FreeBSD: src/ObsoleteFiles.inc,v 1.25.2.3 2006/02/16 07:25:23 avatar Exp $
3 < # $MidnightBSD: src/ObsoleteFiles.inc,v 1.26 2011/06/12 19:15:26 laffer1 Exp $
3 > # $MidnightBSD: src/ObsoleteFiles.inc,v 1.27 2012/01/04 02:22:01 laffer1 Exp $
4   #
5   # This file lists old files (OLD_FILES), libraries (OLD_LIBS) and
6   # directories (OLD_DIRS) which should get removed at an update. Recently
# Line 15 | Line 15
15   # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
16   #
17  
18 + #20130120
19 + OLD_FILES+=usr/include/sys/kse.h
20 + OLD_FILES+=usr/lib/libkse.so
21 + OLD_LIBS+=usr/lib/libkse.so.3
22 + OLD_FILES+=usr/share/man/man2/kse.2.gz
23 + OLD_FILES+=usr/share/man/man2/kse_create.2.gz
24 + OLD_FILES+=usr/share/man/man2/kse_exit.2.gz
25 + OLD_FILES+=usr/share/man/man2/kse_release.2.gz
26 + OLD_FILES+=usr/share/man/man2/kse_switchin.2.gz
27 + OLD_FILES+=usr/share/man/man2/kse_thr_interrupt.2.gz
28 + OLD_FILES+=usr/share/man/man2/kse_wakeup.2.gz
29 + OLD_FILES+=usr/lib32/libkse.so
30 + OLD_LIBS+=usr/lib32/libkse.so.3
31   #20120103:
32   OLD_FILES+=usr/sbin/pkg_add
33   OLD_FILES+=usr/sbin/pkg_check
# Line 3358 | Line 3371 | OLD_FILES+=usr/share/man/man8/sunlabel.8.gz
3371   .endif
3372   OLD_FILES+=usr/share/man/man4/card.4.gz
3373   OLD_FILES+=usr/share/man/man4/oldcard.4.gz
3361 .if ${DEFAULT_THREAD_LIB} != "libkse" && ${MK_LIBTHR} != "no"
3362 OLD_FILES+=usr/lib/libkse.a
3363 OLD_FILES+=usr/lib/libkse_p.a
3364 OLD_FILES+=usr/lib/libkse_pic.a
3365 .endif
3374   OLD_FILES+=etc/cached.conf
3375   OLD_FILES+=etc/rc.d/cached
3376   OLD_FILES+=usr/sbin/cached
# Line 3768 | Line 3776 | OLD_FILES+=usr/share/man/man1/sasc.1.gz
3776   OLD_FILES+=usr/share/man/man1/sgsc.1.gz
3777   OLD_FILES+=usr/share/man/man4/i386/stl.4.gz
3778   OLD_FILES+=usr/share/man/man8/raidctl.8.gz
3771 .if ${TARGET_ARCH} != "sparc64"
3772 # 20040130: libkse renamed to libpthread
3773 OLD_FILES+=usr/lib/libkse.a
3774 OLD_FILES+=usr/lib/libkse.so
3775 .endif
3779   # 200XYYZZ: /lib transition clitches
3780   OLD_FILES+=lib/libalias.so
3781   OLD_FILES+=lib/libatm.so

Comparing trunk/ObsoleteFiles.inc (property cvs2svn:cvs-rev):
Revision 4531 by laffer1, Wed Jan 4 02:22:01 2012 UTC vs.
Revision 5689 by laffer1, Mon Jan 21 02:22:51 2013 UTC

# Line 1 | Line 1
1 < 1.27
1 > 1.28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines