diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2007-01-21 07:41:40 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2007-01-21 07:41:40 +0000 |
commit | 7ffe06882f7d5ffbacba13abafef80bb45aacda9 (patch) | |
tree | 962ec22c4587b6a3269a813d826050a8df5029ad | |
parent | Atempt to fix build with gcc 4.x on HEAD (diff) |
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".
Notes
Notes:
svn path=/head/; revision=182893
-rw-r--r-- | print/lyx-devel/Makefile | 14 | ||||
-rw-r--r-- | print/lyx/Makefile | 14 | ||||
-rw-r--r-- | print/lyx14/Makefile | 14 | ||||
-rw-r--r-- | print/lyx15/Makefile | 14 | ||||
-rw-r--r-- | print/lyx16/Makefile | 14 |
5 files changed, 35 insertions, 35 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index f5810543b452..bb1caa4d4fab 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/Makefile @@ -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> diff --git a/print/lyx/Makefile b/print/lyx/Makefile index f5810543b452..bb1caa4d4fab 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -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> diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile index f5810543b452..bb1caa4d4fab 100644 --- a/print/lyx14/Makefile +++ b/print/lyx14/Makefile @@ -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> diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index f5810543b452..bb1caa4d4fab 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/Makefile @@ -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> diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index f5810543b452..bb1caa4d4fab 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -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> |