From owner-svn-ports-head@freebsd.org Thu Aug 6 16:14:43 2015 Return-Path: Delivered-To: svn-ports-head@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 72BDE9B5C26; Thu, 6 Aug 2015 16:14:43 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 64426EB5; Thu, 6 Aug 2015 16:14:43 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t76GEh9E011332; Thu, 6 Aug 2015 16:14:43 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t76GEhpZ011331; Thu, 6 Aug 2015 16:14:43 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201508061614.t76GEhpZ011331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 6 Aug 2015 16:14:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393663 - head/devel/glib20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2015 16:14:43 -0000 Author: kwm Date: Thu Aug 6 16:14:42 2015 New Revision: 393663 URL: https://svnweb.freebsd.org/changeset/ports/393663 Log: Disable kqueue for now, so we can take our time finding out what is up with the file/directory monitoring code. And people can use there Gtk based programs again. PR: 202128 Modified: head/devel/glib20/Makefile Modified: head/devel/glib20/Makefile ============================================================================== --- head/devel/glib20/Makefile Thu Aug 6 15:47:47 2015 (r393662) +++ head/devel/glib20/Makefile Thu Aug 6 16:14:42 2015 (r393663) @@ -3,6 +3,7 @@ PORTNAME= glib PORTVERSION= 2.44.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -32,7 +33,8 @@ CONFIGURE_ARGS= --disable-gtk-doc --with --enable-static=yes \ --with-pcre=system \ --disable-fam -CONFIGURE_ENV= ac_cv_header_sys_inotify_h= +CONFIGURE_ENV= ac_cv_header_sys_inotify_h= \ + ac_cv_header_sys_event_h= CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip