Date: Thu, 30 Jan 2003 19:09:46 +0100 From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> To: current@freebsd.org Cc: ports@freebsd.org Subject: openssl import and how to rebuild affected ports Message-ID: <20030130190946.381298ab.corecode@corecode.ath.cx>
next in thread | raw e-mail | index | archive | help
--=.kKiY/Yw.ZSG0M2 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit hey people, concerning recent openssl import to -HEAD: suddenly some ports stopped working because of major lib version changes (okok, i could've saved the old libs). if anybody else is experiencing this, use this to rebuild affected ports: (csh) find /usr/{local,X11R6}/{{s,}bin,lib*} -type f | xargs ldd | & sed -ne '/^\//{s/:$//;h;};/=> not found/{g;p;}' | uniq | xargs pkg_which | sort -u | xargs portupgrade -f sorry for the long line :) cheers simon -- /"\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News --=.kKiY/Yw.ZSG0M2 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+OWptr5S+dk6z85oRAmasAJ9zYs1eF9VrH9HhdokLMqDKCVuU2gCeLdPE S8DNvnHyj3Czfy8nepGsiUA= =Fy0s -----END PGP SIGNATURE----- --=.kKiY/Yw.ZSG0M2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030130190946.381298ab.corecode>