From owner-freebsd-ports@FreeBSD.ORG Sun Jun 10 11:07:14 2012 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 59AFF1065670; Sun, 10 Jun 2012 11:07:14 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9293D8FC0A; Sun, 10 Jun 2012 11:07:13 +0000 (UTC) Received: by eabm6 with SMTP id m6so48128eab.13 for ; Sun, 10 Jun 2012 04:07:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=xxZDXVjyLK3M5cAsToAAVBup72YhzKbAZAgZR+1nK0E=; b=hM0/LT9YgPwNgMcL73CGUV8zX2vx9pjr4ZHSFVUoH3CzVPfOP09lSXZjpxOqJR09e0 nkyIBt+ZAuWoN9TZnr859JztJojTD3mqnQFS+Ukq8klU+fJup8/YSRBTol+kxOHoViym Ewy2S9T8fRfmk0cc/GFAfxvsqtdRAzQGiy8EKAO05qnoPHT3f37G7b81kOeVrEU/Adp8 7Ot0/pqQ9GqxV38ADUJ9UopRB2GSCzUU9onY2bDhsLWFH8AIHEepvWyoB8tz5qjo/luX HaSvkpX3fQJCPEXBduwaEbuZ6dqnUmjAmsZDwWLcPXS5cBSFLFa8YHRSV136ddvW+/ST kcXw== Received: by 10.14.127.72 with SMTP id c48mr5465898eei.81.1339326427146; Sun, 10 Jun 2012 04:07:07 -0700 (PDT) Received: from Melon.malikania.fr (197.21.102.84.rev.sfr.net. [84.102.21.197]) by mx.google.com with ESMTPS id o16sm40881218eeb.13.2012.06.10.04.07.04 (version=SSLv3 cipher=OTHER); Sun, 10 Jun 2012 04:07:05 -0700 (PDT) Message-ID: <4FD47FD4.90609@gmail.com> Date: Sun, 10 Jun 2012 13:07:00 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120604 Thunderbird/12.0.1 MIME-Version: 1.0 To: x11@freebsd.org, ports@FreeBSD.org, miwi@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 10 Jun 2012 11:28:04 +0000 Cc: Subject: Removing hal dependency of x11-drivers/xf86-input-synaptics 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: Sun, 10 Jun 2012 11:07:14 -0000 Hi, After 4 or 5 emails sent to miwi@ I think Martin just ignore me. It's about a commit for removing a useless HAL dependency added a few weeks ago. In fact, x11-drivers/xf86-input-synaptics may install an old and useless HAL file (.fdi), I have no problem with that, but a RUN_DEPENDS variable has been added against HAL and we need to install HAL and about 30 pulled in depencies. Here's the PR to remove this HAL dependency: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/167533 Please commit it, Cheers. -- David Demelier