Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2015 22:46:30 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282255 - head
Message-ID:  <201504292246.t3TMkU0w086635@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Wed Apr 29 22:46:30 2015
New Revision: 282255
URL: https://svnweb.freebsd.org/changeset/base/282255

Log:
  Obsolute /usr/bin/gperf for non-gcc enabled targets.
  
  Leave it as valid for mips/sparc64 gcc enabled targets.
  
  Reviewed by:	imp@

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Wed Apr 29 22:46:18 2015	(r282254)
+++ head/ObsoleteFiles.inc	Wed Apr 29 22:46:30 2015	(r282255)
@@ -345,6 +345,10 @@ OLD_FILES+=usr/lib/debug/usr/lib32/i18n
 OLD_FILES+=usr/lib/debug/usr/lib32/private
 # 20141015: OpenSSL 1.0.1j import
 OLD_FILES+=usr/share/openssl/man/man3/CMS_sign_add1_signer.3.gz
+.if ${MK_GCC} == "no"
+# 20141009: gperf disabled by default
+OLD_FILES+=usr/bin/gperf
+.endif
 # 20140922: sleepq_calc_signal_retval.9 and sleepq_catch_signals.9 removed
 OLD_FILES+=usr/share/man/man9/sleepq_calc_signal_retval.9.gz
 OLD_FILES+=usr/share/man/man9/sleepq_catch_signals.9.gz



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