From owner-freebsd-mono@FreeBSD.ORG Sun May 6 07:38:45 2012 Return-Path: Delivered-To: mono@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A941106564A; Sun, 6 May 2012 07:38:45 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id C86908FC0C; Sun, 6 May 2012 07:38:44 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 3Vlf2Y1GJ0z31X; Sun, 6 May 2012 15:38:13 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Sunpoet Po-Chuan Hsieh X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <3Vlf2Y1GJ0z31X@sunpoet.net> Date: Sun, 6 May 2012 15:38:13 +0800 (CST) Cc: mono@FreeBSD.org Subject: [PATCH] lang/mono: fix build when devel/libinotify is installed X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2012 07:38:45 -0000 >Submitter-Id: current-users >Originator: Sunpoet Po-Chuan Hsieh >Organization: The FreeBSD Project >Confidential: no >Synopsis: [PATCH] lang/mono: fix build when devel/libinotify is installed >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 9.0-STABLE amd64 >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Mon Apr 23 19:27:08 CST 2012 >Description: - Fix build when devel/libinotify is installed Port maintainer (mono@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- mono-2.11.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/mono/Makefile,v retrieving revision 1.101 diff -u -u -r1.101 Makefile --- Makefile 2 May 2012 18:16:19 -0000 1.101 +++ Makefile 6 May 2012 07:37:33 -0000 @@ -16,6 +16,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ bash:${PORTSDIR}/shells/bash +CONFIGURE_ENV= ac_cv_header_sys_inotify_h=no USE_BZIP2= yes USE_BISON= build USE_GNOME= gnomehack glib20 --- mono-2.11.1.patch ends here ---