From owner-p4-projects@FreeBSD.ORG Wed Jul 19 16:22:36 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8C5F516A4E6; Wed, 19 Jul 2006 16:22:36 +0000 (UTC) X-Original-To: perforce@FreeBSD.org Delivered-To: perforce@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 532C416A4E1 for ; Wed, 19 Jul 2006 16:22:36 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E096143D62 for ; Wed, 19 Jul 2006 16:22:32 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6JGMWiM057918 for ; Wed, 19 Jul 2006 16:22:32 GMT (envelope-from gabor@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6JGMWE1057915 for perforce@freebsd.org; Wed, 19 Jul 2006 16:22:32 GMT (envelope-from gabor@FreeBSD.org) Date: Wed, 19 Jul 2006 16:22:32 GMT Message-Id: <200607191622.k6JGMWE1057915@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to gabor@FreeBSD.org using -f From: Gabor Kovesdan To: Perforce Change Reviews Cc: Subject: PERFORCE change 101944 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 16:22:36 -0000 http://perforce.freebsd.org/chv.cgi?CH=101944 Change 101944 by gabor@gabor_spitfire on 2006/07/19 16:22:31 IFC Affected files ... .. //depot/projects/soc2006/gabor_docs/porters-handbook/book.sgml#5 integrate .. //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#48 edit Differences ... ==== //depot/projects/soc2006/gabor_docs/porters-handbook/book.sgml#5 (text+ko) ==== @@ -1,7 +1,7 @@ 601102 + 6.1-STABLE after the resolver update to + BIND9, and exposure of reentrant version of + netdb functions. + 601103 + + 7.0-CURRENT. 700000 @@ -9309,6 +9315,10 @@ 7.0-CURRENT after removal of ip6fw. 700017 + + 7.0-CURRENT after import of snd_emu10kx. + 700018 + @@ -10089,12 +10099,16 @@ - If a port fetches compiled i386 binaries and installs them - IA32_BINARY_PORT should be set. If this variable - is set it will be checked if the kernel has compiled-in IA32 - compatibility and if one of these two dependencies isn't available - IGNORE will be set automatically. + If a port fetches i386 binaries and installs them, + IA32_BINARY_PORT should be set. If this + variable is set, it will be checked whether the + /usr/lib32 directory is available for + IA32 versions of libraries and whether the kernel + has IA32 compatibility compiled in. If one of these two + dependencies is not satisfied, IGNORE will + be set automatically. + ==== //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#48 (text+ko) ====