From owner-cvs-ports@FreeBSD.ORG Wed Jun 6 15:51:22 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB4BB1065678; Wed, 6 Jun 2012 15:51:22 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C77968FC19; Wed, 6 Jun 2012 15:51:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q56FpM60028645; Wed, 6 Jun 2012 15:51:22 GMT (envelope-from crees@repoman.freebsd.org) Received: (from crees@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q56FpMH1028644; Wed, 6 Jun 2012 15:51:22 GMT (envelope-from crees) Message-Id: <201206061551.q56FpMH1028644@repoman.freebsd.org> From: Chris Rees Date: Wed, 6 Jun 2012 15:51:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/transmission-cli/files patch-libtransmission-fdlimit.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2012 15:51:23 -0000 crees 2012-06-06 15:51:22 UTC FreeBSD ports repository Added files: net-p2p/transmission-cli/files patch-libtransmission-fdlimit.c Log: posix-fadvise was added to FreeBSD on 04/November 2011 [1], which is picked up by the configure script. However, the function is marked as available, but libtransmission/fdlimit.c has a conditional include on fcntl.h, which causes the compilation to fail. This patch removes the condition on fcntl.h inclusion, hopefully fixing the build. PR: ports/167195 [1] http://svnweb.freebsd.org/base/head/sys/sys/fcntl.h?view=log#rev227070 Revision Changes Path 1.1 +13 -0 ports/net-p2p/transmission-cli/files/patch-libtransmission-fdlimit.c (new)