pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/suckit



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Apr 24 22:35:58 UTC 2022

Modified Files:
        pkgsrc/www/suckit: Makefile

Log Message:
suckit: add CHECK_PORTABILITY_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/suckit/Makefile

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

Modified files:

Index: pkgsrc/www/suckit/Makefile
diff -u pkgsrc/www/suckit/Makefile:1.3 pkgsrc/www/suckit/Makefile:1.4
--- pkgsrc/www/suckit/Makefile:1.3      Mon Aug  2 15:39:35 2021
+++ pkgsrc/www/suckit/Makefile  Sun Apr 24 22:35:58 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/08/02 15:39:35 pin Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/24 22:35:58 tnn Exp $
 
 DISTNAME=      suckit-0.1.2
 CATEGORIES=    www
@@ -19,6 +19,8 @@ INSTALLATION_DIRS=    bin
 MAKE_ENV+=     OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
 
+CHECK_PORTABILITY_SKIP+=       tests/local_server_setup.sh
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/suckit ${DESTDIR}${PREFIX}/bin
 



Home | Main Index | Thread Index | Old Index