From owner-freebsd-office@FreeBSD.ORG Fri Aug 22 06:03:44 2014 Return-Path: Delivered-To: office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5398FB02; Fri, 22 Aug 2014 06:03:44 +0000 (UTC) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDD5F383D; Fri, 22 Aug 2014 06:03:43 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1XKhwd-0005JD-Gx; Fri, 22 Aug 2014 13:03:33 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id s7M64JI2056399; Fri, 22 Aug 2014 13:04:29 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id s7M64ESt056378; Fri, 22 Aug 2014 13:04:14 +0700 (NOVT) (envelope-from danfe) Date: Fri, 22 Aug 2014 13:04:14 +0700 From: Alexey Dokuchaev To: Tijl Coosemans Subject: Re: devel/icu update nuisances Message-ID: <20140822060414.GA52178@regency.nsu.ru> References: <20140819015935.GA55266@regency.nsu.ru> <20140821222758.557cd456@kalimero.tijl.coosemans.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140821222758.557cd456@kalimero.tijl.coosemans.org> User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 1 X-KLMS-Message-Action: clean X-KLMS-AntiSpam-Lua-Profiles: 65410 [Aug 22 2014] X-KLMS-AntiSpam-Version: 5.5.3 X-KLMS-AntiSpam-Envelope-From: danfe@regency.nsu.ru X-KLMS-AntiSpam-Rate: 0 X-KLMS-AntiSpam-Status: not_detected X-KLMS-AntiSpam-Method: none X-KLMS-AntiSpam-Moebius-Timestamps: 3072972, 3072993, 3072971 X-KLMS-AntiSpam-Interceptor-Info: scan successful X-KLMS-AntiPhishing: Clean, 2014/08/21 15:10:32 X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.705, not scanned, license restriction Cc: office@freebsd.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2014 06:03:44 -0000 On Thu, Aug 21, 2014 at 10:27:58PM +0200, Tijl Coosemans wrote: > I suspect you have the COLLATION_FIX option enabled in devel/glib20. > This makes everything that links to glib20 also link to icu. Because Yes, that's probably the reason (and a lesson I learned to never enable collation fix again), but my question is different: why legacy libraries that are copied to compat/pkg are missing symlinks? > this option is off by default these ports don't get a revision bump > when icu is updated. Yes, this is fine and understandable. I actually do not want to update all ports every time something stupid like icu gets a bump. All I want that old applications remain working by being able to find libraries in /usr/local/lib/compat/pkg. I have a mixture of old and new packages on my laptop at any given time, but icu is the *only* one that constantly breaks everything once it's updated. :( ./danfe