Bug 230898 - [Patch] OptionalObsoleteFiles.inc - Add files to remove when WITHOUT_PROFILE is defined
Summary: [Patch] OptionalObsoleteFiles.inc - Add files to remove when WITHOUT_PROFILE ...
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: CURRENT
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Oleksandr Tymoshenko
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2018-08-25 19:40 UTC by Herbert J. Skuhra
Modified: 2021-06-28 15:38 UTC (History)
2 users (show)

See Also:


Attachments
Add files to OptionalObsoleteFiles.inc (5.36 KB, patch)
2018-08-25 19:40 UTC, Herbert J. Skuhra
no flags Details | Diff
Add more files to OptionalObsoleteFiles.inc (5.39 KB, patch)
2018-08-25 22:28 UTC, Herbert J. Skuhra
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Herbert J. Skuhra 2018-08-25 19:40:31 UTC
Created attachment 196540 [details]
Add files to OptionalObsoleteFiles.inc

The attached patch adds some files to OptionalObsoleteFiles.inc that should be removed when you run make-delete-old and WITHOUT_PROFILE is defined.
Comment 1 Herbert J. Skuhra 2018-08-25 22:28:40 UTC
Created attachment 196548 [details]
Add more files to OptionalObsoleteFiles.inc

Add one more file to OptionalObsoleteFiles.inc that is not deleted on aarch64.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-01-20 22:34:57 UTC
A commit references this bug:

Author: gonzo
Date: Sun Jan 20 22:34:04 UTC 2019
New revision: 343232
URL: https://svnweb.freebsd.org/changeset/base/343232

Log:
  Add more profile-enabled libraries to remove when WITHOUT_PROFILE is defined

  PR:		230898
  Submitted by:	Herbert J. Skuhra <herbert@mailbox.org>
  MFC after:	1 week

Changes:
  head/tools/build/mk/OptionalObsoleteFiles.inc
Comment 3 Oleksandr Tymoshenko freebsd_committer freebsd_triage 2019-01-20 22:43:39 UTC
Patch has been committed to the repo. Thanks for submitting it.
Comment 4 commit-hook freebsd_committer freebsd_triage 2019-02-03 11:08:03 UTC
A commit references this bug:

Author: gonzo
Date: Sun Feb  3 11:07:41 UTC 2019
New revision: 343711
URL: https://svnweb.freebsd.org/changeset/base/343711

Log:
  MFC r343009, r343109-r343110, r343128, r343232

  r343009:
  Add four kerberos CLI utilities to OptionalObsoleteFiles.inc

  Add asn1_compile, make-roken, kcc, and slc to the OptionalObsoleteFiles.inc
  so they would be removed during delete-old stage if the new world is built
  without Kerberos support.

  PR:		230725
  Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru>

  r343109:
  Add optional obsolete files for the installworld without sendmail

  Add two more entries for WITHOUT_SENDMAIL install. The /var/spool/clientmqueue
  entry would be deleted only if there are no files/dirs in it, so the
  content generated during previous lifecycle of the system is safe

  PR:		228484
  Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru>

  r343110:
  Fix conditional obsolete files entry for WITHOUT_EXAMPLES

  Add all the files under /usr/share/examples to the MK_EXAMPLES
  section. OLD_DIRS entries are not removed if they're not empty so
  prior to this change WITHOUT_EXAMPLES didn't have significant effect
  on the updated system.

  PR:		228484
  Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru> (original patch)

  r343128:
  Add ypldap to the list of conditional obsolete files

  ypldap should be removed during delete-old if WITHOUT_NIS flag is enabled

  PR:		230727
  Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru>

  r343232:
  Add more profile-enabled libraries to remove when WITHOUT_PROFILE is defined

  PR:		230898
  Submitted by:	Herbert J. Skuhra <herbert@mailbox.org>

Changes:
_U  stable/12/
  stable/12/tools/build/mk/OptionalObsoleteFiles.inc