From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 8 12:50:30 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9195716A422 for ; Tue, 8 Nov 2005 12:50:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5359143D4C for ; Tue, 8 Nov 2005 12:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA8CoQsV011378 for ; Tue, 8 Nov 2005 12:50:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA8CoQ6I011377; Tue, 8 Nov 2005 12:50:26 GMT (envelope-from gnats) Date: Tue, 8 Nov 2005 12:50:26 GMT Message-Id: <200511081250.jA8CoQ6I011377@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Kirill Bezzubets Cc: Subject: Re: ports/88660: comms/gammu (1.02.0) looks for bluetooth.h in /usr/include/bluetooth/ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kirill Bezzubets List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2005 12:50:30 -0000 The following reply was made to PR ports/88660; it has been noted by GNATS. From: Kirill Bezzubets To: bug-followup@FreeBSD.org, Edwin Groothuis Cc: Subject: Re: ports/88660: comms/gammu (1.02.0) looks for bluetooth.h in /usr/include/bluetooth/ Date: Tue, 8 Nov 2005 15:44:47 +0300 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=koi8-r Content-Disposition: inline On Tue, Nov 08, 2005 at 12:33:17PM +0000, Edwin Groothuis wrote: > Maintainer of comms/gammu, > > Please note that PR ports/88660 just has been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/88660 Fix attached > > -- > Edwin Groothuis > edwin@FreeBSD.org -- BR, Kirill Bezzubets CASE-RIPE CASE-RIPN CTO / Head Of N.O.C. mailto:kirill@solaris.ru Solaris ISP & Telecommunications Co. Ltd http://www.solaris.ru --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=koi8-r Content-Disposition: attachment; filename=header-patch --- gammu/files/patch-configure.in.orig Tue Nov 8 15:40:03 2005 +++ gammu/files/patch-configure.in Tue Nov 8 15:40:18 2005 @@ -3,7 +3,7 @@ @@ -185,17 +185,17 @@ fi if test "$gsm_blue_stack" = unknown ; then - AC_CHECK_HEADERS(bluetooth/bluetooth.h, + AC_CHECK_HEADERS(bluetooth.h, - [gsm_blue_stack=Bluez + [gsm_blue_stack=FreeBSD LDLIBS="$LDLIBS -lbluetooth" --vtzGhvizbBRQ85DL--