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,7 +1,8 @@
# $NetBSD: Makefile,v 1.28 2013/09/08 16:33:59 joerg Exp $
# $NetBSD: Makefile,v 1.30 2016/02/26 10:24:11 jperkin Exp $
#
DISTNAME= checkperms-1.11
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.roland-illig.de/checkperms/
@@ -14,6 +15,8 @@ AUTO_MKDIRS= yes
USE_BSD_MAKEFILE= yes
CPPFLAGS.SunOS+= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
.include "../../mk/compiler.mk"
MAKE_FLAGS+= CWARNFLAGS.clang=-Wno-error=missing-noreturn
@@ -25,9 +28,7 @@ CHECK_PERMS= no
IGNORE_CCACHE= yes
IGNORE_DISTCC= yes
.if ${OPSYS} == "Linux"
MAKE_ENV+= NOGCCERROR=yes # see PR 35930
.endif
MAKE_ENV.Linux+= NOGCCERROR=yes # see PR 35930
# Avoid catpage regeneration
post-extract:

View File

@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.10 2014/03/14 22:30:36 ryoon Exp $
$NetBSD: distinfo,v 1.12 2016/01/26 00:13:20 rillig Exp $
SHA1 (checkperms-1.11.tar.gz) = 21a2a61c8b085ba2d016dca3f7160494ac78a329
RMD160 (checkperms-1.11.tar.gz) = 749c7446133e79314df7b3f8ea9c467173dbb405
SHA512 (checkperms-1.11.tar.gz) = 729b8c120e11f4bb29a9feb48ab5705960c1c92c96b08cae77e42fb79b0ddab29581c57cd130241706f6fded006a5533452f08f0842c40f52ca8d243b44b9903
Size (checkperms-1.11.tar.gz) = 6332 bytes
SHA1 (patch-checkperms.c) = 855d0c929248ef27f433b9ee59b2f7c26c704a08
SHA1 (patch-checkperms.c) = 09640f808b296bb1d442a05ffdd3009d86cb6ba1

View File

@@ -1,4 +1,6 @@
$NetBSD: patch-checkperms.c,v 1.1 2014/03/14 22:30:36 ryoon Exp $
$NetBSD: patch-checkperms.c,v 1.2 2016/01/26 00:13:20 rillig Exp $
Fix build under SCO OpenServer 5.0.7/3.2 It has no S_ISSOCK.
--- checkperms.c.orig 2009-12-05 09:56:11.000000000 +0000
+++ checkperms.c