mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Undo the "verbosity reduction" hunk, that slipped with the last upgrade.
As the maintainer, I prefer having this verbosity in build-logs, but had no time to discuss the change properly due to travels/short "maintainer timeout".
This commit is contained in:
parent
e0199153dd
commit
7ffe06882f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182893
5 changed files with 35 additions and 35 deletions
|
@ -46,19 +46,19 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
|||
MAN1= lyx.1 tex2lyx.1 lyxclient.1
|
||||
|
||||
post-patch:
|
||||
@# Removing mention of the bundled boost
|
||||
@${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
|
||||
# Removing mention of the bundled boost
|
||||
${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
|
||||
${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
|
||||
${WRKSRC}/src/support/debugstream.h
|
||||
@${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
|
||||
${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
|
||||
${WRKSRC}/src/support/filetools.C
|
||||
@${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
|
||||
${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
|
||||
${WRKSRC}/src/support/tests/test_*
|
||||
|
||||
post-configure:
|
||||
@# Removing explicit linking with -lc
|
||||
@${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
|
||||
# Removing explicit linking with -lc
|
||||
${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -46,19 +46,19 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
|||
MAN1= lyx.1 tex2lyx.1 lyxclient.1
|
||||
|
||||
post-patch:
|
||||
@# Removing mention of the bundled boost
|
||||
@${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
|
||||
# Removing mention of the bundled boost
|
||||
${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
|
||||
${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
|
||||
${WRKSRC}/src/support/debugstream.h
|
||||
@${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
|
||||
${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
|
||||
${WRKSRC}/src/support/filetools.C
|
||||
@${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
|
||||
${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
|
||||
${WRKSRC}/src/support/tests/test_*
|
||||
|
||||
post-configure:
|
||||
@# Removing explicit linking with -lc
|
||||
@${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
|
||||
# Removing explicit linking with -lc
|
||||
${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -46,19 +46,19 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
|||
MAN1= lyx.1 tex2lyx.1 lyxclient.1
|
||||
|
||||
post-patch:
|
||||
@# Removing mention of the bundled boost
|
||||
@${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
|
||||
# Removing mention of the bundled boost
|
||||
${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
|
||||
${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
|
||||
${WRKSRC}/src/support/debugstream.h
|
||||
@${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
|
||||
${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
|
||||
${WRKSRC}/src/support/filetools.C
|
||||
@${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
|
||||
${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
|
||||
${WRKSRC}/src/support/tests/test_*
|
||||
|
||||
post-configure:
|
||||
@# Removing explicit linking with -lc
|
||||
@${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
|
||||
# Removing explicit linking with -lc
|
||||
${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -46,19 +46,19 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
|||
MAN1= lyx.1 tex2lyx.1 lyxclient.1
|
||||
|
||||
post-patch:
|
||||
@# Removing mention of the bundled boost
|
||||
@${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
|
||||
# Removing mention of the bundled boost
|
||||
${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
|
||||
${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
|
||||
${WRKSRC}/src/support/debugstream.h
|
||||
@${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
|
||||
${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
|
||||
${WRKSRC}/src/support/filetools.C
|
||||
@${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
|
||||
${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
|
||||
${WRKSRC}/src/support/tests/test_*
|
||||
|
||||
post-configure:
|
||||
@# Removing explicit linking with -lc
|
||||
@${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
|
||||
# Removing explicit linking with -lc
|
||||
${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -46,19 +46,19 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
|||
MAN1= lyx.1 tex2lyx.1 lyxclient.1
|
||||
|
||||
post-patch:
|
||||
@# Removing mention of the bundled boost
|
||||
@${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
|
||||
# Removing mention of the bundled boost
|
||||
${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
|
||||
${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
|
||||
${WRKSRC}/src/support/debugstream.h
|
||||
@${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
|
||||
${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
|
||||
${WRKSRC}/src/support/filetools.C
|
||||
@${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
|
||||
${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
|
||||
${WRKSRC}/src/support/tests/test_*
|
||||
|
||||
post-configure:
|
||||
@# Removing explicit linking with -lc
|
||||
@${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
|
||||
# Removing explicit linking with -lc
|
||||
${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue