From owner-freebsd-ports@FreeBSD.ORG Wed Apr 27 21:39:29 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CA94106564A for ; Wed, 27 Apr 2011 21:39:29 +0000 (UTC) (envelope-from sterling@camdensoftware.com) Received: from wh1.interactivevillages.com (ca.2e.7bae.static.theplanet.com [174.123.46.202]) by mx1.freebsd.org (Postfix) with ESMTP id E13428FC14 for ; Wed, 27 Apr 2011 21:39:28 +0000 (UTC) Received: from c-24-22-230-24.hsd1.wa.comcast.net ([24.22.230.24] helo=_HOSTNAME_) by wh1.interactivevillages.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1QFCSD-0004Cg-53 for freebsd-ports@freebsd.org; Wed, 27 Apr 2011 17:39:26 -0400 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Wed, 27 Apr 2011 14:39:24 -0700 Date: Wed, 27 Apr 2011 14:39:24 -0700 From: Chip Camden To: FreeBSD Ports Message-ID: <20110427213924.GE2729@libertas.local.camdensoftware.com> Mail-Followup-To: FreeBSD Ports References: <20110426024122.GA38579@comcast.net> <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> <20110427184625.GC2729@libertas.local.camdensoftware.com> <66B715DB-4C55-4508-AD14-C7A0CF51C111@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tVmo9FyGdCe4F4YN" Content-Disposition: inline In-Reply-To: <66B715DB-4C55-4508-AD14-C7A0CF51C111@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Company: Camden Software Consulting URL: http://camdensoftware.com X-PGP-Key: http://pgp.mit.edu:11371/pks/lookup?search=0xD6DBAF91 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - wh1.interactivevillages.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - camdensoftware.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: saving a few ports from death X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 21:39:29 -0000 --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--