Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2018 03:59:26 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462273 - head/devel/gnome-vfs
Message-ID:  <201802190359.w1J3xQZU090661@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Mon Feb 19 03:59:26 2018
New Revision: 462273
URL: https://svnweb.freebsd.org/changeset/ports/462273

Log:
  - Completely ignore auto detect of sys/inotify.h
  - Add LIB_DEPENDS to make Q/A happy
  
  PR:		192724
  Approved by:	maintainer timeout (2+ months)

Modified:
  head/devel/gnome-vfs/Makefile

Modified: head/devel/gnome-vfs/Makefile
==============================================================================
--- head/devel/gnome-vfs/Makefile	Mon Feb 19 03:59:25 2018	(r462272)
+++ head/devel/gnome-vfs/Makefile	Mon Feb 19 03:59:26 2018	(r462273)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnome-vfs
 PORTVERSION=	2.24.4
-PORTREVISION?=	7
+PORTREVISION?=	8
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -24,6 +24,8 @@ USES=		tar:bzip2
 .if !defined(REFERENCE_PORT)
 
 RUN_DEPENDS=	update-mime-database:misc/shared-mime-info
+LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
+		libdbus-1.so:devel/dbus
 
 USES+=		gettext gmake libtool:keepla pathfix pkgconfig ssl
 USE_GNOME=	gconf2 gnomemimedata intlhack referencehack
@@ -34,7 +36,8 @@ CONFIGURE_ARGS=	--enable-openssl \
 		--disable-gnutls \
 		--disable-howl \
 		--with-hal-mount=/sbin/mount \
-		--with-hal-umount=/sbin/umount
+		--with-hal-umount=/sbin/umount \
+		ac_cv_header_sys_inotify_h=no
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 



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