From owner-freebsd-questions@FreeBSD.ORG Mon Apr 28 10:58:02 2014 Return-Path: Delivered-To: freebsd-questions@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 69792E6A for ; Mon, 28 Apr 2014 10:58:02 +0000 (UTC) Received: from mailrelay004.isp.belgacom.be (mailrelay004.isp.belgacom.be [195.238.6.170]) by mx1.freebsd.org (Postfix) with ESMTP id F139A194E for ; Mon, 28 Apr 2014 10:58:01 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmAGAOMyXlNR8aYY/2dsb2JhbABZgwbCfoMPgQ4XdIIlAQEFOhwjEAsOCgklDyoeBohYAcoTF45ZB4Q5AQOZC5JfgzM7 Received: from 24.166-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.166.24]) by relay.skynet.be with ESMTP; 28 Apr 2014 12:57:59 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.8/8.14.8) with ESMTP id s3SAvw65001937; Mon, 28 Apr 2014 12:57:58 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Mon, 28 Apr 2014 12:57:57 +0200 From: Tijl Coosemans To: Koop Mast Subject: Re: portmaster ports update 20140416 Message-ID: <20140428125757.4354052c@kalimero.tijl.coosemans.org> In-Reply-To: <1398675014.1301.10.camel@crashalot.rainbow-runner.nl> References: <20140424192852.32dc7d23@kalimero.tijl.coosemans.org> <20140424200526.59b88ae2@kalimero.tijl.coosemans.org> <20140424223648.3df350b3@kalimero.tijl.coosemans.org> <20140424232140.08a9acff@kalimero.tijl.coosemans.org> <20140425000339.44c933b6@kalimero.tijl.coosemans.org> <20140425142046.15efbeb7@kalimero.tijl.coosemans.org> <20140425174815.296cff33@kalimero.tijl.coosemans.org> <1398675014.1301.10.camel@crashalot.rainbow-runner.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions , Antonio Olivares X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2014 10:58:02 -0000 On Mon, 28 Apr 2014 10:50:14 +0200 Koop Mast wrote: > On vr, 2014-04-25 at 17:48 +0200, Tijl Coosemans wrote: >> On Fri, 25 Apr 2014 10:37:36 -0500 Antonio Olivares wrote: > >>> @dirrm lib/colord-sensors >>> @dirrm include/colord-1/colord-session >>> @dirrm include/colord-1/colord >>> @dirrm include/colord-1 >>> @cwd / >>> @unexec rmdir "%D/var/db/colord/icc" 2>/dev/null || true >>> @unexec rmdir "%D/var/db/colord" 2>/dev/null || true >>> @cwd >> >> This @cwd here is the problem. Please try the patch I sent earlier. >> (I've attached it in case you lost it.) >> >> # cd /usr/ports >> # patch -E < /path/to/colord.patch >> # cd graphics/colord >> >> Double-check that the @cwd lines in the pkg-plist file are gone now. >> >> Then do: >> >> # make clean install > > This patch fixes the issue for me also. About your patch Tijl, I'm agree > with removing pkg-install. But I'm don't like that part of your patch, > have to think about that. Yes, I've seen that REALPREFIX trick in other ports. I don't know what the recommended way to deal with directories outside prefix is. Your patch is fine with me.