Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1 2014/12/04 12:10:04 obache Exp $
$NetBSD: distinfo,v 1.2 2015/10/30 12:21:17 tnn Exp $
SHA1 (brise-0.30.tar.gz) = 74e05d49b80fbcb1266bda39d1a2651fe163b438
RMD160 (brise-0.30.tar.gz) = a22e5707631be3d9f737489a1374d5b10f7fe3ba
Size (brise-0.30.tar.gz) = 6556594 bytes
SHA1 (patch-Makefile) = 05458093aeb02cd71a53ffb710bbf7c212617852

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-Makefile,v 1.1 2015/10/30 12:21:17 tnn Exp $
Don't litter /tmp with 200MB of debug logs after build.
--- Makefile.orig 2013-11-10 10:20:19.000000000 +0000
+++ Makefile
@@ -18,7 +18,7 @@ all: essay
@cp symbols.yaml ${DATA}
@cp preset/*.yaml ${DATA}
@cp supplement/*.yaml ${DATA}
- rime_deployer --build ${DATA}
+ env TMPDIR="$$(pwd)" rime_deployer --build ${DATA}
essay:
@echo "generating essay.kct."