pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/smartmontools



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Mar 12 15:04:54 UTC 2020

Modified Files:
        pkgsrc/sysutils/smartmontools: Makefile

Log Message:
smartmontools: CHECK_PORTABILITY_SKIP for double bracket


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/sysutils/smartmontools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/smartmontools/Makefile
diff -u pkgsrc/sysutils/smartmontools/Makefile:1.38 pkgsrc/sysutils/smartmontools/Makefile:1.39
--- pkgsrc/sysutils/smartmontools/Makefile:1.38 Sat Jan 18 23:35:21 2020
+++ pkgsrc/sysutils/smartmontools/Makefile      Thu Mar 12 15:04:54 2020
@@ -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 @@ LICENSE=              gnu-gpl-v2
 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