Date: Wed, 19 Jul 2006 16:22:32 GMT From: Gabor Kovesdan <gabor@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 101944 for review Message-ID: <200607191622.k6JGMWE1057915@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 @@ <!-- The FreeBSD Documentation Project - $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.731 2006/07/11 00:04:18 mlaier Exp $ + $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.734 2006/07/18 16:31:22 brueffer Exp $ --> <!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ @@ -9220,6 +9220,12 @@ <entry>601102</entry> </row> <row> + <entry>6.1-STABLE after the resolver update to + BIND9, and exposure of reentrant version of + netdb functions.</entry> + <entry>601103</entry> + </row> + <row> <entry>7.0-CURRENT.</entry> <entry>700000</entry> </row> @@ -9309,6 +9315,10 @@ <entry>7.0-CURRENT after removal of ip6fw.</entry> <entry>700017</entry> </row> + <row> + <entry>7.0-CURRENT after import of snd_emu10kx.</entry> + <entry>700018</entry> + </row> </tbody> </tgroup> </table> @@ -10089,12 +10099,16 @@ </listitem> <listitem> - <para>If a port fetches compiled i386 binaries and installs them - <makevar>IA32_BINARY_PORT</makevar> 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 - <makevar>IGNORE<makevar> will be set automatically.</para> + <para>If a port fetches i386 binaries and installs them, + <makevar>IA32_BINARY_PORT</makevar> should be set. If this + variable is set, it will be checked whether the + <filename>/usr/lib32</filename> 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, <makevar>IGNORE</makevar> will + be set automatically.</para> </listitem> + </itemizedlist> </sect2> ==== //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#48 (text+ko) ====
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607191622.k6JGMWE1057915>