Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 2015 16:14:43 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393663 - head/devel/glib20
Message-ID:  <201508061614.t76GEhpZ011331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508061614.t76GEhpZ011331>