pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/smartmontools smartmontools: CHECK_PORTABILIT...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fc56b41747d
branches:  trunk
changeset: 412816:8fc56b41747d
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Mar 12 15:04:54 2020 +0000

description:
smartmontools: CHECK_PORTABILITY_SKIP for double bracket

diffstat:

 sysutils/smartmontools/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 99e7fdefc060 -r 8fc56b41747d sysutils/smartmontools/Makefile
--- a/sysutils/smartmontools/Makefile   Thu Mar 12 15:02:49 2020 +0000
+++ b/sysutils/smartmontools/Makefile   Thu Mar 12 15:04:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2020/01/18 23:35:21 rillig Exp $
+# $NetBSD: Makefile,v 1.39 2020/03/12 15:04:54 tnn Exp $
 
 DISTNAME=              smartmontools-7.0
 PKGREVISION=           3
@@ -13,6 +13,8 @@
 ONLY_FOR_PLATFORM=     Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-*
 ONLY_FOR_PLATFORM+=    NetBSD-*-* OpenBSD-*-* SunOS-*-*
 
+CHECK_PORTABILITY_SKIP+=       os_darwin/pkg/root/usr/local/sbin/smart-pkg-uninstall
+
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index