Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

View File

@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.3 2005/02/23 16:33:05 agc Exp $
$NetBSD: distinfo,v 1.4 2015/08/30 08:18:14 dholland Exp $
SHA1 (cdb-0.75.tar.gz) = 555749be5b2617e29e44b5326a2536813d62c248
RMD160 (cdb-0.75.tar.gz) = d52288ee6df58fdc5a79efc16693cd5e305f9c65
Size (cdb-0.75.tar.gz) = 54162 bytes
SHA1 (patch-aa) = 7e7a4e20ca36c3e773c729c0f0d751ac6340ccda
SHA1 (patch-cdbmake.c) = 08dfa3ab166bb7467d022a0ea20cac9426f30368

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-cdbmake.c,v 1.1 2015/08/30 08:18:15 dholland Exp $
fix build if the compiler decides not to inline.
--- cdbmake.c~ 2000-02-19 20:42:05.000000000 +0000
+++ cdbmake.c
@@ -26,7 +26,7 @@ void die_readformat(void)
strerr_die2x(111,FATAL,"unable to read input: bad format");
}
-inline void get(char *ch)
+static inline void get(char *ch)
{
switch(buffer_GETC(buffer_0,ch)) {
case 0: die_readformat();