Date: Wed, 15 Apr 2015 10:25:34 +0300 From: Sergey Kandaurov <pluknet@freebsd.org> To: Gleb Smirnoff <glebius@FreeBSD.org> Cc: net@FreeBSD.org Subject: Re: moving ALTQ out of contrib Message-ID: <20150415072534.GA51654@omg> In-Reply-To: <20150414200749.GX883@FreeBSD.org> References: <20150414135346.GU883@FreeBSD.org> <20150414200749.GX883@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--NzB8fVQJ5HfG6fxh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 14, 2015 at 11:07:49PM +0300, Gleb Smirnoff wrote: > On Tue, Apr 14, 2015 at 04:53:46PM +0300, Gleb Smirnoff wrote: > T> Hi! > T>=20 > T> With the new ifnet KPI, that is now being developed in projects/ifne= t, > T> the ALTQ will need some tweaking. It is discontinued by initial author > T> for a decade now, and it has already experienced direct commits in > T> our tree. Thus, I see no good reasons to continue keeping it in contri= b. > T>=20 > T> In NetBSD they have it in sys/altq. > T>=20 > T> I'd prefer to move it to sys/net/altq. > T>=20 > T> Any objections or better ideas? >=20 > Suggested diff. >=20 > --=20 > Totus tuus, Glebius. > Index: ObsoleteFiles.inc > =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 > --- ObsoleteFiles.inc (revision 281525) > +++ ObsoleteFiles.inc (working copy) > @@ -38,6 +38,21 @@ > # xargs -n1 | sort | uniq -d; > # done > =20 > +# 20150410: ALTQ moved to net/altq > +OLD_FILES+=3Dusr/include/altq/altq_rmclass_debug.h > +OLD_FILES+=3Dusr/include/altq/altq.h > +OLD_FILES+=3Dusr/include/altq/altq_cdnr.h > +OLD_FILES+=3Dusr/include/altq/altq_hfsc.h > +OLD_FILES+=3Dusr/include/altq/altq_priq.h > +OLD_FILES+=3Dusr/include/altq/altqconf.h > +OLD_FILES+=3Dusr/include/altq/altq_classq.h > +OLD_FILES+=3Dusr/include/altq/altq_red.h > +OLD_FILES+=3Dusr/include/altq/if_altq.h > +OLD_FILES+=3Dusr/include/altq/altq_var.h > +OLD_FILES+=3Dusr/include/altq/altq_rmclass.h > +OLD_FILES+=3Dusr/include/altq/altq_cbq.h > +OLD_FILES+=3Dusr/include/altq/altq_rio.h > +OLD_DIRS+=3Dusr/include/altq I wonder if changing location of installed header would break some ports. --NzB8fVQJ5HfG6fxh Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJVLhJuAAoJED9Ol7oQYHQZjOsIAKAk/uA2LUp7ytLygxw5MJxb +4DU6DjfIKlcK7N7xa9AGUlot78n52dYje6DXfrVnXG6H7JBSs0xN3meOrNkUNZd Xk51kZGPlX0ZGMNrJKfI9/XzwNDtzRXbXjXAa+roLTMAYRZGa2o5c5abzwXkZlhv D/4R9do0d90Ltbsge+gPYaXyMPoF1nlvZpmS3hXAvU/2vtEOuZgB5VWGELS+YH0e 1TIwyFVUt32fP/THZAHCRxOEAPVQsGODz4arsiHDsmJQxYQzd30FnMOKiHXKHN+p SE65hxs9ihNSvgQ0OAsPY2BYE3cg6DIusmmPjKY/rwAWKMPae8cnSS8GOgbNwmw= =UztG -----END PGP SIGNATURE----- --NzB8fVQJ5HfG6fxh--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150415072534.GA51654>