git: d2b302acd2a4 - main - net/haproxy: Enable prometheus exporter by default.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Apr 2022 15:28:15 UTC
The branch main has been updated by demon: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2b302acd2a4c5902ea42af29e0f6c9959e8b883 commit d2b302acd2a4c5902ea42af29e0f6c9959e8b883 Author: Dmitry Sivachenko <demon@FreeBSD.org> AuthorDate: 2022-04-30 15:23:52 +0000 Commit: Dmitry Sivachenko <demon@FreeBSD.org> CommitDate: 2022-04-30 15:27:50 +0000 net/haproxy: Enable prometheus exporter by default. PR: 263629 Submitted by: Sascha Biberhofer <ports@skyforge.at> --- net/haproxy-devel/Makefile | 2 +- net/haproxy/Makefile | 2 +- net/haproxy20/Makefile | 2 +- net/haproxy21/Makefile | 2 +- net/haproxy22/Makefile | 2 +- net/haproxy23/Makefile | 2 +- net/haproxy24/Makefile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net/haproxy-devel/Makefile b/net/haproxy-devel/Makefile index c64cd67701f5..9b065c129e64 100644 --- a/net/haproxy-devel/Makefile +++ b/net/haproxy-devel/Makefile @@ -44,7 +44,7 @@ SPCRE_DESC= Link pcre(1) statically SPCRE2_DESC= Link pcre2 statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter -OPTIONS_DEFAULT= DPCRE2 OPENSSL +OPTIONS_DEFAULT= DPCRE2 OPENSSL PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index e5ec6b3255c5..09a02b33b8f0 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -41,7 +41,7 @@ SPCRE_DESC= Link pcre(1) statically SPCRE2_DESC= Link pcre2 statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter -OPTIONS_DEFAULT= DPCRE2 OPENSSL +OPTIONS_DEFAULT= DPCRE2 OPENSSL PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 diff --git a/net/haproxy20/Makefile b/net/haproxy20/Makefile index af21c8669950..f2a51cf63358 100644 --- a/net/haproxy20/Makefile +++ b/net/haproxy20/Makefile @@ -28,7 +28,7 @@ DPCRE_DESC= Link dynamically SPCRE_DESC= Link statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter -OPTIONS_DEFAULT= SPCRE OPENSSL +OPTIONS_DEFAULT= SPCRE OPENSSL PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 diff --git a/net/haproxy21/Makefile b/net/haproxy21/Makefile index 0715da768e55..1fc1cab24215 100644 --- a/net/haproxy21/Makefile +++ b/net/haproxy21/Makefile @@ -28,7 +28,7 @@ DPCRE_DESC= Link dynamically SPCRE_DESC= Link statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter -OPTIONS_DEFAULT= SPCRE OPENSSL +OPTIONS_DEFAULT= SPCRE OPENSSL PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 diff --git a/net/haproxy22/Makefile b/net/haproxy22/Makefile index d97670e544f1..a9f4f781fba8 100644 --- a/net/haproxy22/Makefile +++ b/net/haproxy22/Makefile @@ -28,7 +28,7 @@ DPCRE_DESC= Link dynamically SPCRE_DESC= Link statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter -OPTIONS_DEFAULT= SPCRE OPENSSL +OPTIONS_DEFAULT= SPCRE OPENSSL PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 diff --git a/net/haproxy23/Makefile b/net/haproxy23/Makefile index 78c32f5b374b..8c0a79fcbc92 100644 --- a/net/haproxy23/Makefile +++ b/net/haproxy23/Makefile @@ -28,7 +28,7 @@ DPCRE_DESC= Link dynamically SPCRE_DESC= Link statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter -OPTIONS_DEFAULT= SPCRE OPENSSL +OPTIONS_DEFAULT= SPCRE OPENSSL PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 diff --git a/net/haproxy24/Makefile b/net/haproxy24/Makefile index 7493c452430c..7fa6881613cc 100644 --- a/net/haproxy24/Makefile +++ b/net/haproxy24/Makefile @@ -38,7 +38,7 @@ DPCRE_DESC= Link dynamically SPCRE_DESC= Link statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter -OPTIONS_DEFAULT= SPCRE OPENSSL +OPTIONS_DEFAULT= SPCRE OPENSSL PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1