pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/rsyslog-rabbitmq Fix build. With 8.6.0 the ra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63f59d2bd8b5
branches:  trunk
changeset: 643442:63f59d2bd8b5
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Thu Dec 18 18:06:02 2014 +0000

description:
Fix build. With 8.6.0 the rabbitmq plugin moved to contrib/.

diffstat:

 sysutils/rsyslog-rabbitmq/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 04859804f895 -r 63f59d2bd8b5 sysutils/rsyslog-rabbitmq/Makefile
--- a/sysutils/rsyslog-rabbitmq/Makefile        Thu Dec 18 13:36:58 2014 +0000
+++ b/sysutils/rsyslog-rabbitmq/Makefile        Thu Dec 18 18:06:02 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/09/05 07:15:41 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2014/12/18 18:06:02 fhajny Exp $
 #
 
 RSYSLOG_MOD=   rabbitmq
@@ -10,7 +10,7 @@
 
 CONFIGURE_ARGS+=       --enable-omrabbitmq
 
-BUILD_DIRS=            plugins/omrabbitmq
+BUILD_DIRS=            contrib/omrabbitmq
 
 .include "../../net/rabbitmq-c/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index