svn commit: r457630 - in head/net-mgmt/check_logfiles: . files

Florian Smeets flo at FreeBSD.org
Sat Dec 30 18:44:48 UTC 2017


Author: flo
Date: Sat Dec 30 18:44:47 2017
New Revision: 457630
URL: https://svnweb.freebsd.org/changeset/ports/457630

Log:
  Commit forgotten file, without this patch the resulting script doens't work.

Added:
  head/net-mgmt/check_logfiles/files/
  head/net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am   (contents, props changed)
Modified:
  head/net-mgmt/check_logfiles/Makefile

Modified: head/net-mgmt/check_logfiles/Makefile
==============================================================================
--- head/net-mgmt/check_logfiles/Makefile	Sat Dec 30 18:21:18 2017	(r457629)
+++ head/net-mgmt/check_logfiles/Makefile	Sat Dec 30 18:44:47 2017	(r457630)
@@ -2,6 +2,7 @@
 
 PORTNAME=	check_logfiles
 PORTVERSION=	3.8.1.4
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://labs.consol.de/assets/downloads/nagios/
 
@@ -16,6 +17,6 @@ PLIST_FILES=	libexec/nagios/check_logfiles
 USES=		autoreconf gmake perl5
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin:${LOCALBASE}/bin:${LOCALBASE}/sbin \
-			--libexecdir=${PREFIX}/libexec/nagios \
+			--libexecdir=${PREFIX}/libexec/nagios
 
 .include <bsd.port.mk>

Added: head/net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/check_logfiles/files/patch-plugins-scripts_Makefile.am	Sat Dec 30 18:44:47 2017	(r457630)
@@ -0,0 +1,11 @@
+--- plugins-scripts/Makefile.am.orig	2017-12-16 17:32:11 UTC
++++ plugins-scripts/Makefile.am
+@@ -20,7 +20,7 @@ WIN_MODULES=\
+   Nagios/CheckLogfiles/Search/Wevtutil.pm
+ 
+ 
+-SED=/bin/sed
++SED=/usr/bin/sed
+ GREP=/bin/grep
+ CAT=/bin/cat
+ ECHO=/bin/echo


More information about the svn-ports-head mailing list