Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2020 16:38:30 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r358171 - head
Message-ID:  <202002201638.01KGcUbJ031223@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Feb 20 16:38:30 2020
New Revision: 358171
URL: https://svnweb.freebsd.org/changeset/base/358171

Log:
  Use OLD_LIBS instead of OLD_FILES so the user get a chance to keep them around if needed
  
  Reported by:	tijl

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu Feb 20 15:52:36 2020	(r358170)
+++ head/ObsoleteFiles.inc	Thu Feb 20 16:38:30 2020	(r358171)
@@ -37,10 +37,10 @@
 # done
 
 # 20200220: Upgrade of ncurses, shlib bumped to version 9
-OLD_FILES+=lib/libncurses.so.8
-OLD_FILES+=lib/libncursesw.so.8
-OLD_FILES+=usr/lib32/libncurses.so.8
-OLD_FILES+=usr/lib32/libncursesw.so.8
+OLD_LIBS+=lib/libncurses.so.8
+OLD_LIBS+=lib/libncursesw.so.8
+OLD_LIBS+=usr/lib32/libncurses.so.8
+OLD_LIBS+=usr/lib32/libncursesw.so.8
 
 # 20200206: Remove elf2aout
 OLD_FILES+=usr/bin/elf2aout



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002201638.01KGcUbJ031223>