From owner-freebsd-ports@FreeBSD.ORG Fri Mar 19 17:15:10 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBDE9106564A; Fri, 19 Mar 2010 17:15:10 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-fx0-f224.google.com (mail-fx0-f224.google.com [209.85.220.224]) by mx1.freebsd.org (Postfix) with ESMTP id 50AE68FC21; Fri, 19 Mar 2010 17:15:10 +0000 (UTC) Received: by fxm24 with SMTP id 24so656761fxm.3 for ; Fri, 19 Mar 2010 10:15:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=ldAv7fvugrG0/QH5nyxPJsecpqHsFq/8w5QCW0i9kpU=; b=NlqX/If53D6fQsCsm9WLAJqREvAAya+Wi/7egQe27Neaa/hX+FzFFL7wOkVl4wNkJL GmXwEdG5PbDf8eqpZmm9leehOiEfUKeCsTNs6ZerWEvyDRWYgh1Xjx52lHXEPog3Hoyo h4FYZS3JCcZSdjW27N3iGB2all8M31ed1qLYE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=BpOd+CZBTIhV/utxiQVeN60L7V9pwEAeLLnt1WRErYZl5SFN5XaBNy4eNGjiaT0Zm2 Dvtv6rWa8kQvecFOJpbPjiFJjyEUVngAee+awvFAkwxS9mLwMFAgZVn5KIl//Q6r0UWQ iFmsMXyLvey6N6ipj+Ejs5NNBxUyuNdKmapJI= MIME-Version: 1.0 Received: by 10.223.73.82 with SMTP id p18mr1692168faj.34.1269018908148; Fri, 19 Mar 2010 10:15:08 -0700 (PDT) In-Reply-To: <20100319110349.1214be6d@ernst.jennejohn.org> References: <20100311134413.GH19740@bsdcrew.de> <7d6fde3d1003141343o7a7f3f36n9a1eb447cdc5f1e6@mail.gmail.com> <1268690553.2608.590.camel@balrog.2hip.net> <7d6fde3d1003181153r673e97c2o621203508172bb41@mail.gmail.com> <6201873e1003181416x62106337ye5c06dd0202a5827@mail.gmail.com> <20100319110349.1214be6d@ernst.jennejohn.org> Date: Fri, 19 Mar 2010 18:15:05 +0100 Message-ID: From: Torfinn Ingolfsen To: gary.jennejohn@freenet.de Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, x11@freebsd.org Subject: Re: [Call for Testing] X.org 7.5 for FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2010 17:15:11 -0000 On Fri, Mar 19, 2010 at 11:03 AM, Gary Jennejohn wrote: > > First a question: why does 'make deinstall' give this output: ===> Deinstalling dbus-1.2.16_1 pkg_delete: unable to completely remove directory '/usr/local/include/dbus-1.0/dbus' pkg_delete: unable to completely remove directory '/usr/local/include/dbus-1.0' pkg_delete: unable to completely remove directory '/usr/local/etc/dbus-1/system.d' pkg_delete: unable to completely remove directory '/usr/local/etc/dbus-1' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) And what are these files: root@kg-v7# ls /usr/local/etc/dbus-1/s* ConsoleKit.conf org.freedesktop.PolicyKit.conf org.freedesktop.PolicyKit1.conf.dist hal.conf org.freedesktop.PolicyKit1.conf org.gnome.GConf.Defaults.conf > It is possible to turn off all checking by defining DBUS_DISABLE_CHECKS > in config.h _before_ compiling dbus, but that may be a bad idea. > > Anyway, there's alreay /* #undef DBUS_DISABLE_CHECKS */ in config.h > so you could theoretically try this out: > > a) make configure > b) edit work/dbus-1.2.16/config.h and #define DBUS_DISABLE_CHECKS there > c) reinstall dbus > d) see what happens > > I'll try. We'll see what happens. Hmm, when DBUS_DISABLE_CHECKS is set, there is no indication that the system is trying to start up xfce4-session at all. Strange. > No guarantees and use at you own risk, etc. > > --- > Gary Jennejohn > -- Regards, Torfinn Ingolfsen