svn commit: r493242 - head/net-im/ejabberd
Ashish SHUKLA
ashish at FreeBSD.org
Mon Feb 18 05:07:59 UTC 2019
Author: ashish
Date: Mon Feb 18 05:07:58 2019
New Revision: 493242
URL: https://svnweb.freebsd.org/changeset/ports/493242
Log:
- Use PKG_BIN make variable, instead of pkg in pre-everything target
to fix brokenness when building with Synth (ports-mgmt/synth)
Reported by: Bryan Erickson <freebsd at xorcara dot com>
Modified:
head/net-im/ejabberd/Makefile
Modified: head/net-im/ejabberd/Makefile
==============================================================================
--- head/net-im/ejabberd/Makefile Mon Feb 18 04:59:39 2019 (r493241)
+++ head/net-im/ejabberd/Makefile Mon Feb 18 05:07:58 2019 (r493242)
@@ -158,7 +158,7 @@ ICONV_LDFLAGS= ${ICONV_LIB}
DOCS_MAKE_ARGS_OFF= NOPORTDOCS=yes
pre-everything::
- @if pkg query %n-%v net-im/ejabberd; then \
+ @if ${PKG_BIN} query %n-%v net-im/ejabberd; then \
${ECHO_MSG} needs to be uninstalled, before this port build could proceed. ; \
${ECHO_MSG} For details: https://github.com/processone/ejabberd/issues/2194 ; \
${ECHO_MSG} Sorry for the inconvenience. ; \
More information about the svn-ports-head
mailing list