From owner-freebsd-ports@FreeBSD.ORG Tue Dec 17 08:28:13 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A3E0A3E for ; Tue, 17 Dec 2013 08:28:13 +0000 (UTC) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id 45A31191A for ; Tue, 17 Dec 2013 08:28:12 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id A59FFB903D for ; Tue, 17 Dec 2013 09:28:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:references:in-reply-to:message-id:subject :subject:from:from:date:date:received:received; s=mimar-0901; t= 1387268882; x=1389083283; bh=QW4vRdtGywp5TS/MCprJ0JEZP8GaeTsLC4Z V3h640f4=; b=f4xFcL0uaN71w2Zpf6IV8wPPxstMl7xHc9CSDmhG9H63JzLTJ8G mEyrEhSxKnDIkqvXnEJ7z7Ov3XeeBnneurmPtoKVGvwMAAeT2ZRT0mnLHHHf7xQQ FqnMYW7MgLqsn8bORtqwPPaqYVY0GWN/WqNNo473Ypni/hZoGE53ag6c= X-Virus-Scanned: amavisd-new at mimar.rs Received: from www.mimar.rs ([127.0.0.1]) by tazar.mimar.rs (tazar.mimar.rs [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id l9f2PdYuQ7h4 for ; Tue, 17 Dec 2013 09:28:02 +0100 (CET) Received: from kaa.mimar.rs (nat.kappastar.com [193.53.106.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by www.mimar.rs (Postfix) with ESMTPSA id B8A58B9036 for ; Tue, 17 Dec 2013 09:28:01 +0100 (CET) Date: Tue, 17 Dec 2013 09:28:00 +0100 From: Marko =?UTF-8?B?Q3VwYcSH?= To: freebsd-ports@freebsd.org Subject: Re: about the Berkeley DB 4 "cleanup" Message-Id: <20131217092800.1af108f852d47d3db2badcb8@mimar.rs> In-Reply-To: <52AF94C7.6080009@FreeBSD.org> References: <201312161030.rBGAU0nF088584@jerusalem.litteratus.org> <21166.63338.524941.396340@jerusalem.litteratus.org> <52AF94C7.6080009@FreeBSD.org> Organization: Mimar X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 08:28:13 -0000 I had db42 and db47. I checked dependant ports (pkg info -r), pasted the list to mousepad, installed db5 with portmaster, deinstalled db42 and db47 forcefully (pkg delete -f), and recompiled ports from the list with portmaster. Some of them failed this way, so I deinstalled them and consequently compiled them traditional way (make install clean), which went well. I did this on 8 different servers and I didn't encounter any problems so far. I feared a bit when I saw amavisd-new on the list of dependant ports on one of my production mail servers, but I had no problem after the upgrade. --=20 Marko Cupa=C4=87