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,4 +1,9 @@
$NetBSD: patch-ab,v 1.2 2012/04/07 16:30:05 schwarz Exp $
$NetBSD: patch-ab,v 1.3 2016/08/09 13:35:28 mef Exp $
date: 2009-03-10 23:06:06 +0900; author: apb; state: Exp;
Fix a build failure on platforms where time_t is larger than long, by
using long long instead. (Not using time_t, because there's no easy and
portable printf format for time_t.)
--- src/context.c.orig 2012-04-07 01:25:21.000000000 +0200
+++ src/context.c 2012-04-07 01:27:52.000000000 +0200