pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/kdebase3 Unlimit datasize, otherwise perl will run...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d87c83255a9b
branches:  trunk
changeset: 498648:d87c83255a9b
user:      jdc <jdc%pkgsrc.org@localhost>
date:      Mon Aug 29 10:36:54 2005 +0000

description:
Unlimit datasize, otherwise perl will run out of memory during the
'configure' stage.  Noticed on NetBSD/sparc.

diffstat:

 x11/kdebase3/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ffab47313df8 -r d87c83255a9b x11/kdebase3/Makefile
--- a/x11/kdebase3/Makefile     Mon Aug 29 10:15:32 2005 +0000
+++ b/x11/kdebase3/Makefile     Mon Aug 29 10:36:54 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2005/08/10 20:56:29 jlam Exp $
+# $NetBSD: Makefile,v 1.87 2005/08/29 10:36:54 jdc Exp $
 
 DISTNAME=      kdebase-${_KDE_VERSION}
 CATEGORIES=    x11
@@ -14,6 +14,7 @@
 
 EXTRACT_ONLY=  ${DISTNAME}${EXTRACT_SUFX}
 
+UNLIMIT_RESOURCES=     datasize
 USE_TOOLS+=            pkg-config
 USE_DIRS+=             xdg-1.2
 USE_PKGINSTALL=                YES



Home | Main Index | Thread Index | Old Index