Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2017 06:36:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 218695] devel/pecl-judy does not install with synth (portlint error ?)
Message-ID:  <bug-218695-13-QsvKYdRnQa@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218695-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218695-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218695

--- Comment #1 from w.schwarzenfeld@utanet.at ---
Seems the warning causes by php.mk:
add-plist-phpext:
        @${ECHO_CMD} "lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so" \
                >> ${TMPPLIST}
        @${FIND} -P ${STAGEDIR}${PREFIX}/include/php/ext/${PHP_MODNAME} ! -=
type
d 2>/dev/null | \
                ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,,p' >> ${TMPPLIST}
        @${ECHO_CMD} "@exec echo \#include \\\"ext/${PHP_MODNAME}/config.h\=
\\"
>> %D/include/php/ex
t/php_config.h" \
                >> ${TMPPLIST}
        @${ECHO_CMD} "@unexec cp %D/include/php/ext/php_config.h
%D/include/php/ext/php_config.h.or
ig" \
                >> ${TMPPLIST}
        @${ECHO_CMD} "@unexec grep -v ext/${PHP_MODNAME}/config.h
%D/include/php/ext/php_config.h.o
rig > %D/include/php/ext/php_config.h || true" \
                >> ${TMPPLIST}
        @${ECHO_CMD} "@unexec ${RM} %D/include/php/ext/php_config.h.orig" \
                >> ${TMPPLIST}
        @${ECHO_CMD} "${PHP_EXT_INI_FILE}" \
                >> ${TMPPLIST}
        @${ECHO_CMD}
"**************************************************************************=
**"
> ${PHP_EXT_PKGMESSAGE}

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218695-13-QsvKYdRnQa>