aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/packetbeat/files
diff options
context:
space:
mode:
authorgirgen <girgen@FreeBSD.org>2016-12-09 01:46:28 +0800
committergirgen <girgen@FreeBSD.org>2016-12-09 01:46:28 +0800
commitfc4440320d78ee10b3f06618a0f8944288536433 (patch)
treebed546ccacd39174e5da7ac7bd009b68094ba652 /sysutils/packetbeat/files
parente5a70485de9ae383206c77d19c0d1504fdcfd7a7 (diff)
downloadfreebsd-ports-graphics-fc4440320d78ee10b3f06618a0f8944288536433.tar.gz
freebsd-ports-graphics-fc4440320d78ee10b3f06618a0f8944288536433.tar.zst
freebsd-ports-graphics-fc4440320d78ee10b3f06618a0f8944288536433.zip
Update to 5.0.2
Diffstat (limited to 'sysutils/packetbeat/files')
-rw-r--r--sysutils/packetbeat/files/patch-libbeat_scripts_Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/packetbeat/files/patch-libbeat_scripts_Makefile b/sysutils/packetbeat/files/patch-libbeat_scripts_Makefile
index 0d589d1d8ac..2b614a2017e 100644
--- a/sysutils/packetbeat/files/patch-libbeat_scripts_Makefile
+++ b/sysutils/packetbeat/files/patch-libbeat_scripts_Makefile
@@ -1,11 +1,11 @@
---- libbeat/scripts/Makefile.orig 2016-02-11 14:04:40 UTC
-+++ libbeat/scripts/Makefile
-@@ -6,7 +6,7 @@ ARCH?=$(shell uname -m)
- export PATH := ./bin:$(PATH)
- export GO15VENDOREXPERIMENT=1
+--- libbeat/scripts/Makefile.orig 2016-12-08 18:08:06.201040000 +0100
++++ libbeat/scripts/Makefile 2016-12-08 18:08:14.835100000 +0100
+@@ -30,7 +30,7 @@
GOFILES = $(shell find . -type f -name '*.go')
--SHELL=/bin/bash
-+SHELL=/bin/sh
- ES_HOST?="elasticsearch-210"
- BEAT_DIR?=github.com/elastic/beats
- BUILD_DIR=build
+ GOFILES_NOVENDOR = $(shell find . -type f -name '*.go' -not -path "*/vendor/*")
+ GOFILES_ALL = $(GOFILES) $(shell find $(ES_BEATS) -type f -name '*.go')
+-SHELL=bash
++SHELL=sh
+ ES_HOST?="elasticsearch"
+ PWD=$(shell pwd)
+ BUILD_DIR?=$(shell pwd)/build