Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2019 23:32:13 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519784 - head/sysutils/android-file-transfer
Message-ID:  <201912102332.xBANWDq2033562@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Dec 10 23:32:13 2019
New Revision: 519784
URL: https://svnweb.freebsd.org/changeset/ports/519784

Log:
  sysutils/android-file-transfer: expose FUSE on DragonFly
  
  See https://gitweb.dragonflybsd.org/dragonfly.git/commit/5812c3cc7f8e

Modified:
  head/sysutils/android-file-transfer/Makefile   (contents, props changed)

Modified: head/sysutils/android-file-transfer/Makefile
==============================================================================
--- head/sysutils/android-file-transfer/Makefile	Tue Dec 10 23:31:48 2019	(r519783)
+++ head/sysutils/android-file-transfer/Makefile	Tue Dec 10 23:32:13 2019	(r519784)
@@ -22,8 +22,6 @@ PLIST_FILES=	"@comment lib/libmtp-ng-static.a"
 OPTIONS_DEFINE=	CLI FUSE QT5
 OPTIONS_DEFAULT=CLI FUSE QT5
 OPTIONS_EXCLUDE?=	QT5 # enslaved until subpackaging
-# XXX http://lists.dragonflybsd.org/pipermail/users/2016-September/313064.html
-OPTIONS_EXCLUDE_DragonFly=	FUSE
 
 CLI_DESC=	CLI (Command-Line Interface) support
 CLI_USES=	readline



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