From owner-freebsd-doc Thu May 16 17:41:19 2002 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7286D37B401 for ; Thu, 16 May 2002 17:41:16 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H0fGV75005 for doc@freebsd.org; Thu, 16 May 2002 17:41:16 -0700 (PDT) (envelope-from obrien) Date: Thu, 16 May 2002 17:41:16 -0700 (PDT) From: Message-Id: <200205170041.g4H0fGV75005@freefall.freebsd.org> To: doc@freebsd.org Subject: Will I break the build with this commit? Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Index: book.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v retrieving revision 1.208 diff -u -r1.208 book.sgml --- book.sgml 13 May 2002 14:33:10 -0000 1.208 +++ book.sgml 17 May 2002 00:40:06 -0000 @@ -2548,6 +2548,15 @@ # endif #endif + In the hundreds of ports that have been done, there have only + been one or two cases where __FreeBSD__ should + have been used. Just because an earlier port screwed up and used it + in the wrong place does not mean you should do so too. + + + + __FreeBSD_version values + @@ -3255,11 +3264,6 @@ worry about old -CURRENTs; they are listed here just for your reference. - - In the hundreds of ports that have been done, there have only - been one or two cases where __FreeBSD__ should - have been used. Just because an earlier port screwed up and used it - in the wrong place does not mean you should do so too. @@ -3322,7 +3326,7 @@ OSVERSION The numeric version of the operating system, same as __FreeBSD_version. + linkend="freebsd-versions">__FreeBSD_version. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message