- introduce a USE_FUSE macro

- convert all fuse ports to use the new macro

The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.

Approved by:	portmgr (bapt)
This commit is contained in:
Florian Smeets 2012-12-14 15:47:00 +00:00
parent 7045030009
commit d26530b713
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308910
48 changed files with 81 additions and 135 deletions

View file

@ -10,6 +10,13 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
20121214:
AUTHOR: flo@FreeBSD.org
* Add a USE_FUSE macro to handle fuse dependencies. It makes
sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.
20121210:
AUTHOR: bapt@FreeBSD.org
* OPTIONS has been extended 2 new macros are available:

View file

@ -408,6 +408,9 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# - Legal values are: gamin (default),fam
# If set to an unknown value, the port is marked IGNORE.
##
# USE_FUSE - If set, make sure necessary components unavailable in base
# are installed from ports.
##
# USE_AUTOTOOLS - If set, this port uses various GNU autotools
# (libtool, autoconf, autoheader, automake et al.)
# See bsd.autotools.mk for more details.
@ -1833,6 +1836,13 @@ IGNORE= cannot be built with unknown FAM system: ${FAM_SYSTEM}
.endif
.endif # USE_FAM
.if defined(USE_FUSE)
LIB_DEPENDS+= fuse:${PORTSDIR}/sysutils/fusefs-libs
.if !exists(/sbin/mount_fusefs)
RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod
.endif
.endif
.if defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != "YES"
SUB_FILES+= ${USE_RC_SUBR}
.endif

View file

@ -44,7 +44,7 @@ CONFIGURE_ARGS+=--with-text-scope
.endif
.if ${PORT_OPTIONS:MFUSE}
LIB_DEPENDS+= fuse:${PORTSDIR}/sysutils/fusefs-libs
USE_FUSE= yes
MAN1+= uadefs.1
PLIST_SUB+= FUSE=""
.else

View file

@ -39,8 +39,7 @@ OPTIONS= FUSE "Enable fuse" off \
.include <bsd.port.pre.mk>
.if defined(WITH_FUSE)
LIB_DEPENDS+= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod
USE_FUSE= yes
PLIST_SUB+= FUSE=""
.else
CONFIGURE_ARGS+= --disable-fuse

View file

@ -17,9 +17,8 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
fuse:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
USE_FUSE= yes
USE_GETTEXT= yes
USE_ICONV= yes
USE_LDCONFIG= yes

View file

@ -17,9 +17,7 @@ COMMENT= A library to support the Volume Service Snapshot (VSS) format
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= fuse:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
USE_FUSE= yes
USE_GETTEXT= yes
USE_ICONV= yes
USE_LDCONFIG= yes

View file

