pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/rabbitmq



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Apr  9 00:33:45 UTC 2022

Modified Files:
        pkgsrc/net/rabbitmq: Makefile

Log Message:
rabbitmq: add a note that the test target doesn't work as is

I tried it on NetBSD 9.2_STABLE and Fedora 35, and it doesn't work as
expected. Needs investigation.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/net/rabbitmq/Makefile

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

Modified files:

Index: pkgsrc/net/rabbitmq/Makefile
diff -u pkgsrc/net/rabbitmq/Makefile:1.64 pkgsrc/net/rabbitmq/Makefile:1.65
--- pkgsrc/net/rabbitmq/Makefile:1.64   Wed Apr  6 14:46:28 2022
+++ pkgsrc/net/rabbitmq/Makefile        Sat Apr  9 00:33:45 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2022/04/06 14:46:28 adam Exp $
+# $NetBSD: Makefile,v 1.65 2022/04/09 00:33:45 gutteridge Exp $
 
 DISTNAME=      rabbitmq-server-3.9.14
 PKGNAME=       ${DISTNAME:S/-server//}
@@ -107,6 +107,7 @@ MAKE_ENV+=          RSYNC="${PREFIX}/bin/rsync"
 MAKE_ENV+=             VERSION="${PKGVERSION_NOREV}"
 
 INSTALL_TARGET=                install-erlapp install-scripts install-bin install-man
+# XXX this test target doesn't work correctly at present, needs investigation.
 TEST_TARGET=           check
 
 post-install:



Home | Main Index | Thread Index | Old Index