From owner-freebsd-questions@FreeBSD.ORG Sat Jun 23 12:29:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6861416A400 for ; Sat, 23 Jun 2007 12:29:36 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.189]) by mx1.freebsd.org (Postfix) with ESMTP id EF4AF13C465 for ; Sat, 23 Jun 2007 12:29:35 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1108666mue for ; Sat, 23 Jun 2007 05:29:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CSrOdBxHjeSyM75EkWNo5hJpkVNLm483wT4IPlIIR1ev220qca3PLG6qAZSvv4YH+lQi5nDVTCz681GH4PzIArs+kMDfaHUEfedYDGWIfoV0zNY4RBFKn4CRAEzDvpQs+cBcglI6B0Vg20usZis3LJIWHW0cEuXdtqpyFi3JCPE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f5W0m6auAOdFlLR6hslizJXWtNnLFiZ5PpIgPtZ5jBA4xlzZVYtFIU5ovcPuHPUdOfWB2BA1dsaSYzoFRQ/Vv7RDdHlpYLMck11MuvYWzZzLgo9ZlmBTlKvpscGKob3LbywkiIAMA1mzVTw+bjK38VLe1xqOe6Rv3sQDrlwU6k8= Received: by 10.82.151.14 with SMTP id y14mr8417961bud.1182601774605; Sat, 23 Jun 2007 05:29:34 -0700 (PDT) Received: by 10.82.171.9 with HTTP; Sat, 23 Jun 2007 05:29:34 -0700 (PDT) Message-ID: <14989d6e0706230529r4c44b7cwb00952c60b64b033@mail.gmail.com> Date: Sat, 23 Jun 2007 12:29:34 +0000 From: "Christian Walther" To: freebsd-questions@freebsd.org In-Reply-To: <20070623064931.3DB1.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070623064931.3DB1.GERARD@seibercom.net> Subject: Re: "xfce-4.4.1_1" incomplete build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2007 12:29:36 -0000 Hi Gerard, On 23/06/07, Gerard wrote: [...] > xfindproxy.c:40:23: X11/PM/PM.h: No such file or directory A quick search with google gave the following result: http://www.mail-archive.com/freebsd-ports@freebsd.org/msg07913.html Quote: "/usr/local/include/X11/PM/PM.h was installed by package xproxymanagementprotocol-1.0.2" % cd /usr/ports % make search name=xproxymanagementprotocol Port: xproxymanagementprotocol-1.0.2 Path: /usr/ports/x11/xproxymanagementprotocol Info: X Proxy Management Protocol headers Maint: x11@FreeBSD.org B-deps: R-deps: WWW: http://www.freedesktop.org/wiki/Software/xlibs Looks as if some dependencies of the ports you mentioned are broken. HTH Christian