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.

non port: sysutils/android-file-transfer/Makefile

Number of commits found: 39

Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 31 Jan 2021
01:55 jbeich search for other commits by this committer
Drop illusion of maintenance

Gift important ports (reset if undesired):
- multimedia/libmtp -> desktop@
- x11-drivers/xf86-input-wacom -> x11@
Original commitRevision:563446 
Wednesday, 30 Dec 2020
09:53 jbeich search for other commits by this committer
sysutils/android-file-transfer: update to 4.2

Changes:	https://github.com/whoozle/android-file-transfer-linux/releases/tag/v4.2
Reported by:	GitHub (watch releases)
Original commitRevision:559646 
Thursday, 24 Dec 2020
13:38 fluffy search for other commits by this committer
sysutils/android-file-transfer: switch to PYTHON_EXT_SUFFIX
Original commitRevision:559092 
Monday, 14 Dec 2020
10:00 jbeich search for other commits by this committer
sysutils/android-file-transfer: update to 4.1

Changes:	https://github.com/whoozle/android-file-transfer-linux/releases/tag/v4.1
Reported by:	GitHub (watch releases)
Original commitRevision:558087 
Monday, 16 Nov 2020
15:31 jbeich search for other commits by this committer
sysutils/android-file-transfer: update to 4.0

Changes:	https://github.com/whoozle/android-file-transfer-linux/releases/tag/v4.0
Reported by:	GitHub (watch releases)
Original commitRevision:555486 
Tuesday, 10 Dec 2019
23:32 jbeich search for other commits by this committer
sysutils/android-file-transfer: expose FUSE on DragonFly

See https://gitweb.dragonflybsd.org/dragonfly.git/commit/5812c3cc7f8e
Original commitRevision:519784 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Thursday, 13 Jun 2019
00:44 jbeich search for other commits by this committer
sysutils/android-file-transfer: update to 3.9

Changes:	https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.9
Reported by:	GitHub (watch releases)
Original commitRevision:504050 
Tuesday, 21 May 2019
00:43 jbeich search for other commits by this committer
sysutils/android-file-transfer: update to 3.8

Changes:	https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.8
Original commitRevision:502181 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Original commitRevision:498476 
Saturday, 16 Mar 2019
23:39 jbeich search for other commits by this committer
Avoid misuse of GH_TAGNAME in my ports

For snapshots based on git-describe(1) use DISTVERSIONFULL instead.
Original commitRevision:495998 
23:20 jbeich search for other commits by this committer
sysutils/android-file-transfer: clean up after r495936 + r495967

Drop QT (common), RADIO and MULTI and move QT5 to DEFAULT.
Original commitRevision:495988 
18:01 tcberner search for other commits by this committer
sysutils/android-file-transfer: remove QT4 option (Qt4 deprecation)

- this breaks sysutils/android-file-transfer-qt4 until removal

Approved by:	portmgr (implicit)
Original commitRevision:495936 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Original commitRevision:486467 
Tuesday, 13 Nov 2018
00:21 jbeich search for other commits by this committer
sysutils/android-file-transfer: update to 3.7

Changes:	https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.7
Changes:	https://github.com/whoozle/android-file-transfer-linux/compare/v3.6...v3.7
Original commitRevision:484846 
Wednesday, 7 Nov 2018
22:40 jbeich search for other commits by this committer
sysutils/android-file-transfer: update to 3.6

Changes:	https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.6
Changes:	https://github.com/whoozle/android-file-transfer-linux/compare/v3.5...v3.6
Original commitRevision:484414 
Tuesday, 11 Sep 2018
13:44 jbeich search for other commits by this committer
sysutils/android-file-transfer: update to 3.5

Changes:	https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.5
Changes:	https://github.com/whoozle/android-file-transfer-linux/compare/v3.4...v3.5
Original commitRevision:479525 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Saturday, 7 Jul 2018
00:39 jbeich search for other commits by this committer
sysutils/android-file-transfer: update to 3.4

