Changeset View
Changeset View
Standalone View
Standalone View
head/sysutils/e2fsprogs/Makefile
Show First 20 Lines • Show All 59 Lines • ▼ Show 20 Lines | |||||
FUSEFS_DESC= Build user-land ext2/3/4 FUSE module (slow!) | FUSEFS_DESC= Build user-land ext2/3/4 FUSE module (slow!) | ||||
SELFTEST_DESC= Choose which set of self-tests to run | SELFTEST_DESC= Choose which set of self-tests to run | ||||
NOTESTS_DESC= Do not run any self-tests (Tier-1, DISCOURAGED) | NOTESTS_DESC= Do not run any self-tests (Tier-1, DISCOURAGED) | ||||
SMALLTESTS_DESC=Run tests that need <500 MB disk space (DEFAULT) | SMALLTESTS_DESC=Run tests that need <500 MB disk space (DEFAULT) | ||||
ALLTESTS_DESC= Run most self-tests (needs more RAM/disk space) | ALLTESTS_DESC= Run most self-tests (needs more RAM/disk space) | ||||
PARALLELTESTS_DESC= Parallelize self-tests (needs more disk space) | PARALLELTESTS_DESC= Parallelize self-tests (needs more disk space) | ||||
SLOWTESTS_DESC= Enable slow tests that are skipped by default | SLOWTESTS_DESC= Enable slow tests that are skipped by default | ||||
BASHTESTS_DESC= Enable tests that require the GNU bash shell | BASHTESTS_DESC= Enable tests that require the GNU bash shell | ||||
LIBUNWIND_DESC= Backtrace with libunwind (do set WITH_DEBUG=yes!) | LIBUNWIND_DESC= Backtrace with libunwind (do set WITH_DEBUG_PORTS+=${PKGORIGIN}!) | ||||
FUSEFS_CONFIGURE_ENABLE= fuse2fs | FUSEFS_CONFIGURE_ENABLE= fuse2fs | ||||
BUILD_DEPENDS+= gdd:sysutils/coreutils | BUILD_DEPENDS+= gdd:sysutils/coreutils | ||||
BASHTESTS_BUILD_DEPENDS= ${BASH_CMD}:shells/bash | BASHTESTS_BUILD_DEPENDS= ${BASH_CMD}:shells/bash | ||||
BASH_CMD= ${LOCALBASE}/bin/bash | BASH_CMD= ${LOCALBASE}/bin/bash | ||||
LIB_DEPENDS+= libblkid.so:misc/e2fsprogs-libblkid | LIB_DEPENDS+= libblkid.so:misc/e2fsprogs-libblkid | ||||
▲ Show 20 Lines • Show All 243 Lines • Show Last 20 Lines |