git: 52ec4ce41a95 - main - net-im/ejabberd: Unbreak build
Ashish SHUKLA
ashish at FreeBSD.org
Thu Jul 29 05:05:40 UTC 2021
The branch main has been updated by ashish:
URL: https://cgit.FreeBSD.org/ports/commit/?id=52ec4ce41a95457a3d9e140cd24145cb104c7b82
commit 52ec4ce41a95457a3d9e140cd24145cb104c7b82
Author: Ashish SHUKLA <ashish at FreeBSD.org>
AuthorDate: 2021-07-29 04:55:34 +0000
Commit: Ashish SHUKLA <ashish at FreeBSD.org>
CommitDate: 2021-07-29 04:59:37 +0000
net-im/ejabberd: Unbreak build
- Rename eredis patch file to be extra, and apply it only when
REDIS option is set
Reported by: otis
---
net-im/ejabberd/Makefile | 1 +
...edis_src_eredis.app.src => extrapatch-deps_eredis_src_eredis.app.src} | 0
2 files changed, 1 insertion(+)
diff --git a/net-im/ejabberd/Makefile b/net-im/ejabberd/Makefile
index 21e996c2010c..4d30b2df0cec 100644
--- a/net-im/ejabberd/Makefile
+++ b/net-im/ejabberd/Makefile
@@ -141,6 +141,7 @@ PGSQL_CONFIGURE_ENABLE= pgsql
PGSQL_GH_TUPLE= processone:p1_pgsql:${P1_PGSQL_VER}:p1_pgsql/deps/p1_pgsql
REDIS_CONFIGURE_ENABLE= redis
REDIS_GH_TUPLE= wooga:eredis:v${EREDIS_VER}:eredis/deps/eredis
+REDIS_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-deps_eredis_src_eredis.app.src
SIP_CONFIGURE_ENABLE= sip
SIP_GH_TUPLE= processone:esip:${ESIP_VER}:esip/deps/esip
SIP_IMPLIES= STUN
diff --git a/net-im/ejabberd/files/patch-deps_eredis_src_eredis.app.src b/net-im/ejabberd/files/extrapatch-deps_eredis_src_eredis.app.src
similarity index 100%
rename from net-im/ejabberd/files/patch-deps_eredis_src_eredis.app.src
rename to net-im/ejabberd/files/extrapatch-deps_eredis_src_eredis.app.src
More information about the dev-commits-ports-all
mailing list