summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2007-01-21 07:41:40 +0000
committerMikhail Teterin <mi@FreeBSD.org>2007-01-21 07:41:40 +0000
commit7ffe06882f7d5ffbacba13abafef80bb45aacda9 (patch)
tree962ec22c4587b6a3269a813d826050a8df5029ad /print
parentAtempt 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
Diffstat (limited to 'print')
-rw-r--r--print/lyx-devel/Makefile14
-rw-r--r--print/lyx/Makefile14
-rw-r--r--print/lyx14/Makefile14
-rw-r--r--print/lyx15/Makefile14
-rw-r--r--print/lyx16/Makefile14
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>