svn commit: r462273 - head/devel/gnome-vfs
Danilo Egea Gondolfo
danilo at FreeBSD.org
Mon Feb 19 03:59:27 UTC 2018
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
More information about the svn-ports-all
mailing list