diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-03 12:49:39 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-03 12:49:39 +0000 |
commit | 9e586240425781f0aebd2d638a86dfdc45b4fca2 (patch) | |
tree | 1469256abd4e099d9e0091af6618f1011270b470 /devel/android-tools-simpleperf | |
parent | 00adc5c753832b8d7afd63c67cd59361759e48c1 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=430462
Diffstat (limited to 'devel/android-tools-simpleperf')
-rw-r--r-- | devel/android-tools-simpleperf/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/android-tools-simpleperf/Makefile b/devel/android-tools-simpleperf/Makefile index b5a050f6514a..d6286bace711 100644 --- a/devel/android-tools-simpleperf/Makefile +++ b/devel/android-tools-simpleperf/Makefile @@ -40,14 +40,6 @@ post-extract: # Adjust paths relative to extras @(cd ${WRKSRC_core} && ${COPYTREE_SHARE} . ${WRKSRC}) -post-patch: -# XXX C++ exception with description "regex_error" thrown in the test body. - @if [ ${OPSYS} = FreeBSD -a ${OSREL:R} -lt 10 ]; then \ - ${REINPLACE_CMD} -Ee '/^TEST/\ - s/ (LOG|PLOG|UNIMPLEMENTED)/ DISABLED_\1/' \ - ${WRKSRC}/base/logging_test.cpp; \ - fi - pre-install-TEST-on: do-test .include <bsd.port.mk> |