aboutsummaryrefslogtreecommitdiff
path: root/devel/android-tools-adb
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-10-10 13:16:57 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-10-10 13:16:57 +0000
commitf344033666d8afaae53698541fd265f9acc22b34 (patch)
treeef8a29e78ca888a42910e761f59a69d0a6856b3c /devel/android-tools-adb
parent81910de90c04e290b8aaa5b44d1849e63f4588c4 (diff)
downloadports-f344033666d8afaae53698541fd265f9acc22b34.tar.gz
ports-f344033666d8afaae53698541fd265f9acc22b34.zip
Notes
Diffstat (limited to 'devel/android-tools-adb')
-rw-r--r--devel/android-tools-adb/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/android-tools-adb/Makefile b/devel/android-tools-adb/Makefile
index 83350790ad4c..783ee88e2925 100644
--- a/devel/android-tools-adb/Makefile
+++ b/devel/android-tools-adb/Makefile
@@ -63,11 +63,11 @@ post-patch:
s/ (LOG|PLOG|UNIMPLEMENTED)/ DISABLED_\1/' \
${WRKSRC}/base/logging_test.cpp; \
fi
-.if defined(PACKAGE_BUILDING)
-# XXX /dev/full isn't mounted by poudriere/tinderbox
- @${REINPLACE_CMD} -e '/^TEST/s/[^ ]*ENOSPC/DISABLED_&/' \
- ${WRKSRC}/adb/adb_io_test.cpp
-.endif
+# XXX Hidden by poudriere/tinderbox, see lindev(4) for FreeBSD < 11.0
+ @if [ ! -e /dev/full ]; then \
+ ${REINPLACE_CMD} -e '/^TEST/s/[^ ]*ENOSPC/DISABLED_&/' \
+ ${WRKSRC}/adb/adb_io_test.cpp; \
+ fi
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_FILES:M%%BASH%%*:C/%%.*%%//:H}