svn commit: r393663 - head/devel/glib20

Koop Mast kwm at FreeBSD.org
Thu Aug 6 16:14:43 UTC 2015


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


More information about the svn-ports-all mailing list