Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2013 11:57:03 +0200
From:      Florian Smeets <flo@smeets.im>
To:        Carl Delsey <carl@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r250079 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/ntb sys/dev/ntb/if_ntb sys/dev/ntb/ntb_hw sys/modules sys/modules/ntb sys/modules/ntb/if_ntb sys/modules/ntb/ntb_hw
Message-ID:  <20130430095703.GC14196@zoidberg.smeets.im>
In-Reply-To: <201304292248.r3TMmrqT027087@svn.freebsd.org>
References:  <201304292248.r3TMmrqT027087@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--rQ2U398070+RC21q
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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
>=20
> Log:
>   Add a new driver to support the Intel Non-Transparent Bridge(NTB).
>  =20

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
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- share/man/man4/Makefile     (revision 250097)
+++ share/man/man4/Makefile     (working copy)
@@ -648,7 +648,8 @@
        netintro.4 networking.4
 MLINKS+=3D${_nfe.4} ${_if_nfe.4}
 MLINKS+=3Dnge.4 if_nge.4
-MLINKS+=3D${_ntb.4} ${_if_ntb.4} ${_ntb_hw.4}
+MLINKS+=3D${_ntb.4} ${_if_ntb.4} \
+	${_ntb.4} ${_ntb_hw.4}
 MLINKS+=3D${_nve.4} ${_if_nve.4}
 MLINKS+=3D${_nxge.4} ${_if_nxge.4}
 MLINKS+=3Dpatm.4 if_patm.4

With this installworld finished as expected.

Florian

--rQ2U398070+RC21q
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----

iEYEARECAAYFAlF/lW0ACgkQapo8P8lCvwnJpACgxtFsaxuLIgoYT5zCmZMFYd06
GIcAnjoaI5IillYfHj1SkbGH6li2odFL
=Azqz
-----END PGP SIGNATURE-----

--rQ2U398070+RC21q--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130430095703.GC14196>