notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
mtpfs MTP device filesystem
1.1_4 sysutils on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1_4Version of this port present on the latest quarterly branch.
Maintainer: jhixson@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2007-09-08 05:11:13
Last Update: 2023-07-26 00:48:20
Commit Hash: 95274bf
People watching this port, also watch:: py39-pycparser, gstreamer1-plugins-pango, libdc1394, gstreamer1-plugins-openmpt, xerces-c3
License: GPLv3
WWW:
https://www.adebenham.com/mtpfs/
Description:
MTPFS is a FUSE filesystem that supports reading and writing from any MTP device (as supported by libmtp)
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/mtpfs
  2. /usr/local/share/licenses/mtpfs-1.1_4/catalog.mk
  3. /usr/local/share/licenses/mtpfs-1.1_4/LICENSE
  4. /usr/local/share/licenses/mtpfs-1.1_4/GPLv3
Collapse this list.
Dependency lines:
  • mtpfs>0:sysutils/mtpfs
To install the port:
cd /usr/ports/sysutils/mtpfs/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/mtpfs
  • pkg install mtpfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mtpfs
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1593705811 SHA256 (cjd-mtpfs-1.1-fd3864dd6f0e8183fa2598d4cf890401d3a1e09a_GH0.tar.gz) = f004136a82452d13362581277eb2496033aa13a6c3f35d0501327248f3120456 SIZE (cjd-mtpfs-1.1-fd3864dd6f0e8183fa2598d4cf890401d3a1e09a_GH0.tar.gz) = 82022

Packages (timestamps in pop-ups are UTC):
mtpfs
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.1_41.1_41.1_31.1_41.1_4---
FreeBSD:13:quarterly1.1_41.1_4-1.1_41.1_41.1_41.1_41.1_4
FreeBSD:14:latest1.1_41.1_41.1_41.1_41.1_41.1_4-1.1_4
FreeBSD:14:quarterly1.1_41.1_4-1.1_41.1_41.1_41.1_41.1_4
FreeBSD:15:latest1.1_41.1_4n/a1.1_4n/a1.1_41.1_41.1_4
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
  2. autoconf>=2.71 : devel/autoconf
  3. automake>=1.16.5 : devel/automake
Library dependencies:
  1. libmtp.so : multimedia/libmtp
  2. libid3.so : audio/id3lib
  3. libid3tag.so : audio/libid3tag
  4. libmad.so : audio/libmad
  5. libfuse.so : sysutils/fusefs-libs
  6. libglib-2.0.so : devel/glib20
  7. libintl.so : devel/gettext-runtime
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_mtpfs
USES:
autoreconf fuse gnome pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/cjd/mtpfs/tar.gz/fd3864dd6f0e8183fa2598d4cf890401d3a1e09a?dummy=/
Collapse this list.

Number of commits found: 39

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1_4
26 Jul 2023 00:48:20
commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Fix build with llvm16 on 13.2-STABLE

As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
1.1_4
21 Jul 2023 18:26:14
commit hash: 492a7f81b14ced60bb6094ca1c7d50596a3d2c0ccommit hash: 492a7f81b14ced60bb6094ca1c7d50596a3d2c0ccommit hash: 492a7f81b14ced60bb6094ca1c7d50596a3d2c0ccommit hash: 492a7f81b14ced60bb6094ca1c7d50596a3d2c0c files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/mtpfs: Fix build with llvm16

- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.1_4
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1_4
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1_4
11 Jul 2022 21:46:56
commit hash: 2bbe718e827ec0156d321762f1af63cb80edacd0commit hash: 2bbe718e827ec0156d321762f1af63cb80edacd0commit hash: 2bbe718e827ec0156d321762f1af63cb80edacd0commit hash: 2bbe718e827ec0156d321762f1af63cb80edacd0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
audio/libmad: Set SONAME to libmad.so.0 instead of libmad.so.0.16.2

- Bump PORTREVISION of dependent ports for shlib change
- Bump PORTREVISION for package change
1.1_3
06 May 2022 23:34:31
commit hash: 2b228ba1a5ff1ec866f20fa45e2e6905abe50f65commit hash: 2b228ba1a5ff1ec866f20fa45e2e6905abe50f65commit hash: 2b228ba1a5ff1ec866f20fa45e2e6905abe50f65commit hash: 2b228ba1a5ff1ec866f20fa45e2e6905abe50f65 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
sysutils/mtpfs: Fix build with libmad 0.16

Filename for for libmad's pc file is now libmad.pc

Reported by:	vishwin
Approved by:	portmgr (blanket)
1.1_3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.1_3
02 Jul 2020 17:38:07
Revision:541051Original commit files touched by this commit
jhixson search for other commits by this committer
sysutils/mtpfs: update to use github

PR:	200078
Reported by:	jensh604@gmail.com
1.1_2
08 Nov 2019 13:11:05
Revision:517057Original commit files touched by this commit
tobik search for other commits by this committer
sysutils: Add missing USES={gnome,mate,php}
07 Aug 2018 12:13:48
Revision:476591Original commit files touched by this commit Refresh
jhixson search for other commits by this committer
Change jhixson port maintainer email to jhixson@FreeBSD.org

