Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Apr 2011 14:39:24 -0700
From:      Chip Camden <sterling@camdensoftware.com>
To:        FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   Re: saving a few ports from death
Message-ID:  <20110427213924.GE2729@libertas.local.camdensoftware.com>
In-Reply-To: <66B715DB-4C55-4508-AD14-C7A0CF51C111@FreeBSD.org>
References:  <20110426024122.GA38579@comcast.net> <A9C17565-97D8-43F1-9CF7-8CFC79EFEA7B@FreeBSD.org> <20110426163424.GB38579@comcast.net> <20110426141209.0d07bccf@seibercom.net> <20110426184315.GA2320@libertas.local.camdensoftware.com> <19895.13977.553973.609431@jerusalem.litteratus.org> <4DB83D6E.9000800@aldan.algebra.com> <BANLkTik_65bxMgiQMyy1aojDuDjb6BX%2BgQ@mail.gmail.com> <20110427184625.GC2729@libertas.local.camdensoftware.com> <66B715DB-4C55-4508-AD14-C7A0CF51C111@FreeBSD.org>

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

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

Quoth Ade Lovett on Wednesday, 27 April 2011:
> On Apr 27, 2011, at 13:46 , Chip Camden wrote:
> >=20
> > Modifying the script that was posted earlier, we can list out all
> > installed ports that are currently deprecated, and why:
>=20
> Won't work -- need to handle slave ports etc, where the DEPRECATED may be=
 in the MASTER_PORT.
>=20
> Try this:
>=20
> #!/bin/sh
> #
> PORTSDIR=3D${1-"/usr/ports"}
> for port in $(pkg_info -oa | grep /)
> do
>     dep=3D$(make -C ${PORTSDIR}/${port} -V DEPRECATED)
>     [ -n "${dep}" ] && echo "${port}: ${dep}"
> done
>=20
>=20
> -aDe
>=20
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"

Nice, thanks!

--=20
=2EO. | Sterling (Chip) Camden      | http://camdensoftware.com
=2E.O | sterling@camdensoftware.com | http://chipsquips.com
OOO | 2048R/D6DBAF91              | http://chipstips.com

--tVmo9FyGdCe4F4YN
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (FreeBSD)

iQEcBAEBAgAGBQJNuI0MAAoJEIpckszW26+RlS0IAKLIWd6tx9ALrw+rIUe1qJkb
InggdaEPoe3xWS4PrHcJbASD/+ahKpehvC5XRPgnNflPPmhR7dMiXee6mo0Sje3Q
XV8bMc1y03HTtz/9GlzjLkc8BqBnyURkbTI4OlYqOI6mLJZwu3b7iIERNLvrJLqK
hQrxxiFNOIKz17HaGr2UDehNiDjy/n0KHnsk8n6W6nBIxIC6FpXYOwXsR9qH8yFX
eVcnzXm8xkhFwEU/eo7/HxZhnIE3d0z9xb5TIlwdTcGWrqJZ7dPcR6LL3l4HmuN5
xTOGHBHrH97CEoTrEUflfkd2WigvwXv5TvzRw31AVSvfuUIoCuXlJBqUcbQOKN8=
=eHB/
-----END PGP SIGNATURE-----

--tVmo9FyGdCe4F4YN--



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