@ -15,8 +15,7 @@ DISTNAME= fuse-python-${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= FUSE Python bindings
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
USE_FUSE= yes
USE_PYTHON= yes
USE_PKGCONFIG= yes
USE_PYDISTUTILS=easy_install

View file

@ -53,8 +53,7 @@ CONFLICTS= open-vm-tools-nox11-[0-9]*
.endif
.if !defined(WITHOUT_FUSE)
LIB_DEPENDS+= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod
USE_FUSE= yes
PLIST_SUB+= FUSE=""
.else
PLIST_SUB+= FUSE="@comment "

View file

@ -15,11 +15,10 @@ PKGNAMEPREFIX= fusefs-
MAINTAINER= pav@FreeBSD.org
COMMENT= Mount PTP camera as a file system
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
gphoto2.2:${PORTSDIR}/graphics/libgphoto2
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2
USE_BZIP2= yes
USE_FUSE= yes
USE_GNOME= glib20
GNU_CONFIGURE= yes

View file

@ -80,7 +80,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
${CONFIGURE_TARGET}
.if ${PORT_OPTIONS:MFUSE}
LIB_DEPENDS+= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
USE_FUSE= yes
PLIST_SUB+= FUSE=""
.else
CONFIGURE_ARGS+= --disable-fuse-client

View file

@ -17,14 +17,12 @@ EXTRACT_ONLY= ${TC_SRCFILE} wxWidgets-${WX_VER}.tar.gz
MAINTAINER= zi@FreeBSD.org
COMMENT= Free open-source disk encryption software
BUILD_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod \
nasm:${PORTSDIR}/devel/nasm
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod \
sudo:${PORTSDIR}/security/sudo
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo
WRKSRC= ${WRKDIR}/truecrypt-${PORTVERSION}-source
USE_FUSE= yes
USE_GMAKE= yes
USE_ICONV= yes
RESTRICTED= Downloading requires acceptance of license agreement

View file

@ -17,13 +17,13 @@ COMMENT= The Advanced Forensics Format library and utilities
LICENSE= BSD
LIB_DEPENDS= fuse:${PORTSDIR}/sysutils/fusefs-libs \
expat:${PORTSDIR}/textproc/expat2 \
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \
curl:${PORTSDIR}/ftp/curl
USE_LDCONFIG= yes
USE_OPENSSL= yes
USE_ICONV = yes
USE_ICONV= yes
USE_FUSE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack

View file

@ -13,15 +13,13 @@ MASTER_SITES= http://www.cybernoia.de/software/archivemount/
MAINTAINER= jirnov@gmail.com
COMMENT= Mount archives with FUSE
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
PLIST_FILES= bin/archivemount
MAN1= archivemount.1
GNU_CONFIGURE= yes
NO_INSTALL_MANPAGES= yes
USE_FUSE= yes
USE_GMAKE= yes
USE_ICONV= yes
USE_PKGCONFIG= yes

View file

@ -13,9 +13,7 @@ MASTER_SITES= SF/avf/${PORTNAME}/${PORTVERSION}
MAINTAINER= jirnov@gmail.com
COMMENT= A Virtual File System
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs \
${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
BROKEN= does not package
@ -24,6 +22,7 @@ NO_INSTALL_MANPAGES= yes
CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -liconv
GNU_CONFIGURE= yes
USE_FUSE= yes
USE_GMAKE= yes
USE_BZIP2= yes
USE_LDCONFIG= yes

View file

@ -10,13 +10,12 @@ MASTER_SITES= SF
MAINTAINER= eric@camachat.org
COMMENT= Mount UPnP A/V Media
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
upnp.9:${PORTSDIR}/devel/upnp
LIB_DEPENDS= upnp.9:${PORTSDIR}/devel/upnp
BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
PLIST_FILES= bin/${PORTNAME}
GNU_CONFIGURE= yes
USE_FUSE= yes
USE_GNOME= pkgconfig
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
--with-fuse-prefix=${LOCALBASE} \

View file

@ -13,9 +13,6 @@ PKGNAMEPREFIX= fusefs-
MAINTAINER= avl@FreeBSD.org
COMMENT= An automounting file system implemented in user-space using FUSE
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
@ -23,6 +20,7 @@ GNU_CONFIGURE= yes
PORTDOCS= AUTHORS ChangeLog README
PLIST_FILES= bin/${PORTNAME}
USE_FUSE= yes
USE_PKGCONFIG= yes
MAN1= afuse.1

View file

@ -15,12 +15,10 @@ PKGNAMEPREFIX= fusefs-
MAINTAINER= leeym@FreeBSD.org
COMMENT= A FUSE based filesystem with replication at the filesystem level
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_FUSE= yes
PLIST_FILES= bin/chironfs bin/chirctl
PORTDOCS= *

View file

@ -15,13 +15,12 @@ PKGNAMEPREFIX= fusefs-
MAINTAINER= ports@FreeBSD.org
COMMENT= A encrypted filesystem for FUSE
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \
glib-2.0:${PORTSDIR}/devel/glib20
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_FUSE= yes
PLIST_FILES= bin/cryptofs

View file

@ -15,11 +15,10 @@ PKGNAMEPREFIX= fusefs-
MAINTAINER= dhn@FreeBSD.org
COMMENT= Mount remote ftp directories
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
curl.6:${PORTSDIR}/ftp/curl
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
USE_FUSE= yes
USE_GNOME= glib20
MAN1= ${PORTNAME}.1
PLIST_FILES= bin/curlftpfs

View file

@ -18,8 +18,6 @@ COMMENT= An encrypted pass-through FUSE filesystem
LIB_DEPENDS= rlog.5:${PORTSDIR}/devel/rlog \
boost_serialization.4:${PORTSDIR}/devel/boost-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
WRKSRC= ${WRKDIR}/encfs-${PORTVERSION}
@ -29,6 +27,7 @@ CONFIGURE_ARGS= --with-boost-serialization=boost_serialization \
--with-boost-filesystem=boost_filesystem
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_FUSE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes

View file

@ -13,10 +13,9 @@ COMMENT= A full-featured exFAT FS implementation as a FUSE module
LICENSE= GPLv3
LIB_DEPENDS= fuse:${PORTSDIR}/sysutils/fusefs-libs \
ublio:${PORTSDIR}/devel/libublio
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
LIB_DEPENDS= ublio:${PORTSDIR}/devel/libublio
USE_FUSE= yes
USE_ICONV= yes
USE_SCONS= yes

View file

@ -16,11 +16,9 @@ COMMENT= EXT4 implementation for FUSE
LICENSE= GPLv2
BUILD_DEPENDS= fusefs-libs>=2.7.2:${PORTSDIR}/sysutils/fusefs-libs
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
execinfo.1:${PORTSDIR}/devel/libexecinfo
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo
USE_FUSE= yes
USE_GMAKE= yes
USE_PKGCONFIG= build

View file

@ -14,12 +14,10 @@ PKGNAMEPREFIX= fusefs-
MAINTAINER= ports@FreeBSD.org
COMMENT= Union filesystem for the FUSE driver
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
GNU_CONFIGURE= yes
USE_FUSE= yes
MAN1= funionfs.1
PLIST_FILES= bin/funionfs

View file

@ -15,15 +15,14 @@ DISTNAME= FUR-${PORTVERSION}
MAINTAINER= avl@FreeBSD.org
COMMENT= FUSE-based filesystem for Windows CE based devices
LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 \
fuse.2:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2
OPTIONS= VCHMOD "Enable a fake hook for chmod that just returns 0" on
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
USE_FUSE= yes
USE_GMAKE= yes
USE_ICONV= yes
USE_GNOME= pkgconfig

View file

@ -15,10 +15,9 @@ DISTNAME= fuse-${PORTVERSION}
MAINTAINER= buganini@gmail.com
COMMENT= Dummy driver from fusefs-libs example
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
USE_AUTOTOOLS= libtool
USE_FUSE= yes
USE_GNOME= pkgconfig
USE_LDCONFIG= yes
USE_ICONV= yes

View file

@ -15,11 +15,9 @@ DISTNAME= ${RPORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Interface between FUSE and the Gnome VFS 2.0
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
RPORTNAME= gnome-vfs-fuse
WRKSRC= ${WRKDIR}/${RPORTNAME}
USE_FUSE= yes
USE_GNOME= gnomevfs2
USE_GMAKE= yes
USE_PKGCONFIG= yes

View file

@ -15,9 +15,7 @@ PKGNAMEPREFIX= fusefs-
MAINTAINER= dhn@FreeBSD.org
COMMENT= On-demand, transcoding filesystem (using GStreamer pipeline)
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
USE_FUSE= yes
USE_GNOME= pkgconfig
USE_GSTREAMER= yes

View file

@ -13,10 +13,8 @@ MASTER_SITES= http://fuse.gunzip.silverice.org/files/
MAINTAINER= jirnov@gmail.com
COMMENT= Fuse.gunzip provides transparent decompression of gzip compressed files
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
WRKSRC= ${WRKDIR}/fuse.gunzip
USE_FUSE= yes
PLIST_FILES= bin/fuse.gunzip

View file

@ -15,9 +15,7 @@ DISTNAME= ${PORTNAME}_with_static_binaries_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Fuse-based http filesystem
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
USE_FUSE= yes
PLIST_FILES= bin/httpfs
WRKSRC= ${WRKDIR}

View file

@ -17,16 +17,13 @@ COMMENT= Mount iPod Touch / iPhone directories over USB
# LICENSE= LGPL21
# LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= fusefs-libs>2.4.1:${PORTSDIR}/sysutils/fusefs-libs
LIB_DEPENDS= imobiledevice.1:${PORTSDIR}/comms/libimobiledevice
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
imobiledevice.1:${PORTSDIR}/comms/libimobiledevice
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod \
usbmuxd:${PORTSDIR}/comms/usbmuxd
RUN_DEPENDS= usbmuxd:${PORTSDIR}/comms/usbmuxd
SUB_FILES= pkg-message
USE_BZIP2= yes
USE_FUSE= yes
USE_GNOME= glib20 pkgconfig
GNU_CONFIGURE= yes

View file

@ -15,9 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= proler@gmail.com
COMMENT= Multi HDD [FUSE] File System
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
USE_FUSE= yes
USE_GMAKE= yes
USE_PKGCONFIG= build
MAKE_ARGS= WITHOUT_XATTR=1

View file

@ -13,16 +13,15 @@ PKGNAMEPREFIX= fusefs-
MAINTAINER= sterum@overrider.at
COMMENT= FUSE-based filesystem for transcoding flac to mp3
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs\
mp3lame.0:${PORTSDIR}/audio/lame\
LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame\
FLAC.10:${PORTSDIR}/audio/flac\
id3tag.0:${PORTSDIR}/audio/libid3tag
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
FETCH_CMD= fetch -Fpr
CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include
GNU_CONFIGURE= yes
USE_FUSE= yes
MAN1= mp3fs.1
PLIST_FILES= bin/mp3fs

View file

@ -14,13 +14,11 @@ COMMENT= Mount NTFS partitions (read/write) and disk images
LICENSE= GPLv2
BUILD_DEPENDS= fusefs-libs>=2.7.2:${PORTSDIR}/sysutils/fusefs-libs
LIB_DEPENDS= fuse:${PORTSDIR}/sysutils/fusefs-libs
CONFLICTS_BUILD= bonobo-1.*
CONFLICTS_INSTALL= ntfsprogs-*
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
USE_FUSE= yes
USE_ICONV= yes
USE_PKGCONFIG= yes
CONFIGURE_ARGS= --exec-prefix=${PREFIX} --disable-mount-helper \
@ -43,10 +41,6 @@ MAN8= mkntfs.8 ntfs-3g.8 ntfs-3g.probe.8 \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000021
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
.endif
.if ${PORT_OPTIONS:MLOCK}
CFLAGS+= -DUSE_LOCK
.endif

View file

@ -15,12 +15,11 @@ DISTNAME= fusepod-${PORTVERSION}
MAINTAINER= fjoe@FreeBSD.org
COMMENT= FUSE-based filesystem for iPod
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs\
gpod.7:${PORTSDIR}/audio/libgpod\
LIB_DEPENDS= gpod.7:${PORTSDIR}/audio/libgpod\
tag.1:${PORTSDIR}/audio/taglib
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
USE_BZIP2= yes
USE_FUSE= yes
GNU_CONFIGURE= yes
MAN1= fusepod.1
PLIST_FILES= bin/fusepod

View file

@ -18,8 +18,6 @@ COMMENT= Mount rar archives as filesystem
LICENSE= GPLv3
LIB_DEPENDS= unrar:${PORTSDIR}/archivers/libunrar4 \
fuse:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-fuse-lib=${LOCALBASE}/lib \
@ -29,6 +27,7 @@ CONFIGURE_ARGS= --with-fuse-lib=${LOCALBASE}/lib \
PLIST_FILES= bin/${PORTNAME}
MAN1= rar2fs.1
USE_FUSE= yes
USE_GMAKE= yes
do-install:

View file

@ -16,11 +16,10 @@ MAINTAINER= gslin@gslin.org
COMMENT= FUSE-based file system backed by Amazon S3
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
fuse:${PORTSDIR}/sysutils/fusefs-libs \
xml2:${PORTSDIR}/textproc/libxml2
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
GNU_CONFIGURE= yes
USE_FUSE= yes
PLIST_FILES= bin/s3fs
post-install:

View file

@ -11,16 +11,13 @@ PKGNAMEPREFIX= fusefs-
MAINTAINER= ports@FreeBSD.org
COMMENT= Mount smb shares (Fuse filesystem)
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
smbclient.0:${PORTSDIR}/net/samba-libsmbclient \
LIB_DEPENDS= smbclient.0:${PORTSDIR}/net/samba-libsmbclient \
gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring
DOCSDIR+= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
BUILD_DEPENDS= fusefs-libs>2.4.1:${PORTSDIR}/sysutils/fusefs-libs
USE_BZIP2= yes
USE_FUSE= yes
GNU_CONFIGURE= yes
CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include

View file

@ -18,9 +18,7 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= SQLite backed FUSE file system
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
USE_FUSE= yes
USE_SQLITE= 3
.if !defined(NOPORTDOCS)

View file

@ -16,12 +16,9 @@ COMMENT= Mount remote directories over ssh
KMODDIR?= ${LOCALBASE}/modules
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${KMODDIR}/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
BUILD_DEPENDS= fusefs-libs>2.4.1:${PORTSDIR}/sysutils/fusefs-libs
GNU_CONFIGURE= yes
CFLAGS+= ${PTHREAD_CFLAGS}
USE_FUSE= yes
USE_GNOME= glib20
MAN1= sshfs.1

View file

@ -15,11 +15,9 @@ DISTNAME= unionfs-fuse-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= FUSE based implementation of the well-known unionfs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
PLIST_FILES= bin/unionfs
USE_FUSE= yes
USE_BZIP2= yes
do-build:

View file

@ -15,11 +15,10 @@ PKGNAMEPREFIX= fusefs-
MAINTAINER= kamikaze@bsdforen.de
COMMENT= Mount remote WedDAV directories with Fuse
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
neon.27:${PORTSDIR}/www/neon29
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
LIB_DEPENDS= neon.27:${PORTSDIR}/www/neon29
GNU_CONFIGURE= yes
USE_FUSE= yes
USE_GNOME= glib20
PLIST_FILES= bin/wdfs

View file

@ -14,10 +14,9 @@ PKGNAMEPREFIX= fusefs-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Mount mediawikis
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod \
py*-fusefs>=0.2:${PORTSDIR}/devel/py-fusefs
RUN_DEPENDS= py*-fusefs>=0.2:${PORTSDIR}/devel/py-fusefs
USE_FUSE= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PORTDOCS= AUTHORS ChangeLog HACKING NEWS README TODO

View file

@ -16,9 +16,7 @@ COMMENT= Moosefs client tools
DISTINFO_FILE= ${.CURDIR}/../moosefs-master/distinfo
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
USE_FUSE= yes
USE_PKGCONFIG= yes
MAN1= mfstools.1 mfscheckfile.1 mfsdirinfo.1 mfsfileinfo.1 \

View file

@ -10,13 +10,12 @@ MASTER_SITES= http://www.adebenham.com/mtpfs/
MAINTAINER= john@pcbsd.org
COMMENT= MTP device filesystem
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
LIB_DEPENDS= mtp:${PORTSDIR}/audio/libmtp \
fuse:${PORTSDIR}/sysutils/fusefs-libs \
id3-3.8:${PORTSDIR}/audio/id3lib \
id3tag:${PORTSDIR}/audio/libid3tag \
mad:${PORTSDIR}/audio/libmad
USE_FUSE= yes
USE_GNOME= glib20
GNU_CONFIGURE= yes
PLIST_FILES= bin/mtpfs

View file

@ -11,12 +11,11 @@ COMMENT= Utilities and library to manipulate NTFS partitions
LICENSE= GPLv2
BUILD_DEPENDS= fusefs-libs>2.5:${PORTSDIR}/sysutils/fusefs-libs
CONFLICTS_INSTALL= fusefs-ntfs-*
USE_PKGCONFIG= build
USE_BZIP2= yes
USE_FUSE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -12,13 +12,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Write filesystems in Perl using FUSE
BUILD_DEPENDS= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod
RUN_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
BUILD_DEPENDS+= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
PORTSCOUT= skipv:0.09_4
USE_FUSE= yes
USE_PKGCONFIG= build
MAN3= Fuse.3

View file

@ -46,8 +46,7 @@ MASTER_SITES+= http://www.icyb.net.ua/~avg/distfiles/:fuse
DISTFILES+= ${UDFCLIENTFS_NAME}-${UDFCLIENTFS_VERSION}.tgz:fuse
EXTRA_PATCHES+= ${UDFCLIENTFS_DIR}/${UDFCLIENTFS_NAME}.patch
RUN_DEPENDS+= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
LIB_DEPENDS+= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
USE_FUSE= yes
PLIST_FILES+= bin/${UDFCLIENTFS_NAME}
.endif

View file

@ -149,8 +149,7 @@ PLIST_SUB+= DBUS="@comment "
.if ${PORT_OPTIONS:MFUSE}
CONFIGURE_ARGS+= --enable-fuse
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/fuse.pc:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/fuse.pc:${PORTSDIR}/sysutils/fusefs-libs
USE_FUSE= yes
PLIST_SUB+= FUSE=""
.else
CONFIGURE_ARGS+= --disable-fuse