From owner-freebsd-gnome@FreeBSD.ORG Thu Nov 3 08:30:14 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 140EC106566B for ; Thu, 3 Nov 2011 08:30:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 03B068FC16 for ; Thu, 3 Nov 2011 08:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pA38UDPD038038 for ; Thu, 3 Nov 2011 08:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pA38UDh5038033; Thu, 3 Nov 2011 08:30:13 GMT (envelope-from gnats) Date: Thu, 3 Nov 2011 08:30:13 GMT Message-Id: <201111030830.pA38UDh5038033@freefall.freebsd.org> To: gnome@FreeBSD.org From: Takefu Cc: Subject: Re: ports/161567: [PATCH] audio/pulseaudio: pkg_delete(1) removed forgotten X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Takefu List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2011 08:30:14 -0000 The following reply was made to PR ports/161567; it has been noted by GNATS. From: Takefu To: John Hein Cc: freebsd-gnats-submit@freebsd.org, gnome@freebsd.org Subject: Re: ports/161567: [PATCH] audio/pulseaudio: pkg_delete(1) removed forgotten Date: Thu, 03 Nov 2011 17:28:20 +0900 たけふ@大阪豊中です。 It is good. I think that the patch that I sent is discontinued, and the patch that you wrote is good. John Hein さんは書きました (2011/10/14 23:36): > gnats wrote: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=161567 > > To save someone the trouble of hunting this down, the evdev module > gets built/installed if multimedia/v4l_compat is installed. > pulseaudio's looks for linux/input.h to decide whether to build the > evdev module. > > As such, the existence of linux/input.h is not really a good > indication of a working evdev. > > In any case, the patch to hard-code evdev in pkg-plist is not > appropriate at this time since installations that don't have > multimedia/v4l_compat will have a broken plist as well (the evdev > module won't be installed but the plist will say it is). > > An alternate workaround would be to add the attached hunk to > files/patch-configure to forcibly tell it there is no evdev on > freebsd... > --