Thanks Florian. Fixed in r250110.

On 04/30/13 02:57, Florian Smeets wrote:
> On Mon, Apr 29, 2013 at 10:48:53PM +0000, Carl Delsey wrote:
>> Author: carl
>> Date: Mon Apr 29 22:48:53 2013
>> New Revision: 250079
>> URL: http://svnweb.freebsd.org/changeset/base/250079
>>
>> Log:
>>   Add a new driver to support the Intel Non-Transparent Bridge(NTB).
>>   
> Hi Carl,
>
> This change breaks installworld.
>
> /usr/share/man/man4/nve.4.gz -> /usr/share/man/man4/ntb_hw.4.gz
> install: link /usr/share/man/man4/ntb_hw.4.gz -> 
> /usr/share/man/man4/nve.4.gz: No such file or directory
> *** [_maninstall] Error code 71
>
> I think the following patch does what you intended?
>
> Index: share/man/man4/Makefile
> ===================================================================
> --- share/man/man4/Makefile     (revision 250097)
> +++ share/man/man4/Makefile     (working copy)
> @@ -648,7 +648,8 @@
>         netintro.4 networking.4
>  MLINKS+=${_nfe.4} ${_if_nfe.4}
>  MLINKS+=nge.4 if_nge.4
> -MLINKS+=${_ntb.4} ${_if_ntb.4} ${_ntb_hw.4}
> +MLINKS+=${_ntb.4} ${_if_ntb.4} \
> +     ${_ntb.4} ${_ntb_hw.4}
>  MLINKS+=${_nve.4} ${_if_nve.4}
>  MLINKS+=${_nxge.4} ${_if_nxge.4}
>  MLINKS+=patm.4 if_patm.4
>
> With this installworld finished as expected.
>
> Florian


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to