From owner-freebsd-ports@FreeBSD.ORG Mon Aug 5 19:40:32 2013 Return-Path: Delivered-To: freebsd-ports@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 ESMTP id 33BDDADF for ; Mon, 5 Aug 2013 19:40:32 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-we0-x236.google.com (mail-we0-x236.google.com [IPv6:2a00:1450:400c:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDDBE230C for ; Mon, 5 Aug 2013 19:40:31 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id u55so2896176wes.13 for ; Mon, 05 Aug 2013 12:40:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=kw4rZJZ0703ATJKfdpJ6DwagkG5avdIXZx6Yi/jbuXg=; b=gmNgzQpR991gOopmt3Xjcrb32f1q6kYimfx36oh+ZloLDyBuz5CQQ7013qdrkEXizy W7PxVYVHV5UOxXWPmurbuWk5dXVzA35UPg24LVjp/sYkCW0dl0/rsPSx1AeVk33e+H/e dzrMV+XtPlrKgzXOOD2ZmXC3TtxI3g4F3VLg7ePh/tYU/D004/cX/SmFYz4wz9oq8Wsg iMzFu0A6vpC1OvfxwqXETiuYzuJjr6l/GGTGUElYcSITynvHMBB2ZDRSIbXw2xyR4UlX acP7U/L1Ph6QVIDdN79RlKaHGmcNkW2XEusu+kD0GD/BHLYeMuYu0uLnJokmsiemsSKh V3cw== MIME-Version: 1.0 X-Received: by 10.180.212.112 with SMTP id nj16mr7858026wic.31.1375731630169; Mon, 05 Aug 2013 12:40:30 -0700 (PDT) Received: by 10.216.170.71 with HTTP; Mon, 5 Aug 2013 12:40:30 -0700 (PDT) In-Reply-To: References: Date: Mon, 5 Aug 2013 21:40:30 +0200 Message-ID: Subject: Re: mail/mail-notification 5.4 fails to compile From: Torfinn Ingolfsen To: Marcin Wisnicki , FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 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: Mon, 05 Aug 2013 19:40:32 -0000 On Sun, Aug 4, 2013 at 8:42 PM, Marcin Wisnicki wrote: > I guess bsd.gnome.mk should be smart enough to `killall -HUP gconfd-2` > at package post-install when port uses gconf (has GCONF_SCHEMAS). > Please file a PR against gnome ports. Are you sure that this way (killall -HUP ...) is the correct fix? It seems like a workaround (instead of a real fix) to me, based on the discussion in the two bugs I listed in my previous message. Also, pkill -HUP gconfd-2 didn't work for me, I had to kill the gconfd-2 process totally. HTH -- Regards, Torfinn Ingolfsen