From f4be34c3e17ec59843238f97a8c62dbcaef7f45d Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 28 Jan 2008 08:45:59 +0000 Subject: [PATCH] - Disable regression tests on pointyhat - they are trying to allocate infinite amount of memory With hat: portmgr --- devel/stlport/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index a10c1c704948..5a85a9049545 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -83,11 +83,13 @@ do-install: ${INSTALL_DATA} ${PATCH_WRKSRC}/doc/* ${DOCSDIR} .endif +.ifndef(PACKAGE_BUILDING) regression-test: (cd ${WRKSRC}/../test/unit && \ ${SETENV} STLPORT_LIB_DIR="${PATCH_WRKSRC}/lib" \ ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} && \ (../../../bin/stl_unit_test || ${TRUE}) && \ (../../../bin-g/stl_unit_test || ${TRUE}) ) +.endif .include