summaryrefslogtreecommitdiff
path: root/textproc/gitlab-elasticsearch-indexer/files/patch-Makefile
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2025-11-20 15:56:18 +0100
committerMatthias Fechner <mfechner@FreeBSD.org>2025-11-22 05:21:50 +0100
commit158eebbb6fa58acf05680685b8cfa0b78b39f899 (patch)
tree9f6a7b1391ea8acf0c513c0cc8cb3611409557b6 /textproc/gitlab-elasticsearch-indexer/files/patch-Makefile
parenttextproc/gitlab-code-parser: update to 0.20.2 (diff)
textproc/gitlab-elasticsearch-indexer: udpate to 5.10.1
Required for gitlab 18.6 Changes: https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer/-/blob/main/CHANGELOG.md
Diffstat (limited to '')
-rw-r--r--textproc/gitlab-elasticsearch-indexer/files/patch-Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/gitlab-elasticsearch-indexer/files/patch-Makefile b/textproc/gitlab-elasticsearch-indexer/files/patch-Makefile
index 2cb408f715c9..db6f954c0c92 100644
--- a/textproc/gitlab-elasticsearch-indexer/files/patch-Makefile
+++ b/textproc/gitlab-elasticsearch-indexer/files/patch-Makefile
@@ -1,11 +1,11 @@
---- Makefile.orig 2025-10-25 04:31:58 UTC
+--- Makefile.orig 2025-11-17 05:11:42 UTC
+++ Makefile
-@@ -67,7 +67,7 @@ all: build
+@@ -44,7 +44,7 @@ all: build
all: build
.PHONY: build
-build: tmp/libparser
+build:
- $(if ${FORCE_BUILD}, @echo "Forcing a rebuild since pkg-config flags changed since last run")
- $Q PKG_CONFIG_PATH="${PKG_CONFIG_PATH}" $(GO) build $(if ${FORCE_BUILD},-a) $(if $V,-v) $(VERSION_FLAGS) -o bin/gitlab-elasticsearch-indexer .
+ $Q $(GO) build $(if $V,-v) $(VERSION_FLAGS) -o bin/gitlab-elasticsearch-indexer .
+ install: build