From owner-svn-ports-all@freebsd.org Mon Oct 12 05:54:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3E0FA0E416; Mon, 12 Oct 2015 05:54:58 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97D9B159E; Mon, 12 Oct 2015 05:54:58 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9C5svGd049398; Mon, 12 Oct 2015 05:54:57 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9C5svSJ049397; Mon, 12 Oct 2015 05:54:57 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201510120554.t9C5svSJ049397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 12 Oct 2015 05:54:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399113 - head/emulators/wine-devel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Oct 2015 05:54:58 -0000 Author: gerald Date: Mon Oct 12 05:54:57 2015 New Revision: 399113 URL: https://svnweb.freebsd.org/changeset/ports/399113 Log: Unconditionally prevent the detection of libinotify which fails the build in the presence of devel/libinotify and is not really necessary. PR: 202564, 168617 Added: head/emulators/wine-devel/files/patch-libinotify (contents, props changed) Added: head/emulators/wine-devel/files/patch-libinotify ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/wine-devel/files/patch-libinotify Mon Oct 12 05:54:57 2015 (r399113) @@ -0,0 +1,12 @@ +diff --git a/configure b/configure +index 2646b0b..fc55a0e 100755 +--- configure ++++ configure +@@ -5888,7 +5888,6 @@ for ac_header in \ + sys/event.h \ + sys/exec_elf.h \ + sys/filio.h \ +- sys/inotify.h \ + sys/ioctl.h \ + sys/ipc.h \ + sys/limits.h \