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,7 @@
$NetBSD: patch-aa,v 1.2 2012/04/07 16:30:05 schwarz Exp $
$NetBSD: patch-aa,v 1.3 2016/08/09 13:35:28 mef Exp $
Let to exactly point to own diff program.
Fixes PR 39941.
--- src/Makefile.in.orig 2012-04-07 01:21:43.000000000 +0200
+++ src/Makefile.in 2012-04-07 01:22:34.000000000 +0200

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

View File

@@ -1,14 +1,14 @@
$NetBSD: patch-po_Makefile.in.in,v 1.1 2013/08/21 14:08:08 richard Exp $
$NetBSD: patch-po_Makefile.in.in,v 1.2 2016/08/09 13:35:28 mef Exp $
some misc fixes in order to get over the automake deprecated
`@mkdir_p@` as well as adverse effects of SHELL in this file.
--- po/Makefile.in.in.orig 2013-03-23 14:51:10.000000000 +0000
+++ po/Makefile.in.in
@@ -15,7 +15,6 @@ PACKAGE = @PACKAGE@
VERSION = @VERSION@
--- po/Makefile.in.in.orig 2016-08-05 08:38:01.000000000 +0900
+++ po/Makefile.in.in 2016-08-09 22:19:28.000000000 +0900
@@ -16,7 +16,6 @@ VERSION = @VERSION@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
SED = @SED@
-SHELL = /bin/sh
@SET_MAKE@