Approved by:	miwi (mentor), kmoore (mentor), araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D16592
1.1_2
01 Aug 2018 09:37:54
Revision:476169Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
- Regenerate patches
- Update WWW

Approved by:	portmgr blanket
1.1_2
20 Mar 2017 18:42:27
Revision:436558Original commit files touched by this commit
araujo search for other commits by this committer
Update maintainer email address.

Submitted by:	John Hixson <jhixson@gmail.com> (maintainer)
1.1_2
19 May 2016 10:53:06
Revision:415500Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [p-x]*

Approved by:	portmgr blanket
1.1_2
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
1.1_2
08 Dec 2014 16:48:41
Revision:374303Original commit files touched by this commit
tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1_1
18 Jul 2014 11:02:59
Revision:362200Original commit files touched by this commit
tijl search for other commits by this committer
audio/rhythmbox: drop :keepla
multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libaacs:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
multimedia/libbluray:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
- Use OPTIONS_SUB
- Replace patch with post-patch command

Bump dependent ports
1.1
10 Jun 2014 03:01:37
Revision:357244Original commit files touched by this commit
danilo search for other commits by this committer
- Add stage support [1]
- Convert LIB_DEPENDS to new syntax

PR:		ports/190849
Submitted by:	jhixson@gmail.com [1]
1.1
09 Mar 2014 19:40:40
Revision:347686Original commit files touched by this commit
gerald search for other commits by this committer
Chase the move of libmtp from audio to multimedia.

PR:		175266
Reported by:	makc, cperciva
1.1
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
1.1
02 Sep 2013 19:55:48
Revision:326070Original commit files touched by this commit
bapt search for other commits by this committer
Add an explicit dependency on pkgconf
1.1
06 Mar 2013 16:52:02
Revision:313527Original commit files touched by this commit
bapt search for other commits by this committer
Convert USE_FUSE macros into USES feature.

While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
1.1
15 Dec 2012 23:55:36
Revision:308973Original commit files touched by this commit
beech search for other commits by this committer
- Update to 1.1

PR:		ports/174408
Submitted by:	John Hixson <john@pcbsd.org> (maintainer)
0.9_2
14 Dec 2012 15:47:01
Revision:308910Original commit files touched by this commit
flo search for other commits by this committer
- 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)
0.9_2
30 Oct 2012 18:08:06
Revision:306689Original commit files touched by this commit
madpilot search for other commits by this committer
- Fix build with clang

While I'm here:

- Trim Makefile headers
- Remove ABI version numbers from LIB_DEPENDS
- Update author address in Created by line

Approved by:	John Hixson <john@pcbsd.org> (maintainer)
Feature safe:	yes
0.9_2
25 May 2012 15:14:39
Original commit files touched by this commit
miwi search for other commits by this committer
- Chase libmtp shlib bump
0.9_1
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.9_1
10 May 2010 13:07:52
Original commit files touched by this commit
makc search for other commits by this committer
Chase audio/libmtp update.
0.9
24 Jan 2009 14:27:01
Original commit files touched by this commit
chinsan search for other commits by this committer
- Fix build (fogot to updte patch)
0.9
24 Jan 2009 14:23:12
Original commit files touched by this commit
chinsan search for other commits by this committer
- Fix build (fogot to updte patch)
0.9
24 Jan 2009 14:15:06
Original commit files touched by this commit
chinsan search for other commits by this committer
- Update to 0.9

PR:             ports/130142 (maintainer timeout)
Submitted by:   chinsan (me)
0.9
24 Jan 2009 14:08:41
Original commit files touched by this commit
chinsan search for other commits by this committer
- Update to 0.9
0.6_4
06 Jun 2008 14:03:26
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
0.6_3
31 Mar 2008 07:56:11
Original commit files touched by this commit
rafan search for other commits by this committer
- Chase audio/libmtp share library version bump

PR:             ports/12203
0.6_2
28 Feb 2008 10:49:59
Original commit files touched by this commit
rafan search for other commits by this committer
- Chase audio/libmtp share library version bump

PR:             118499
0.6_1
11 Sep 2007 20:46:45
Original commit files touched by this commit
edwin search for other commits by this committer
Add missing dependencies.
Noticed by: TAPHR
0.6
08 Sep 2007 05:12:21
Original commit files touched by this commit
edwin search for other commits by this committer
Remove 'makedepend' generated file
0.6
08 Sep 2007 05:11:27
Original commit files touched by this commit
edwin search for other commits by this committer
PR:             ports/114762
Submitted by:   John Hixson <john@pcbsd.divinix.org>
0.6
08 Sep 2007 05:10:40
Original commit files touched by this commit
edwin search for other commits by this committer
New port: sysutils/mtpfs MTP device filesystem

        MTPFS is a FUSE filesystem that supports reading aand writing
        from any MTP device (as supported by libmtp)

        WWW: http://www.adebenham.com/mtpfs/

Number of commits found: 39