From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 1 17:20:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F7C8106564A for ; Sat, 1 Sep 2012 17:20:13 +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 D5DD78FC12 for ; Sat, 1 Sep 2012 17:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q81HKCoP043071 for ; Sat, 1 Sep 2012 17:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q81HKCM0043070; Sat, 1 Sep 2012 17:20:12 GMT (envelope-from gnats) Date: Sat, 1 Sep 2012 17:20:12 GMT Message-Id: <201209011720.q81HKCM0043070@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/167985: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2012 17:20:13 -0000 The following reply was made to PR ports/167985; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/167985: commit references a PR Date: Sat, 1 Sep 2012 17:18:56 +0000 (UTC) Author: crees Date: Sat Sep 1 17:18:41 2012 New Revision: 303500 URL: http://svn.freebsd.org/changeset/ports/303500 Log: Fix build on FreeBSD 10 PR: ports/167985 (based on) Submitted by: truckman Obtained from: comms/spandsp-devel Added: head/comms/spandsp/files/ head/comms/spandsp/files/patch-configure.ac - copied unchanged from r303495, head/comms/spandsp-devel/files/patch-configure.ac Modified: head/comms/spandsp/Makefile Modified: head/comms/spandsp/Makefile ============================================================================== --- head/comms/spandsp/Makefile Sat Sep 1 17:16:50 2012 (r303499) +++ head/comms/spandsp/Makefile Sat Sep 1 17:18:41 2012 (r303500) @@ -18,7 +18,7 @@ COMMENT= A DSP library and software FAX LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool +USE_AUTOTOOLS= libtool autoconf USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include Copied: head/comms/spandsp/files/patch-configure.ac (from r303495, head/comms/spandsp-devel/files/patch-configure.ac) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/spandsp/files/patch-configure.ac Sat Sep 1 17:18:41 2012 (r303500, copy of r303495, head/comms/spandsp-devel/files/patch-configure.ac) @@ -0,0 +1,10 @@ +--- configure.ac.orig 2012-09-01 12:05:10.795461874 +0100 ++++ configure.ac 2012-09-01 12:05:47.473457036 +0100 +@@ -194,7 +194,6 @@ + AC_CHECK_HEADERS([string.h]) + AC_CHECK_HEADERS([strings.h]) + AC_CHECK_HEADERS([malloc.h]) +-AC_CHECK_HEADERS([tgmath.h], [INSERT_TGMATH_HEADER="#include "]) + AC_CHECK_HEADERS([math.h], [INSERT_MATH_HEADER="#include "]) + AC_CHECK_HEADERS([float.h]) + AC_CHECK_HEADERS([fcntl.h]) _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"