summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-04-09 00:33:45 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-04-09 00:33:45 +0000
commit42bf7c3b8dacdd90f3bc5d17cff9ba4b68cf7504 (patch)
tree4d52a6bd255c0cf074558d8c0e515938c36f3174
parent65789b1ab51c5b9cb4bd223f48a8768dcdbbb0d8 (diff)
downloadpkgsrc-42bf7c3b8dacdd90f3bc5d17cff9ba4b68cf7504.tar.gz
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.
-rw-r--r--net/rabbitmq/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rabbitmq/Makefile b/net/rabbitmq/Makefile
index ccd3278be90..2caba7f4785 100644
--- a/net/rabbitmq/Makefile
+++ b/net/rabbitmq/Makefile
@@ -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: