aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-01-28 16:45:59 +0800
committerpav <pav@FreeBSD.org>2008-01-28 16:45:59 +0800
commitc93b916dbba93699e44b84320169ae94534a3839 (patch)
tree2ac348c97c3f6921cfe207222506b5bb780999eb /devel
parente669b3fd6bf98dfa8a98c88734a223110bb087c0 (diff)
downloadfreebsd-ports-gnome-c93b916dbba93699e44b84320169ae94534a3839.tar.gz
freebsd-ports-gnome-c93b916dbba93699e44b84320169ae94534a3839.tar.zst
freebsd-ports-gnome-c93b916dbba93699e44b84320169ae94534a3839.zip
- Disable regression tests on pointyhat - they are trying to allocate infinite
amount of memory With hat: portmgr
Diffstat (limited to 'devel')
-rw-r--r--devel/stlport/Makefile2
1 files changed, 2 insertions, 0 deletions
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 <bsd.port.post.mk>