From owner-freebsd-ports@FreeBSD.ORG Tue Dec 11 23:31:10 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DFA6992 for ; Tue, 11 Dec 2012 23:31:10 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0A9528FC13 for ; Tue, 11 Dec 2012 23:31:09 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so66056lbb.13 for ; Tue, 11 Dec 2012 15:31:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=QQcownM5qg8dhQtM+RdFib924wrCSwwsmsUBxVcv+sk=; b=QbVPK2szvCy1yFzk3DGTCEpmpwDDza4Vfyq3n5DFOYuUGHS0M+BIoFzY6XjFcQ4z6A O47tqGLimLFLmygPRa7+rsyT40aH7XSod18hrMstgeGZn9vvrw3ISYaZFjJwFlOFdn3A c0ZkXHo8Ma0N7j9JBSkCo/PD733v0I9jQ4ym8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=QQcownM5qg8dhQtM+RdFib924wrCSwwsmsUBxVcv+sk=; b=TNw0PBsvwd9n6nC6W8m+/ZmS20CqVpxEL6yjA12gEkEGWXsk8kJA33dMMCLPFnuyzJ iqlhmBm4A30kQv3NttZ5OS03XXmgL7yLP37fdEZLM1vBt+2xeT0QkRlpa8NXffN+339O KRLu6s9ER4PTAApu6XZbECw1hOuVTUlhPz8mtTJjgOIanFfJmPzQjZdyqG600kvGgePP H7auj62KSTV8+6yLGrWKW5XFzigT4yd7gmFR6uqt52PeRCdPYw3jBpIp3PzQyYQUYe6d EyA7tRRRD9DE72RXSe2/L8XSq8iVOH54T/500L1qOZRC8M0lhBaVy9orVwWNU2SR6BzJ oZ7A== Received: by 10.112.83.100 with SMTP id p4mr8241391lby.96.1355268668761; Tue, 11 Dec 2012 15:31:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.43.229 with HTTP; Tue, 11 Dec 2012 15:30:38 -0800 (PST) In-Reply-To: References: From: Eitan Adler Date: Tue, 11 Dec 2012 18:30:38 -0500 Message-ID: Subject: Re: Notes on upgrades after libpcre update To: Kevin Oberman Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlDbkLFDzvO/ecpikRyy3645azTlfXlcJo7QOEkgtBlreLLmppWa0zcpWRPkf4OM+F3yjEl Cc: "ports@FreeBSD.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 23:31:10 -0000 On 11 December 2012 18:18, Kevin Oberman wrote: > As many of you noticed, the update of devel/pcre bumped hte version of > libpcre.so which is a dependency of LOTS of things. Here are some > incomplete notes on what might bite you: Note that I refer to > pkg_libchk. It is part of sysutils/bsddminscripts. If you run pkgng, > you will need to edit it an change "pkg_info" to "pkg info". There may > be a couple of other changes needed, but I have not switched to pkgng > due to tools that use the old /var/db/pkg structure. > > 1. portmaster/portupgrade -r devel/pcre will want to re-install most > everything on the system. Use pkg_libcheck: > % pkg_libchk -o | grep libpcre | cut -f1 -d: | sort | uniq > rebuild.pcre > 2. pkg_delete -f avahi-app > 3. portmaster -D `cat rebuild.pcre` > > This will result in re-building only those ports that really need > re-building. If avahi-app is not deleted, it will fail to re-build. If > you hit that, just delete the package and re-start the rebuild job. > > If I find other issues, I will follow up on this thread. Since my > system is a laptop running Gnome, others may hit issues I won't. This > would be better done on the wiki, but I don't have write access to it. make a user, tell me the username, I'll get it for you. -- Eitan Adler