From ff34de8f958114fb54658956efadc454b5fd02b2 Mon Sep 17 00:00:00 2001 From: brad Date: Sat, 30 Oct 1999 21:58:26 +0000 Subject: [PATCH] - add pre-build message about possible memory exhaustion and what to read to fix the problem. - copy RUN_DEPENDS to BUILD_DEPENDS so the dependnecy is built and installed before going any further. --- mbone/wbd/Makefile | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/mbone/wbd/Makefile b/mbone/wbd/Makefile index 03c44e55dd8..84f62d86993 100644 --- a/mbone/wbd/Makefile +++ b/mbone/wbd/Makefile @@ -1,6 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 1999/10/30 11:40:26 turan Exp $ - -BROKEN= sources moved +# $OpenBSD: Makefile,v 1.10 1999/10/30 21:58:26 brad Exp $ DISTNAME= wbd-1.0ucl4 CATEGORIES= mbone @@ -8,10 +6,20 @@ MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/wbd/1.0ucl4/ MAINTAINER= angelos@openbsd.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 +BUILD_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 MAKEFILE= makefile -WRKSRC= ${WRKDIR}/wbd +WRKSRC= ${WRKDIR}/wbd + +pre-build: + @echo "" + @echo "*** WARNING: you may see an error such as" + @echo "*** virtual memory exhausted" + @echo "*** when building this package. If you do you must increase" + @echo "*** your limits. See the man page for your shell and look" + @echo "*** for the 'limit' or 'ulimit' command." + @echo "" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wbd ${PREFIX}/bin