Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/unscii fontforge is very memory hungry, so raise...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cce1e6d21dc9
branches:  trunk
changeset: 429360:cce1e6d21dc9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Apr 18 22:07:39 2020 +0000

description:
fontforge is very memory hungry, so raise limits.

diffstat:

 fonts/unscii/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c9f6d4a03863 -r cce1e6d21dc9 fonts/unscii/Makefile
--- a/fonts/unscii/Makefile     Sat Apr 18 22:04:18 2020 +0000
+++ b/fonts/unscii/Makefile     Sat Apr 18 22:07:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/02 01:59:47 ng0 Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/18 22:07:39 joerg Exp $
 
 DISTNAME=      unscii-1.1-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -10,6 +10,8 @@
 COMMENT=       Bitmapped character-art friendly Unicode fonts
 LICENSE=       gnu-gpl-v2
 
+UNLIMIT_RESOURCES=     datasize virtualsize
+
 USE_TOOLS+=    perl:build
 BUILD_DEPENDS+=        bdftopcf-[0-9]*:../../fonts/bdftopcf
 BUILD_DEPENDS+=        fontforge-[0-9]*:../../fonts/fontforge



Home | Main Index | Thread Index | Old Index