Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
29.0.6_1 09 Jun 2022 22:45:02 |
Neel Chauhan (nc) |
devel/android-tools: New port: Android debugging tools
While I'm here, remove the old devel/android-tools-adb and
devel/android-tools-fastboot ports. These ports are long out-of-date
and the adb port especially had issues with certain devices.
This port was tested from a FreeBSD 14.0 system to flash both
LineageOS and GrapheneOS on a Google Pixel 3 using both `adb` and
`fastboot`. |
29.0.6_1 27 Nov 2021 04:13:50 |
Neel Chauhan (nc) |
devel/android-tools-adb: Release MAINTAINER |
29.0.6_1 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
29.0.6_1 08 May 2021 03:17:08 |
Neel Chauhan (nc) |
devel/android-tools-adb: Adopt port |
29.0.6_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
29.0.6_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
29.0.6_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
29.0.6_1 31 Jan 2021 01:55:20 |
jbeich |
Drop illusion of maintenance
Gift important ports (reset if undesired):
- multimedia/libmtp -> desktop@
- x11-drivers/xf86-input-wacom -> x11@ |
29.0.6_1 23 Dec 2020 21:28:31 |
jbeich |
devel/android-tools-adb: drop lang/python27 dependency
-Ran 51 tests in 5.527s
+Ran 62 tests in 17.952s
PR: 249607 |
29.0.6_1 09 Sep 2020 03:24:14 |
jbeich |
devel/android-tools-adb: move _unsupported after r511280
make[2]: don't know how to make client/transport_mdns_unsupported.cpp. Stop |
29.0.6_1 15 Apr 2020 19:15:37 |
jbeich |
devel/android-tools-adb: fix TEST=on after r527733
socket_spec_test.cpp:101: Failure
Expected equality of these values:
5555
get_host_socket_spec_port("vsock:5555", &error)
Which is: -1
* thread #1, name = 'adb_test', stop reason = signal SIGILL: privileged
instruction
frame #0: 0x00000000003fc604 adb_test`GetThreadId() at
logger_write.cpp:240:31
237 #endif
238
239 // Copied from base/threads.cpp
-> 240 static uint64_t GetThreadId() {
241 #if defined(__BIONIC__) (Only the first 15 lines of the commit message are shown above ) |
29.0.6 27 Mar 2020 23:34:24 |
jbeich |
devel/android-tools-adb: drop FreeBSD 12.0 support after r527628 |
29.0.6 03 Mar 2020 22:53:35 |
jbeich |
devel/android-tools-{adb,fastboot}: update to 29.0.6
Changes: https://android.googlesource.com/platform/system/core/+log/platform-tools-29.0.5..platform-tools-29.0.6/adb
Changes: https://android.googlesource.com/platform/system/core/+log/platform-tools-29.0.5..platform-tools-29.0.6/fastboot
Reported by: portscout |
29.0.5 19 Dec 2019 03:41:39 |
jbeich |
devel/googletest: merge googlemock
Avoid micromanaging installed files to simplify maintenance.
Already done upstream since 1.8.0. Other distributions (e.g.,
Arch, PkgSrc) have followed. |
29.0.5 25 Nov 2019 23:25:52 |
brooks |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
29.0.5 29 Oct 2019 18:04:19 |
jbeich |
devel/android-tools-{adb,fastboot}: update to 29.0.5
Changes: https://android.googlesource.com/platform/system/core/+log/platform-tools-29.0.4..platform-tools-29.0.5/adb
Changes: https://android.googlesource.com/platform/system/core/+log/platform-tools-29.0.4..platform-tools-29.0.5/fastboot
Reported by: portscout |
29.0.4 05 Oct 2019 00:42:21 |
jbeich |
devel/google{test,mock}: update to 1.10.0
- Drop static library
- Drop gtest-config and gmock-config
- Drop GTEST_LIB_CHECK autoconf macro
- Drop gmock_doctory.py as it's too old
- Expose tests via option
Changes: https://github.com/google/googletest/compare/release-1.8.1...release-1.10.0
Reported by: GitHub (watch releases)
PR: 239654
Differential Revision: https://reviews.freebsd.org/D19430 |
29.0.4 01 Oct 2019 07:25:09 |
jbeich |
devel/android-tools-{adb,fastboot}: update to 29.0.4
Changes: https://android.googlesource.com/platform/system/core/+log/platform-tools-29.0.3..platform-tools-29.0.4/adb
Changes: https://android.googlesource.com/platform/system/core/+log/platform-tools-29.0.3..platform-tools-29.0.4/fastboot
Reported by: portscout |
29.0.3 12 Sep 2019 14:45:56 |
jbeich |
devel/android-tools-*: simplify via GH_TUPLE
Also, chase HTTP redirect in simpleperf |
29.0.3 12 Sep 2019 10:15:02 |
jbeich |
devel/android-tools-adb: drop unused files after r448522 and r477244
https://android.googlesource.com/platform/system/core/+/e8b663fec3ac%5E%21/
https://android.googlesource.com/platform/system/core/+/e5dd71a290f6%5E%21/
https://android.googlesource.com/platform/system/core/+/d51c6df1ef98%5E%21/ |
29.0.3 12 Sep 2019 10:14:55 |
jbeich |
devel/android-tools-adb: update to 29.0.3
Changes: https://android.googlesource.com/platform/system/core/+log/platform-tools-29.0.2..platform-tools-29.0.3/adb
Reported by: portscout |
29.0.2 06 Sep 2019 07:04:38 |
jbeich |
devel/android-tools-adb: zlib is unused since r398924 |
29.0.2 06 Sep 2019 06:30:03 |
jbeich |
devel/android-tools-adb: update to 29.0.2
Changes: https://android.googlesource.com/platform/system/core/+log/android-9.0.0_r3..platform-tools-29.0.2/adb |
9.0.0.r3_4 06 Sep 2019 06:29:53 |
jbeich |
devel/android-tools-adb: glob(3) in FILES doesn't work on FreeBSD 12.0 |
9.0.0.r3_3 26 Jul 2019 20:46:57 |
gerald |
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 |
9.0.0.r3_2 10 Jul 2019 01:16:25 |
jbeich |
Add more gettid() aliases to my ports
https://man.openbsd.org/getthrid.2
https://illumos.org/man/3C/thr_self |
9.0.0.r3_2 17 Jun 2019 08:36:28 |
jbeich |
Switch DragonFly to pthread_getthreadid_np in my ports
https://github.com/DragonFlyBSD/DragonFlyBSD/commit/c0f25c26521a |
9.0.0.r3_2 03 Jun 2019 15:14:47 |
jbeich |
devel/android-tools-adb: back out r498558 for breaking other BSDs
g++: error: ../libcutils/sockets.o: No such file or directory |
9.0.0.r3_2 03 Jun 2019 13:53:11 |
jbeich |
devel/android-tools-adb: switch to LIBUSB_CAP_HAS_HOTPLUG whitelist
$ adb connect 1.2.3.4
* daemon not running; starting now at tcp:5037
ADB server didn't ACK
Full server startup log: /tmp/adb.1000.log
Server had pid: 1193
--- adb starting (pid 1193) ---
adb I 12-31 10:41:58 1193 1 main.cpp:56] Android Debug Bridge version
1.0.40
adb I 12-31 10:41:58 1193 1 main.cpp:56] Version 28.0.0-0
adb I 12-31 10:41:58 1193 1 main.cpp:56] Installed as /usr/pkg/bin/adb
adb I 12-31 10:41:58 1193 1 main.cpp:56]
adb F 12-31 10:41:58 1193 1 usb_libusb.cpp:517] failed to register libusb
hotplug callback
* failed to start daemon
error: cannot connect to daemon |
9.0.0.r3_2 10 Apr 2019 11:51:59 |
jbeich |
devel/android-tools-adb: drop FreeBSD < 10.2 support after r430462 |
9.0.0.r3_2 31 Dec 2018 19:02:47 |
jbeich |
devel/android-tools-adb: move SDK_VERSION into vendor Makefile
During major updates SDK version indirectly reflects changed files. |
9.0.0.r3_2 31 Dec 2018 18:22:51 |
jbeich |
devel/android-tools-adb: drop unused variable after r448522 |
9.0.0.r3_2 31 Dec 2018 18:22:38 |
jbeich |
devel/android-tools-adb: skip manpage on NetBSD as well
make: don't know how to make adb.1. Stop |
9.0.0.r3_2 12 Dec 2018 01:35:36 |
gerald |
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 |
9.0.0.r3_1 14 Oct 2018 23:10:06 |
jbeich |
devel/android-tools-adb: apply boringssl style fixes
http://github.com/google/boringssl/commit/54091230cda4
http://github.com/google/boringssl/commit/808f8329177f |
9.0.0.r3_1 14 Oct 2018 21:53:29 |
jbeich |
devel/android-tools-adb: unbreak with OpenSSL 1.1
adb/../libcrypto_utils/android_pubkey.c:84:10: error: incomplete definition of
type 'struct rsa_st'
new_key->n = BN_bin2bn(modulus_buffer, sizeof(modulus_buffer), NULL);
~~~~~~~^
/usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct
rsa_st'
typedef struct rsa_st RSA;
^
adb/../libcrypto_utils/android_pubkey.c:85:15: error: incomplete definition of
type 'struct rsa_st'
if (!new_key->n) {
~~~~~~~^
/usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct
rsa_st'
typedef struct rsa_st RSA;
^
adb/../libcrypto_utils/android_pubkey.c:90:10: error: incomplete definition of
type 'struct rsa_st' (Only the first 15 lines of the commit message are shown above ) |
9.0.0.r3 31 Aug 2018 20:14:40 |
jbeich |
devel/google{test,mock}: update to 1.8.1
Changes: https://github.com/google/googletest/compare/9bda90b...release-1.8.1 |
9.0.0.r3 15 Aug 2018 18:11:21 |
jbeich |
devel/android-tools-adb: drop unused file after r453204 |
9.0.0.r3 15 Aug 2018 18:00:23 |
jbeich |
devel/android-tools-adb: adjust for USB dispatch on Windows after r477245
See https://android.googlesource.com/platform/system/core/+/9425996b4521%5E!/ |
9.0.0.r3 15 Aug 2018 17:49:49 |
jbeich |
devel/android-tools-adb: unbreak on DragonFly after r477244
adb/client/usb_libusb.cpp: In function 'void libusb::poll_for_devices()':
adb/client/usb_libusb.cpp:493:43: error: unable to find numeric literal operator
'operator""ms'
if (device_poll_cv.wait_for(lock, 500ms, []() { return
terminate_device_poll_thread; })) {
^~~~~ |
9.0.0.r3 15 Aug 2018 17:32:28 |
jbeich |
devel/android-tools-{adb,fastboot}: update to 9.0.0.r3
Changes: https://android.googlesource.com/platform/system/core/+log/android-8.1.0_r2..android-9.0.0_r3/adb
Changes: https://android.googlesource.com/platform/system/core/+log/android-8.1.0_r2..android-9.0.0_r3/fastboot
MFH: 2018Q3 (mostly bug fixes) |
8.1.0.r2_1 22 Dec 2017 10:49:10 |
jbeich |
devel/android-tools-adb: update SDK version as part of makesum
- Extract platform SDK version out of platform/build repo
- Move version logic out of sub-makefile
- Simplify GH_REVISION |
8.1.0.r2_1 22 Dec 2017 10:48:57 |
jbeich |
devel/android-tools-{adb,fastboot}: chase SDK version in --version after r456869
Keep in mind, the output is still not identical to upstream.
$ platform-tools_r26.0.0-linux/adb version
Android Debug Bridge version 1.0.39
Revision 3db08f2c6889-android
Installed as /tmp/platform-tools_r26.0.0-linux/adb
$ platform-tools_r26.0.0-linux/fastboot --version
fastboot version 3db08f2c6889-android
Installed as /tmp/platform-tools_r26.0.0-linux/fastboot
$ platform-tools_r27.0.0-linux/adb version
Android Debug Bridge version 1.0.39 (Only the first 15 lines of the commit message are shown above ) |
8.1.0.r2 22 Dec 2017 10:48:45 |
jbeich |
devel/android-tools-{adb,fastboot}: chase HTTP redirect |
8.1.0.r2 20 Dec 2017 23:14:35 |
jbeich |
devel/android-tools-{adb,fastboot}: update to 8.1.0.r2
Changes: https://android.googlesource.com/platform/system/core/+log/android-8.0.0_r24..android-8.1.0_r2/adb
Changes: https://android.googlesource.com/platform/system/core/+log/android-8.0.0_r24..android-8.1.0_r2/fastboot |
8.0.0.r24 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
8.0.0.r24 30 Oct 2017 18:36:22 |
jbeich |
devel/android-tools-{adb,fastboot}: update to 8.0.0.r24
Changes: https://android.googlesource.com/platform/system/core/+log/android-8.0.0_r4..android-8.0.0_r24/adb
Changes: https://android.googlesource.com/platform/system/core/+log/android-8.0.0_r4..android-8.0.0_r24/fastboot |
8.0.0.r4_1 10 Sep 2017 20:55:39 |
gerald |
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 |
8.0.0.r4 22 Aug 2017 13:30:04 |
jbeich |
devel/android-tools-adb-devel: switch to master FILESDIR |
8.0.0.r4 22 Aug 2017 13:07:26 |
jbeich |
devel/android-tools-adb: drop += after r448522 |
8.0.0.r4 22 Aug 2017 13:01:20 |
jbeich |
devel/android-tools-{adb,fastboot}: update to 8.0.0.r4 (oreo)
Changes: https://android.googlesource.com/platform/system/core/+log/android-7.1.2_r17..android-8.0.0_r4/adb
Changes: https://android.googlesource.com/platform/system/core/+log/android-7.1.2_r17..android-8.0.0_r4/fastboot |
7.1.2.r17 20 Jun 2017 21:50:30 |
jbeich |
devel/android-tools-adb-devel: update to o.p.2.332
- USB transport is no longer supported on DragonFly and FreeBSD < 11
as probing outside of libusb hotplug API isn't implemented
Changes: https://android.googlesource.com/platform/system/core/+log/dfd30c4a169e..d1e9e7bc06f0/adb |
7.1.2.r17 13 Jun 2017 22:48:45 |
jbeich |
devel/android-tools-{adb,fastboot,simpleperf}: update to 7.1.2.r17
Changes: https://android.googlesource.com/platform/system/core/+log/android-7.1.1_r4..android-7.1.2_r17/adb
Changes: https://android.googlesource.com/platform/system/core/+log/android-7.1.1_r4..android-7.1.2_r17/fastboot
Changes: https://android.googlesource.com/platform/system/extras/+log/android-7.1.1_r4..android-7.1.2_r17/simpleperf
MFH: 2017Q2 |
7.1.1.r4_1 01 Apr 2017 15:23:32 |
gerald |
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 |
7.1.1.r4 03 Jan 2017 12:49:39 |
jbeich |
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. |
7.1.1.r4 16 Dec 2016 16:21:59 |
jbeich |
List in more categories |
7.1.1.r4 06 Dec 2016 22:53:44 |
jbeich |
devel/android-tools-{adb,fastboot}: update to 7.1.1.r4
Changes: https://android.googlesource.com/platform/system/core/+log/android-7.1.0_r4..android-7.1.1_r4/adb
Changes: https://android.googlesource.com/platform/system/core/+log/android-7.1.0_r4..android-7.1.1_r4/fastboot |
7.1.0.r4 29 Oct 2016 05:14:42 |
jbeich |
devel/android-tools-{adb,fastboot}: update to 7.1.0.r4
Changes: https://android.googlesource.com/platform/system/core/+log/android-7.0.0_r1..android-7.1.0_r4/adb
Changes: https://android.googlesource.com/platform/system/core/+log/android-7.0.0_r1..android-7.1.0_r4/fastboot |
7.0.0.r1_1 29 Sep 2016 03:44:05 |
jbeich |
devel/android-tools-{adb,fastboot}-devel: update to n.p.5.3582
Changes: https://android.googlesource.com/platform/system/core/+log/2f21b7cecda2..dfd30c4a169e/adb
Changes: https://android.googlesource.com/platform/system/core/+log/2f21b7cecda2..dfd30c4a169e/fastboot |
7.0.0.r1_1 28 Sep 2016 09:43:38 |
jbeich |
devel/android-tools-adb{,-devel}: drop unnecessary non-ASCII serial handling
Linux replaced the code as well in
https://android.googlesource.com/platform/system/core/+/9309ecbcec42%5E!/
PR: 199185 |
7.0.0.r1 18 Sep 2016 19:11:35 |
jbeich |
devel/android-tools-adb: unbreak build with libc++ 3.9
PR: 212343 |
7.0.0.r1 10 Sep 2016 14:30:21 |
marino |
devel/android-tools-adb: USES=pkgconfig to support ports SSL libraries
Approved by: SSL blanket |
7.0.0.r1 24 Aug 2016 12:41:31 |
jbeich |
devel/android-tools-{adb,fastboot}: update to 7.0.0.r1 (nougat)
Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.1_r24..android-7.0.0_r1/adb
Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.0_r26..android-7.0.0_r1/fastboot |
6.0.1.r24 09 Aug 2016 16:48:22 |
jbeich |
devel/android-tools-{adb,fastboot}-devel: update to n.p.5.126
Changes: https://android.googlesource.com/platform/system/core/+log/80beb506cf84..2f21b7cecda2/adb
Changes: https://android.googlesource.com/platform/system/core/+log/80beb506cf84..2f21b7cecda2/fastboot |
6.0.1.r24 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
6.0.1.r24 21 Apr 2016 23:00:09 |
jbeich |
devel/android-tools-adb-devel: update to n.p.2.74
Changes: https://android.googlesource.com/platform/system/core/+log/ba430e363427..d61bfb9a79e3/adb |
6.0.1.r24 16 Apr 2016 11:38:16 |
jbeich |
devel/android-tools-adb-devel: update to n.p.2.43
Changes: https://android.googlesource.com/platform/system/core/+log/371e7ea170d7..ba430e363427/adb |
6.0.1.r24 07 Apr 2016 03:59:59 |
jbeich |
devel/android-tools-adb: update to 6.0.1.r24
Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.0_r26..android-6.0.1_r24/adb |
6.0.0.r26 16 Mar 2016 12:58:17 |
jbeich |
Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html |
6.0.0.r26 16 Dec 2015 09:36:25 |
jbeich |
devel/android-tools-*: drop FreeBSD 8.x support |
6.0.0.r26 16 Dec 2015 01:55:45 |
jbeich |
devel/android-tools-{adb,fastboot}-devel: update to m.p.5956
Changes: https://android.googlesource.com/platform/system/core/+log/0bb1ce06ea46..461a29540c01/adb
Changes: https://android.googlesource.com/platform/system/core/+log/0bb1ce06ea46..461a29540c01/fastboot |
6.0.0.r26 05 Nov 2015 01:52:50 |
jbeich |
devel/android-tools-{adb,fastboot}: update to 6.0.0.r26
Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.0_r1..android-6.0.0_r26/adb
(device only)
Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.0_r1..android-6.0.0_r26/fastboot |
6.0.0.r1_1 05 Nov 2015 01:52:27 |
jbeich |
devel/android-tools-adb: unbreak build on DragonFly
make(1) suffix rules discard original extension as used by bsd.*.mk
which leads to unpredictable behavior if more than one candidate is
found under ${.PATH}. So, partially qualify pathname to avoid
accidentally building libcutils/sockets.c despite SRCS=sockets.cpp
$ echo 'void foo() { }' > a.c
$ echo 'int main() { }' > a.cxx
$ make PROG_CXX=test SRCS=a.cxx NO_MAN= -f /usr/share/mk/bsd.prog.mk
cc -O -pipe -std=gnu99 -c a.c
c++ -O -pipe -o test a.o
/usr/lib/crt1.o: In function `_start':
crt1.c:(.text+0x132): undefined reference to `main'
*** Error code 1 (Only the first 15 lines of the commit message are shown above ) |
6.0.0.r1_1 24 Oct 2015 10:12:36 |
jbeich |
devel/android-tools-{adb,fastboot}: force all distfiles for |make makesum|
Forgetting to pass DISABLE_CONFLICTS= is easy to notice unlike
a missing checksum. So, hook into makesum like with update-revision. |
6.0.0.r1_1 24 Oct 2015 10:12:22 |
jbeich |
devel/android-tools-{adb,fastboot}: update BASH to 20150902 snapshot
- Switch to the actual upstream on GitHub
- Reduce overuse of :FOO make(1) variable modifiers
- Restore conditional install via target option helper |
6.0.0.r1 13 Oct 2015 18:03:26 |
jbeich |
devel/android-tools-*: slightly improve standalone build
- Try to derive {ADB,FASTBOOT}_REVISION from git(1)
- Use pkg-config for libcrypto/libpcre/libusb (e.g. if they aren't in base)
- Convert PORTDOCS into FILES (bsd.port.mk vs. bsd.prog.mk)
- Partially convert to new testing framework
- Put -lpthread last as enforced by base r274849 but prevent
:= assignment from mucking $ escaping in $()
- |make clean| to clean files built by test target
- Move up bsd.prog.mk in order to use ${PROG} and ${OBJS} defined in it |
6.0.0.r1 13 Oct 2015 18:02:59 |
jbeich |
devel/android-tools-adb: explicitly include stdint.h for intptr_t |
6.0.0.r1 10 Oct 2015 13:16:57 |
jbeich |
devel/android-tools-adb: unbreak TEST=on more reliably
/dev/full is only provided by default on 11.0, earlier releases have it
in lindev(4). This leads to the same error as with automation. Other BSDs
including DragonFly don't provide /dev/full at all.
[ RUN ] io.WriteFdExactly_ENOSPC
adb_io_test.cpp:136: Failure
Expected: (-1) != (fd), actual: -1 vs -1
[ FAILED ] io.WriteFdExactly_ENOSPC (1 ms)
Reported by: Barbara <barbara.freebsd@gmail.com> |
6.0.0.r1 09 Oct 2015 15:25:55 |
jbeich |
devel/android-tools-{adb,fastboot}: update to 6.0.0.r1 (marshmallow)
- Integrate most changes from -devel slaves (e.g. r392432, r397252)
- Get revision based on GH_TAGNAME (from JSON for releases)
- Take maintainership
Changes: https://android.googlesource.com/platform/system/core/+log/android-5.1.1_r4..android-6.0.0_r1/adb
Changes: https://android.googlesource.com/platform/system/core/+log/android-5.1.1_r4..android-6.0.0_r1/fastboot
Approved by: kevlo (adb maintainer)
Differential Revision: https://reviews.freebsd.org/D3842 |
5.1.1.r4_1 09 Oct 2015 15:25:40 |
jbeich |
devel/android-tools-adb: add missing USE_OPENSSL for -lcrypto
Bump PORTREVISION for those who build everything against
security/openssl or security/libressl. |
5.1.1.r4 26 Sep 2015 20:25:58 |
jbeich |
devel/android-tools-*: restore CPPFLAGS support after r390135 |
5.1.1.r4 18 Sep 2015 15:42:49 |
jbeich |
devel/android-tools-adb-devel: add unit tests like simpleperf |
5.1.1.r4 28 Aug 2015 15:08:37 |
jbeich |
devel/android-tools-adb: convert to _VARS option helper
Approved by: portmgr blanket |
5.1.1.r4 19 Jun 2015 17:14:54 |
jbeich |
devel/android-tools-adb-devel: add new slave port for git master
A temporary port to facilitate testing and updating master.
While copying usb_libusb.c [1] under FILESDIR clean it up:
- Add static keyword for file-local functions
- Fix const usage exposed in C++ mode [2]
- Fix casting 3rd argument of libusb_bulk_transfer(3) exposed in C++ mode
- Fix inconsistent whitespace: trailing, tabs + spaces, bogus indentation
- Fix typo in usb_kick() trace message
- Fix fprintf(3) warning in scan_usb_devices() trace message
- Convert err(3) usage to fatal_errno()
- Drop BSDism of sysexits(3)
- Drop unecessary struct keyword
- Drop unused headers [2] (Only the first 15 lines of the commit message are shown above ) |
5.1.1.r4 19 Jun 2015 17:14:35 |
jbeich |
devel/android-tools-adb: update to 5.1.1.r4
Other changes include:
- Add option to use bash(1) completion from Debian
- Install protocol and implementation documentation
Changes: https://android.googlesource.com/platform/system/core/+log/android-5.0.0_r7..android-5.1.1_r4/adb
Differential Revision: https://reviews.freebsd.org/D2862
Obtained from: r389153, r389235, r389239
Approved by: kevlo (maintainer) |
5.0.0.r7_1 19 Jun 2015 17:14:18 |
jbeich |
devel/android-tools-adb: fix "get-devpath" output
Catch up with the following upstream change:
https://android.googlesource.com/platform/system/core/+/e109d26%5E!/
Before
$ adb get-devpath
unknown
$ adb devices -l
List of devices attached
ABCD1234 device product:A1 model:Blah device:foo
(Only the first 15 lines of the commit message are shown above ) |
5.0.0.r7 19 Jun 2015 17:14:00 |
jbeich |
devel/android-tools-adb: convert to BSD-style Makefile
- Supports building with multiple jobs
- No longer depends on devel/gmake
Differential Revision: https://reviews.freebsd.org/D2862
Obtained from: devel/android-tools-fastboot (based on)
Approved by: kevlo (maintainer) |
5.0.0.r7 30 May 2015 21:25:07 |
mat |
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
5.0.0.r7 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
5.0.0.r7 20 Nov 2014 04:22:16 |
kevlo |
Update to 5.0.0_r7.
PR: 195171
Submitted by: me at janh dot de |
4.4.4.r1_1 27 Sep 2014 15:02:20 |
kevlo |
Use ppp instead of pppd.
Submitted by: Andreas Obermaier <andreas at port22 dot net> |
4.4.4.r1 04 Jul 2014 15:57:34 |
kevlo |
Update to 4.4.4.r1
PR: ports/191600
Submitted by: Jan Beich |
4.3_1 27 Jan 2014 11:14:38 |
bapt |
Support stage |
4.3_1 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
4.3_1 03 Sep 2013 09:49:17 |
kevlo |
Get rid of /proc dependency.
PR: ports/181659
Submitted by: Jan Beich <jbeich at tormail dot org> |
4.3 02 Aug 2013 01:25:24 |
kevlo |
Cosmetic change. |
4.3 01 Aug 2013 10:05:27 |
kevlo |
Import Android adb tool.
Android Debug Bridge (adb) is a versatile command line tool that
lets you communicate with an emulator instance or connected
Android-powered device. |