Date: Sun, 13 Jul 2014 14:53:17 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361687 - in head: . editors editors/nxml Message-ID: <201407131453.s6DErHjv016455@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Jul 13 14:53:17 2014 New Revision: 361687 URL: http://svnweb.freebsd.org/changeset/ports/361687 QAT: https://qat.redports.org/buildarchive/r361687/ Log: Remove editors/nxml because it needs recently removed emacs 21 or 22 The nxml editor sets IGNORE for emacs23 and emacs24 since its functionality is incorporated into those versions of emacs. It was meant to be used with emacs21 or emacs22, but since those ports were recently removed, IGNORE is set in all cases. This port is unstaged, so it would have been reset and deprecated in any case soon. Deleted: head/editors/nxml/ Modified: head/MOVED head/editors/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Jul 13 14:52:25 2014 (r361686) +++ head/MOVED Sun Jul 13 14:53:17 2014 (r361687) @@ -6249,3 +6249,4 @@ textproc/stardict-MerrianWebster||2014-0 textproc/stardict-OxfordCollocation||2014-07-10|Removed due to possible copyright infringement textproc/stardict-longman||2014-07-10|Removed due to possible copyright infringement textproc/stardict-oald||2014-07-10|Removed due to possible copyright infringement +editors/nxml||2014-07-13|Needs recently removed emacs21 or emacs22 Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Sun Jul 13 14:52:25 2014 (r361686) +++ head/editors/Makefile Sun Jul 13 14:53:17 2014 (r361687) @@ -216,7 +216,6 @@ SUBDIR += nedit SUBDIR += nvi-devel SUBDIR += nvi-m17n - SUBDIR += nxml SUBDIR += omegaT SUBDIR += openoffice-4 SUBDIR += openoffice-devel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407131453.s6DErHjv016455>