From owner-svn-src-head@freebsd.org Sun Nov 12 08:31:19 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 074BDE6C29A; Sun, 12 Nov 2017 08:31:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE3AA81209; Sun, 12 Nov 2017 08:31:18 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAC8VHRo002539; Sun, 12 Nov 2017 08:31:17 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAC8VHfQ002538; Sun, 12 Nov 2017 08:31:17 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201711120831.vAC8VHfQ002538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 12 Nov 2017 08:31:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r325738 - in head: . share/misc X-SVN-Group: head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head: . share/misc X-SVN-Commit-Revision: 325738 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 08:31:19 -0000 Author: bapt Date: Sun Nov 12 08:31:17 2017 New Revision: 325738 URL: https://svnweb.freebsd.org/changeset/base/325738 Log: Remove the special character definitions files for eqn(1) This files hasn't been used since groff(1) was introduced in base 23 years ago. Deleted: head/share/misc/eqnchar Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Sun Nov 12 08:00:57 2017 (r325737) +++ head/ObsoleteFiles.inc Sun Nov 12 08:31:17 2017 (r325738) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20171112: Removal of eqnchar definition +OLD_FILES+=usr/share/misc/eqnchar # 20171110: Removal of mailaddr man page OLD_FILES+=usr/share/man/man7/mailaddr.7.gz # 20171108: badsect(8) removal