summaryrefslogtreecommitdiff
path: root/net/rabbitmq/patches
diff options
context:
space:
mode:
authorfhajny <fhajny>2012-01-04 19:08:29 +0000
committerfhajny <fhajny>2012-01-04 19:08:29 +0000
commit2b5fa4ef48b1dedad61b0983c2bec486a0a8027a (patch)
tree9f4eade6fa0d84536ab7486a1246c61160c0fbf3 /net/rabbitmq/patches
parent9fdbb2ea9b77110051d5ff44986a65076e8e31b1 (diff)
downloadpkgsrc-2b5fa4ef48b1dedad61b0983c2bec486a0a8027a.tar.gz
Update rabbitmq to 2.7.1
Changes: * Important fixes to High Availability * Compatibility with Erlang R15B * Bug fixes and performance improvements
Diffstat (limited to 'net/rabbitmq/patches')
-rw-r--r--net/rabbitmq/patches/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/rabbitmq/patches/patch-aa b/net/rabbitmq/patches/patch-aa
index bd483a41079..8b4663fceb7 100644
--- a/net/rabbitmq/patches/patch-aa
+++ b/net/rabbitmq/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.4 2011/12/14 11:55:20 fhajny Exp $
+$NetBSD: patch-aa,v 1.5 2012/01/04 19:08:30 fhajny Exp $
Support for Python 2.7, drop dependency on gsed.
---- Makefile.orig 2011-11-08 16:55:55.000000000 +0000
+--- Makefile.orig 2011-12-16 12:24:15.000000000 +0000
+++ Makefile
@@ -1,3 +1,4 @@
+SHELL=$(MAKE_SHELL)
@@ -26,10 +26,10 @@ Support for Python 2.7, drop dependency on gsed.
BASIC_PLT=basic.plt
RABBIT_PLT=rabbit.plt
-@@ -252,7 +257,9 @@ srcdist: distclean
- cp README.in $(TARGET_SRC_DIR)/README
- elinks -dump -no-references -no-numbering $(WEB_URL)build-server.html \
- >> $(TARGET_SRC_DIR)/README
+@@ -246,7 +251,9 @@ stop-cover: all
+ srcdist: distclean
+ mkdir -p $(TARGET_SRC_DIR)/codegen
+ cp -r ebin src include LICENSE LICENSE-MPL-RabbitMQ INSTALL README $(TARGET_SRC_DIR)
- sed -i.save 's/%%VSN%%/$(VERSION)/' $(TARGET_SRC_DIR)/ebin/rabbit_app.in && rm -f $(TARGET_SRC_DIR)/ebin/rabbit_app.in.save
+ sed 's/%%VSN%%/$(VERSION)/' $(TARGET_SRC_DIR)/ebin/rabbit_app.in \
+ > $(TARGET_SRC_DIR)/ebin/rabbit_app.in.tmp && \