Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/aide security/aide: skip portability check



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8dc51074b960
branches:  trunk
changeset: 431144:8dc51074b960
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 09 18:29:24 2020 +0000

description:
security/aide: skip portability check

diffstat:

 security/aide/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2f7e9c1b6cc0 -r 8dc51074b960 security/aide/Makefile
--- a/security/aide/Makefile    Sat May 09 18:25:28 2020 +0000
+++ b/security/aide/Makefile    Sat May 09 18:29:24 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2020/03/20 11:58:16 nia Exp $
+# $NetBSD: Makefile,v 1.39 2020/05/09 18:29:24 rillig Exp $
 #
 
 DISTNAME=      aide-0.15.1
@@ -14,6 +14,8 @@
 GNU_CONFIGURE= yes
 USE_TOOLS+=    bison flex gmake
 
+CHECK_PORTABILITY_SKIP=        contrib/gpg2_update.sh # not needed
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "SunOS" && empty(OS_VERSION:M5.[6-9])



Home | Main Index | Thread Index | Old Index