Changes:	https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.4
Changes:	https://github.com/whoozle/android-file-transfer-linux/compare/v3.3...v3.4
MFH:		2018Q3 (mainly bug fixes)
Original commitRevision:474044 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Original commitRevision:473503 
Wednesday, 11 Apr 2018
23:44 jbeich search for other commits by this committer
sysutils/android-file-transfer: update to 3.3

Changes:	https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.3
MFH:		2018Q2 (mainly bug fixes)
Original commitRevision:467116 
Monday, 1 Jan 2018
13:48 jbeich search for other commits by this committer
sysutils/android-file-transfer: re-indent PLIST_FILES after r457776
Original commitRevision:457777 
13:42 jbeich search for other commits by this committer
Improve CMake style in my ports

- Convert to CMAKE_{ON,OFF} helpers
- Convert to _CMAKE_BOOL option helpers
- android-file-transfer: Share _CMAKE_BOOL via _IMPLIES
- Annotate types
Original commitRevision:457776 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Original commitRevision:444463 
Saturday, 24 Jun 2017
20:00 jbeich search for other commits by this committer
sysutils/android-file-transfer: update to 3.2

Changes:	https://github.com/whoozle/android-file-transfer-linux/releases/tag/v3.2
Original commitRevision:444241 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Sunday, 26 Feb 2017
10:31 jbeich search for other commits by this committer
sysutils/android-file-transfer: update to 3.1

Changes:	https://github.com/whoozle/android-file-transfer-linux/compare/5a818d8...v3.1
Original commitRevision:434854 
Tuesday, 3 Jan 2017
12:49 jbeich search for other commits by this committer
Drop pre-10.3 support in my ports

Figuring out which GCC hacks are safe to drop is tricky but at least
devel/fb-adb is limited to x86 due to ADA bootstrap.
Original commitRevision:430462 
Thursday, 24 Nov 2016
06:28 jbeich search for other commits by this committer
sysutils/android-file-transfer: unbreak on 9.x after r426565

In file included from cli/Session.cpp:22:0:
./cli/PosixStreams.h: In constructor
'cli::ObjectInputStream::ObjectInputStream(const string&)':
./cli/PosixStreams.h:72:18: error: 'perror' was not declared in this scope
     perror("open");
                  ^
./cli/PosixStreams.h: In constructor
'cli::ObjectOutputStream::ObjectOutputStream(const string&)':
./cli/PosixStreams.h:109:18: error: 'perror' was not declared in this scope
     perror("open");
                  ^

Changes:	https://github.com/whoozle/android-file-transfer-linux/compare/40640fb...5a818d8
PR:		196712
Reported by:	pkg-fallout
Original commitRevision:426992 
Monday, 10 Oct 2016
16:22 jbeich search for other commits by this committer
sysutils/android-file-transfer: unbreak _OFF helpers after r422824
Original commitRevision:423675 
Friday, 30 Sep 2016
19:24 tijl search for other commits by this committer
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS.  Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.

Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set.  Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.

Fix some issues with LIBS in some ports.

Switch ports that don't support LIBS to localbase:ldflags.

PR:		212987
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:423014 
Tuesday, 27 Sep 2016
18:25 jbeich search for other commits by this committer
sysutils/android-file-transfer: enslave GUI and expose CLI option

Catering package-only users that want Qt4 flavor or just non-GUI parts.
COMMENT and pkg-descr (both plural) can be improved in future.
Original commitRevision:422824 
Monday, 26 Sep 2016
06:44 jbeich search for other commits by this committer
sysutils/android-file-transfer: add new port

Requested by:	@whoozle (upstream)

Android File Transfer for Linux - reliable MTP client with
minimalistic UI similar to Android File Transfer for Mac.

Features:
* Simple Qt UI with progress dialogs.
* FUSE wrapper (If you'd prefer mounting your device), supporting
  partial read/writes, allowing instant access to your files.
* No file size limits.
* Automatically renames album cover to make it visible from media player.
* No extra dependencies (e.g. libptp/libmtp).
* Available as static/shared library.
* Command line tool (aft-mtp-cli)

https://github.com/whoozle/android-file-transfer-linux
Original commitRevision:422766 

Number of commits found: 39