From owner-freebsd-questions@FreeBSD.ORG Sun Jun 14 16:28:48 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2F75106564A for ; Sun, 14 Jun 2009 16:28:48 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 34E5C8FC19 for ; Sun, 14 Jun 2009 16:28:48 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.3/8.14.3) with ESMTP id n5EGSVsX062949; Sun, 14 Jun 2009 17:28:41 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk n5EGSVsX062949 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1244996921; bh=SxL5TjzV5u+FRbf48sFcl7HbwZaWfWHI9OTNessQ9cE=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4A352529.7010902@infracaninophile.co.uk>|Date:=20S un,=2014=20Jun=202009=2017:28:25=20+0100|From:=20Matthew=20Seaman= 20|Organization:=20Infracaninophi le|User-Agent:=20Thunderbird=202.0.0.21=20(X11/20090420)|MIME-Vers ion:=201.0|To:=20Pieter=20de=20Goeje=20|CC:=20f reebsd-questions@freebsd.org|Subject:=20Re:=20what=20is=20the=20be st=20way=20to=20remove=20a=20program?|References:=20<4096aedd09061 40558x5ad1b562h2c43a0b36051a40e@mail.gmail.com>=20<200906141605.45 421.pieter@degoeje.nl>|In-Reply-To:=20<200906141605.45421.pieter@d egoeje.nl>|X-Enigmail-Version:=200.95.6|Content-Type:=20multipart/ signed=3B=20micalg=3Dpgp-sha256=3B=0D=0A=20protocol=3D"application /pgp-signature"=3B=0D=0A=20boundary=3D"------------enigE8016782402 4E034C70C8E9A"; b=IRZVCHubESYGz4eS/TLahhzHMo4u9fZonpqZJr26rKae5kHsjwbOPPgrdtiL6yLjT JnZhK/nhjPl6deC9PdAM6sVVxhYlsP/qus6MJW2MvP2y7H+1DQlQnIcwa3Zj3H2C6A 9klZbl8v5p9VV8vDbDNkNeS9xPDLzU2XjtNv2SY4= X-Authentication-Warning: happy-idiot-talk.infracaninophile.co.uk: Host localhost [IPv6:::1] claimed to be happy-idiot-talk.infracaninophile.co.uk Message-ID: <4A352529.7010902@infracaninophile.co.uk> Date: Sun, 14 Jun 2009 17:28:25 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.21 (X11/20090420) MIME-Version: 1.0 To: Pieter de Goeje References: <4096aedd0906140558x5ad1b562h2c43a0b36051a40e@mail.gmail.com> <200906141605.45421.pieter@degoeje.nl> In-Reply-To: <200906141605.45421.pieter@degoeje.nl> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigE80167824024E034C70C8E9A" X-Virus-Scanned: clamav-milter 0.95.2 at happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: what is the best way to remove a program? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2009 16:28:48 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE80167824024E034C70C8E9A Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Pieter de Goeje wrote: > This will replace mysql50-client with mysql51-client and reinstall all = ports=20 > depending on mysql50-client ("-rf"), so they will use the new version. = In this=20 > case the last step probably isn't necessary because the libraries are (= mostly=20 > I think) compatible, but in general it is recommended. Rebuilding all dependents when upgrading from mysql50 to mysql51 is absol= utely required. mysql50-client installs ${LOCALBASE}/lib/mysql/libmysqlclient.= so.15 whereas mysql51-client installs ${LOCALBASE}/lib/mysql/libmysqlclient.so.= 16 -- note the changed ABI version number. Unless you use portupgrade(1)=20 or save a copy of the old shlib by other means, anything that linked agai= nst libmysqlclient would be rendered inoperable by the change, and must at le= ast be re-linked. Yes, the APIs have not changed, but APIs are a matter for pro= grammers at the time of writing the source code -- once compiled, it's the ABI tha= t counts. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enigE80167824024E034C70C8E9A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAko1JS8ACgkQ8Mjk52CukIzYZgCePWZuH2ROhHN3taKoSn5scv/F RHEAnA8VbLTLOSMUNv0k1dqJolJ3CrpH =4oi0 -----END PGP SIGNATURE----- --------------enigE80167824024E034C70C8E9A--