Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2018 05:12:11 +0000
From:      Tatsuki Makino <tatsuki_makino@hotmail.com>
To:        Kevin Oberman <rkoberman@gmail.com>, "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org>
Subject:   RE: xproto merge
Message-ID:  <KL1PR0601MB1992CA314098343F326EDC3DFA2D0@KL1PR0601MB1992.apcprd06.prod.outlook.com>
In-Reply-To: <CAN6yY1sSL2ndoEb=rhtG4HDRtDP%2BJcJ4dtQOSM_6EV9XobJawQ@mail.gmail.com>
References:  <dceed5ff-d246-a937-2d41-e61631fea9ad@utanet.at> <949ee823-3a20-4809-8468-0859c692aeef@utanet.at> <KL1PR0601MB1992441EE92BF1A01BCC00B8FA2E0@KL1PR0601MB1992.apcprd06.prod.outlook.com> <CAN6yY1ufiypB3MVdkYAmQ-xrXeQReozmcGzjNnnHd0HGeHdn_A@mail.gmail.com>, <CAN6yY1sSL2ndoEb=rhtG4HDRtDP%2BJcJ4dtQOSM_6EV9XobJawQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Try:
> pkg version -l \? | cut -f 1 -w | grep -v compat | xargs pkg delete -fy

Sorry, I forgot -o in xargs.
With -o, input of y will reach pkg.

And there is also a bit more hentai command.

sed -e s,^,`pkg info -p -q xproto`/, /usr/ports/x11/xorgproto/pkg-plist | x=
args pkg which -q | sort -u | xargs -o pkg delete -f
# However, it ignores files that don't exist, so it exits with 1.

After this we update ports listed by pkg version -L =3D, the dependency tre=
e will be reconnected.



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