summaryrefslogtreecommitdiff
path: root/devel/android-tools-simpleperf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* devel/android-tools-*: macrofy GH_TAGNAME for extra distfilesJan Beich2016-03-211-3/+4
| | | | In order to avoid typo-casualties like android-tools-adb-devel.
* devel/android-tools-simpleperf: update to n.p.1.116Jan Beich2016-03-217-39/+102
| | | | Changes: https://android.googlesource.com/platform/system/extras/+log/4ea2a41..ea4a5a4/simpleperf
* Drop default directory from _DEPENDS in my portsJan Beich2016-03-161-2/+2
| | | | https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
* devel/android-tools-simpleperf: explicitly include stdint.h for intptr_t ↵Jan Beich2015-12-161-2/+4
| | | | (like r399204)
* devel/android-tools-*: drop FreeBSD 8.x supportJan Beich2015-12-161-11/+3
|
* devel/android-tools-simpleperf: update to m.p.752Jan Beich2015-10-283-14/+14
| | | | Changes: https://android.googlesource.com/platform/system/extras/+log/af995fe..4ea2a41/simpleperf
* devel/android-tools-*: slightly improve standalone buildJan Beich2015-10-132-7/+14
| | | | | | | | | | | - 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
* devel/android-tools-*: disable some known-to-fail testsJan Beich2015-09-291-0/+8
|
* devel/android-tools-*: restore CPPFLAGS support after r390135Jan Beich2015-09-261-15/+18
|
* devel/android-tools-simpleperf: update to m.p.219Jan Beich2015-09-263-12/+15
| | | | Changes: https://android.googlesource.com/platform/system/extras/+log/89a2254..af995fe/simpleperf
* devel/android-tools-simpleperf: add libbase testsJan Beich2015-09-182-1/+16
|
* devel/android-tools-*: consistently prefix distfiles with multi-githubJan Beich2015-08-161-2/+2
|
* devel/android-tools-simpleperf: add new portJan Beich2015-08-1413-0/+256
simpleperf is a minimal Linux perf implementation for extracting sampling information out of perf.data.