From owner-freebsd-gnome@FreeBSD.ORG Fri Jun 1 23:47:50 2007 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1F2C16A41F for ; Fri, 1 Jun 2007 23:47:50 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id 3D1D113C448 for ; Fri, 1 Jun 2007 23:47:50 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so372959uge for ; Fri, 01 Jun 2007 16:47:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:x-authentication-warning:date:from:to:subject:message-id:mime-version:content-type:content-disposition:user-agent; b=N3FrU15j3/E8H66bFpnqhD1utP+iV0KioQGqEdvIC7SG3Gvj3VYQuVfowy2JH6iYLOOS6ys1ViS6tNx/e6YpNNY4Nqa5Ahw3mLG/zglxK8HJlHjm+T46YBfprPraJaHpDVcvmOYAWq/y1w1v0IqgcaAHBF7Z2d07sFrqIbZBhYQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:x-authentication-warning:date:from:to:subject:message-id:mime-version:content-type:content-disposition:user-agent; b=N7MB9U1UCOmweeTpaYA3jfIQ5WVVQTj7APvvxxp/cVGiZ3C/FCEMehe9vUSzl6GyibMI5ExunLF9LOBX0RB3i7s5WlTMnqi0l34l5rVjpwOQU2jw51D6qqcUnjXkDmCNCznyaEVOF38CQkAggpAZlm+JYie3CXCqzmVcfb8wDGQ= Received: by 10.67.40.12 with SMTP id s12mr1143384ugj.1180741669263; Fri, 01 Jun 2007 16:47:49 -0700 (PDT) Received: from darklight.abyss ( [194.186.18.2]) by mx.google.com with ESMTP id k1sm14766ugf.2007.06.01.16.47.46; Fri, 01 Jun 2007 16:47:48 -0700 (PDT) Received: from darklight.abyss (localhost [127.0.0.1]) by darklight.abyss (8.14.1/8.14.1) with ESMTP id l51NlfSi022105 for ; Sat, 2 Jun 2007 03:47:42 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.abyss (8.14.1/8.14.1/Submit) id l51NlbGp022104 for freebsd-gnome@freebsd.org; Sat, 2 Jun 2007 03:47:37 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.abyss: yuri set sender to yuri.pankov@gmail.com using -f Date: Sat, 2 Jun 2007 03:47:36 +0400 From: Yuri Pankov To: freebsd-gnome@freebsd.org Message-ID: <20070601234736.GA1015@darklight.abyss> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.15 (2007-04-06) Subject: libpurple leaves file on deinstall X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 23:47:51 -0000 Hi, libpurple compiled with WITHOUT_DBUS defined leaves file on deinstall. # pkg_delete -x libpurple pkg_delete: unable to completely remove directory '/usr/local/include/libpurple' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) # ls /usr/local/include/libpurple/ dbus-maybe.h # cat /var/db/ports/libpurple/options # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for libpurple-2.0.1 _OPTIONS_READ=libpurple-2.0.1 WITHOUT_SILC=true WITHOUT_GNUTLS=true WITH_NSS=true WITH_SASL=true WITHOUT_DBUS=true WITHOUT_PERL=true WITHOUT_BONJOUR=true WITHOUT_SAMETIME=true WITHOUT_TCLTK=true Yuri