Commit graph

5 commits

Author SHA1 Message Date
Jan Beich
2568504542 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:	40640fb...5a818d8
PR:		196712
Reported by:	pkg-fallout
2016-11-24 06:28:44 +00:00
Jan Beich
8a92f56119 sysutils/android-file-transfer: unbreak _OFF helpers after r422824 2016-10-10 16:22:04 +00:00
Tijl Coosemans
1ee4da6dd1 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)
2016-09-30 19:24:30 +00:00
Jan Beich
55be9c95f5 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.
2016-09-27 18:25:17 +00:00
Jan Beich
8f7fbd301d 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
2016-09-26 06:44:23 +00:00