summaryrefslogtreecommitdiff
path: root/net/rabbitmq/patches
diff options
context:
space:
mode:
authorfhajny <fhajny>2010-09-21 11:47:32 +0000
committerfhajny <fhajny>2010-09-21 11:47:32 +0000
commit22821029cab20dc43abee2fc55ada639f4afb540 (patch)
tree8061eaacda34338b94802783aaeb80597cfde423 /net/rabbitmq/patches
parent568e56598c7d5d6b19cd06ce0a4b92dba6518a0b (diff)
downloadpkgsrc-22821029cab20dc43abee2fc55ada639f4afb540.tar.gz
Import rabbitmq-2.1.0 as net/rabbitmq.
RabbitMQ is a complete and highly reliable Enterprise Messaging system. The RabbitMQ client libraries and broker daemon can be used together to create an AMQP network, or used individually to bring the benefits of RabbitMQ to established networks. (Based on wip/rabbitmq.)
Diffstat (limited to 'net/rabbitmq/patches')
-rw-r--r--net/rabbitmq/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/rabbitmq/patches/patch-aa b/net/rabbitmq/patches/patch-aa
new file mode 100644
index 00000000000..aecbc3de928
--- /dev/null
+++ b/net/rabbitmq/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/09/21 11:47:32 fhajny Exp $
+
+Makefile really expects Bash to be used for shell calls
+
+--- Makefile.orig 2009-10-06 14:45:47.000000000 +0000
++++ Makefile
+@@ -1,4 +1,4 @@
+-
++SHELL=@SHELL@
+ TMPDIR ?= /tmp
+
+ RABBITMQ_NODENAME ?= rabbit