From owner-svn-doc-head@FreeBSD.ORG Fri Aug 31 13:22:57 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47AC11065676; Fri, 31 Aug 2012 13:22:57 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 32C288FC12; Fri, 31 Aug 2012 13:22:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7VDMviw036871; Fri, 31 Aug 2012 13:22:57 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7VDMuvi036869; Fri, 31 Aug 2012 13:22:56 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201208311322.q7VDMuvi036869@svn.freebsd.org> From: Glen Barber Date: Fri, 31 Aug 2012 13:22:56 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39480 - head/en_US.ISO8859-1/books/porters-handbook X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2012 13:22:57 -0000 Author: gjb Date: Fri Aug 31 13:22:56 2012 New Revision: 39480 URL: http://svn.freebsd.org/changeset/doc/39480 Log: Note that existing port Makefiles may contain additional header information, and that this additional information is being phased out. Submitted by: linimon Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.sgml Fri Aug 31 13:00:39 2012 (r39479) +++ head/en_US.ISO8859-1/books/porters-handbook/book.sgml Fri Aug 31 13:22:56 2012 (r39480) @@ -136,6 +136,14 @@ USE_IMAKE= yes .include <bsd.port.mk> + + In some cases, the Makefile of an + existing port may contain additional lines in the header, + such as the name and email of the person that originally + created the port. This additional information has been + declared obsolete, and is being phased out. + + See if you can figure it out. Do not worry about the contents of the $FreeBSD$ line, it will be filled in automatically by SVN when the port