summaryrefslogtreecommitdiff
path: root/textproc/elasticsearch
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-01-09 07:40:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-01-09 07:40:55 +0000
commitbb5196a1496272ccd5cd26d76c34926a2c5e1a60 (patch)
tree3a9c2be4469b755e07de4bf2850a1b143ad46e2e /textproc/elasticsearch
parentOnly pass `-mssse3' on amd64 where it is required, generally respect CFLAGS, (diff)
Remove support for variables that have been deprecated for a while.
variables deprecation revision WITHOUT_NLS 2013-12-13 r336337 WITH_/WITHOUT_ 2014-02-24 r345870 NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587 WITH_BDB_VER 2016-05-02 r414444 OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387 WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965 While there, add an ERROR variable that works like DEV_ERROR, but for user facing errors, and move NOPORTDOCS, NOPORTEXAMPLES and WITHOUT_NLS to it. Cleanup bsd.sanity.mk a bit. Fix fallout. PR: 224613 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13490
Diffstat (limited to 'textproc/elasticsearch')
-rw-r--r--textproc/elasticsearch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/elasticsearch/Makefile b/textproc/elasticsearch/Makefile
index 99da38dc9a74..aa1120c141d2 100644
--- a/textproc/elasticsearch/Makefile
+++ b/textproc/elasticsearch/Makefile
@@ -77,7 +77,7 @@ SUB_LIST= SEARCHUSER=${SEARCHUSER} \
SEARCHGROUP=${SEARCHGROUP} \
PORTVERSION=${PORTVERSION}
SUB_FILES= elasticsearch-plugin pkg-message
-PLIST_SUB= SIGAR_ARCH=${SIGAR_ARCH} \
+PLIST_SUB+= SIGAR_ARCH=${SIGAR_ARCH} \
SEARCHUSER=${SEARCHUSER} \
SEARCHGROUP=${SEARCHGROUP} \
LUCENEVER=${LUCENEVER} \