From owner-p4-projects@FreeBSD.ORG Sun Dec 5 10:16:56 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0C96E1065673; Sun, 5 Dec 2010 10:16:56 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C31341065670 for ; Sun, 5 Dec 2010 10:16:55 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id AE16A8FC1B for ; Sun, 5 Dec 2010 10:16:55 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id oB5AGtew041587 for ; Sun, 5 Dec 2010 10:16:55 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id oB5AGt9v041584 for perforce@freebsd.org; Sun, 5 Dec 2010 10:16:55 GMT (envelope-from rene@FreeBSD.org) Date: Sun, 5 Dec 2010 10:16:55 GMT Message-Id: <201012051016.oB5AGt9v041584@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 186647 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Dec 2010 10:16:56 -0000 http://p4web.freebsd.org/@@186647?ac=10 Change 186647 by rene@rene_acer on 2010/12/05 10:15:56 IFC Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/Makefile#4 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/article.sgml#4 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#81 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.ent#4 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.portmgralumni.sgml#1 branch .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml#24 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/disks/chapter.sgml#16 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml#11 integrate .. //depot/projects/docproj_nl/www/share/sgml/usergroups.xml#20 integrate Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/Makefile#4 (text+ko) ==== @@ -1,5 +1,5 @@ # -# $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/Makefile,v 1.12 2010/02/20 18:38:46 linimon Exp $ +# $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/Makefile,v 1.13 2010/12/04 18:18:25 tabthorpe Exp $ # # Article: Contributors to FreeBSD @@ -19,6 +19,7 @@ SRCS+= contrib.corealumni.sgml SRCS+= contrib.develalumni.sgml SRCS+= contrib.develinmemoriam.sgml +SRCS+= contrib.portmgralumni.sgml URL_RELPREFIX?= ../../../.. DOC_PREFIX?= ${.CURDIR}/../../.. ==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/article.sgml#4 (text+ko) ==== @@ -10,7 +10,7 @@ Contributors to FreeBSD - $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/article.sgml,v 1.451 2010/02/20 19:10:50 linimon Exp $ + $FreeBSD: doc/en_US.ISO8859-1/articles/contributors/article.sgml,v 1.452 2010/12/04 18:18:25 tabthorpe Exp $ &tm-attrib.freebsd; @@ -363,6 +363,19 @@ &contrib.develalumni; + + Ports Management Team Alumni + + portmgr team + The following people were members of the FreeBSD portmgr team during + the periods indicated. We thank them for their past efforts in the + service of the FreeBSD project. + + In rough reverse chronological order: + + &contrib.portmgralumni; + + Development Team: In Memoriam ==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml#81 (text+ko) ==== @@ -1,4 +1,4 @@ - + + @@ -6,3 +6,4 @@ + ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml#24 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -3020,6 +3020,93 @@ + + + + + Anton + Shterenlikht + Based on notes provided by + + + + Deleting obsolete files, directories and libraries + + Deleting obsolete files, directories and libraries + + + As a part of the &os; development lifecycle, it happens from time + to time that files and their contents become obsolete. This may be + because their functionality is implemented elsewhere or is removed from + the system entirely. This includes old files, libraries and + directories, which should be removed when updating the system. The + benefit for the user is that the system is not cluttered with old files + which take up unnecessary space on the storage (and backup) medium. The + files, directories, and libraries that are considered obsolete are listed + in /usr/src/ObsoleteFiles.inc. The following + instructions will help you removing these obsolete files during the + system upgrade process. + + We assume you are following the steps outlined in . After the make + installworld command completed + successfully, you should check for obsolete files and libraries as + follows: + + &prompt.root; cd /usr/src +&prompt.root; make check-old +&prompt.root; make check-old-libs + + If any obsolete files are found, they can be deleted using the + following commands: + + &prompt.root; make delete-old +&prompt.root; make delete-old-libs + + + See /usr/src/Makefile + for more targets of interest. + + + A prompt is displayed before deleting each obsolete file. You can + skip the prompt and let the system remove these files automatically by + setting the BATCH_DELETE_OLD_FILES environment + variable to yes. You can also achieve the same goal + by piping these commands through yes like this: + + &prompt.root; yes|make delete-old +&prompt.root; yes|make delete-old-libs + + + Warning + Deleting obsolete files will break applications that still + depend on those obsolete files. + + + Utilities for checking shared library dependencies are available from + the Ports Collection + in sysutils/libchk + or sysutils/bsdadminscripts. + + Obsolete shared libraries can conflict with newer libraries, + causing messages like these: + + /usr/bin/ld: warning: libz.so.4, needed by /usr/local/lib/libtiff.so, may conflict with libz.so.5 +/usr/bin/ld: warning: librpcsvc.so.4, needed by /usr/local/lib/libXext.so, may conflict with librpcsvc.so.5 + + To solve these problems, determine which port installed the + library: + + &prompt.root; pkg_info -W /usr/local/lib/libtiff.so +/usr/local/lib/libtiff.so was installed by package tiff-3.9.4 +&prompt.root; pkg_info -W /usr/local/lib/libXext.so +/usr/local/lib/libXext.so was installed by package libXext-1.1.1,1 + + Then deinstall, rebuild and reinstall the port. The ports-mgmt/portmaster utility can be used to + automate this process. + + ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/disks/chapter.sgml#16 (text+ko) ==== @@ -1,7 +1,7 @@ ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml#11 (text+ko) ==== @@ -1,7 +1,7 @@ ==== //depot/projects/docproj_nl/www/share/sgml/usergroups.xml#20 (text+ko) ==== @@ -5,7 +5,7 @@ - $FreeBSD: www/share/sgml/usergroups.xml,v 1.100 2010/11/21 16:23:48 jkois Exp $ + $FreeBSD: www/share/sgml/usergroups.xml,v 1.102 2010/12/04 18:26:58 simon Exp $ @@ -137,16 +137,6 @@ bsd-dk-request@bsd-dk.dk. Located in Denmark. - - - AaUUG - http://www.aauug.dk/ - AaUUG is a general Unix Group with most interest in - Linux and BSD. - Mailinglists, lectures and meetings. Located in Denmark, - Aarhus. - -