pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/rabbitmq rabbitmq: add a note that the test target...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20f895e1ddca
branches:  trunk
changeset: 376506:20f895e1ddca
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Apr 09 00:33:45 2022 +0000

description:
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.

diffstat:

 net/rabbitmq/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b8345d26dec7 -r 20f895e1ddca net/rabbitmq/Makefile
--- a/net/rabbitmq/Makefile     Fri Apr 08 23:31:19 2022 +0000
+++ b/net/rabbitmq/Makefile     Sat Apr 09 00:33:45 2022 +0000
@@ -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+=             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