Index: branches/2016Q4/sysutils/xfce4-mount-plugin/Makefile =================================================================== --- branches/2016Q4/sysutils/xfce4-mount-plugin/Makefile (revision 426124) +++ branches/2016Q4/sysutils/xfce4-mount-plugin/Makefile (revision 426125) @@ -1,24 +1,27 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= xfce4-mount-plugin PORTVERSION= 0.6.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Mount and umount utility for the Xfce4 panel LICENSE= GPLv2 +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip USES= gettext gmake libtool pkgconfig xfce tar:bzip2 -USE_GNOME= intltool intlhack +USE_GNOME= gtk20 cairo intltool intlhack USE_LDCONFIG= yes USE_XFCE= panel .include Index: branches/2016Q4/sysutils/xfce4-mount-plugin/files/patch-panel-plugin_devices.c =================================================================== --- branches/2016Q4/sysutils/xfce4-mount-plugin/files/patch-panel-plugin_devices.c (nonexistent) +++ branches/2016Q4/sysutils/xfce4-mount-plugin/files/patch-panel-plugin_devices.c (revision 426125) @@ -0,0 +1,14 @@ +--- panel-plugin/devices.c.orig 2014-04-26 21:31:42 UTC ++++ panel-plugin/devices.c +@@ -329,9 +329,11 @@ disk_umount (t_disk *pdisk, char* umount + { + + DBG("disk_umount: dev=%s, mountpoint=%s, umount_command=%s, show_message_dialog=%d, eject=%d, type=%s", pdisk->device, pdisk->mount_point, umount_command, show_message_dialog, eject, pdisk->mount_info->type); ++#if !defined(__FreeBSD__) || !defined(__DragonFly__) + if (strstr(pdisk->mount_info->type, "fuse")) + deviceprintf(&tmp, "fusermount -u %m", pdisk->device); + else ++#endif + deviceprintf(&tmp, umount_command, pdisk->device); + + mountpointprintf(&cmd, tmp, pdisk->mount_point); Property changes on: branches/2016Q4/sysutils/xfce4-mount-plugin/files/patch-panel-plugin_devices.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2016Q4 =================================================================== --- branches/2016Q4 (revision 426124) +++ branches/2016Q4 (revision 426125) Property changes on: branches/2016Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r426027