From owner-svn-doc-all@FreeBSD.ORG Tue Jun 24 13:35:29 2014 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 E26D27EE; Tue, 24 Jun 2014 13:35:28 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C27B92A48; Tue, 24 Jun 2014 13:35:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5ODZSwC024187; Tue, 24 Jun 2014 13:35:28 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5ODZS7d024185; Tue, 24 Jun 2014 13:35:28 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406241335.s5ODZS7d024185@svn.freebsd.org> From: Antoine Brodin Date: Tue, 24 Jun 2014 13:35:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45110 - in head/en_US.ISO8859-1/books/porters-handbook: porting-dads quick-porting 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.18 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: Tue, 24 Jun 2014 13:35:29 -0000 Author: antoine (src,ports committer) Date: Tue Jun 24 13:35:28 2014 New Revision: 45110 URL: http://svnweb.freebsd.org/changeset/doc/45110 Log: - IGNOREFILES is no longer supported by the ports tree - Ports that have runtime issues on systems where they are supposed to run should be marked BROKEN not IGNORE - Ports have to install into ${PREFIX} not ${LOCALBASE} Phabric: D280 Reviewed by: rene, mat, gjb Approved by: rene Modified: head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml Tue Jun 24 13:20:27 2014 (r45109) +++ head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml Tue Jun 24 13:35:28 2014 (r45110) @@ -386,7 +386,7 @@ exec %%LOCALBASE%%/bin/java -jar %%DATAD BROKEN is reserved for ports that - currently do not compile, install, or deinstall correctly. + currently do not compile, install, deinstall, or run correctly. It should be used for ports where the problem is believed to be temporary. @@ -410,7 +410,7 @@ exec %%LOCALBASE%%/bin/java -jar %%DATAD installs files outside of - ${LOCALBASE} + ${PREFIX} @@ -419,6 +419,11 @@ exec %%LOCALBASE%%/bin/java -jar %%DATAD desirable, for the port to leave user-modified files behind) + + + has runtime issues on systems where it is + supposed to run fine. + @@ -452,10 +457,6 @@ exec %%LOCALBASE%%/bin/java -jar %%DATAD - compiles but does not run properly - - - does not work on the installed version of &os; Modified: head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml Tue Jun 24 13:20:27 2014 (r45109) +++ head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml Tue Jun 24 13:35:28 2014 (r45110) @@ -229,14 +229,6 @@ PLIST_DIRS= lib/X11/onekoJust type make makesum. The ports make rules will automatically generate the file distinfo. - - If a file fetched has its checksum changed regularly and - you are certain the source is trusted (i.e., it comes from - manufacturer CDs or documentation generated daily), you should - specify these files in the IGNOREFILES - variable. Then the checksum is not calculated for that file - when you run make makesum, but set to - IGNORE.