From owner-svn-doc-all@FreeBSD.ORG Sat Nov 23 23:48:10 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA39BC15; Sat, 23 Nov 2013 23:48:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C9E87223D; Sat, 23 Nov 2013 23:48:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rANNmAD5018170; Sat, 23 Nov 2013 23:48:10 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rANNmAPh018169; Sat, 23 Nov 2013 23:48:10 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201311232348.rANNmAPh018169@svn.freebsd.org> From: Glen Barber Date: Sat, 23 Nov 2013 23:48:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43226 - head/de_DE.ISO8859-1/htdocs X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Nov 2013 23:48:10 -0000 Author: gjb Date: Sat Nov 23 23:48:10 2013 New Revision: 43226 URL: http://svnweb.freebsd.org/changeset/doc/43226 Log: Comment duplicated 'ports' SUBDIR entry, which is causing build errors on oldred (emails are only going to me from that machine, since it is being deprecated). Ok'd by: bcr Sponsored by: The FreeBSD Foundation Modified: head/de_DE.ISO8859-1/htdocs/Makefile Modified: head/de_DE.ISO8859-1/htdocs/Makefile ============================================================================== --- head/de_DE.ISO8859-1/htdocs/Makefile Sat Nov 23 23:27:14 2013 (r43225) +++ head/de_DE.ISO8859-1/htdocs/Makefile Sat Nov 23 23:48:10 2013 (r43226) @@ -47,7 +47,7 @@ SUBDIR+= handbook SUBDIR+= ipv6 SUBDIR+= java SUBDIR+= platforms -SUBDIR+= ports +#SUBDIR+= ports SUBDIR+= projects SUBDIR+= releases SUBDIR+= security