mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
USE_REINPLACE and change ant's buildfile verbose flags to "false"
(should speed up the build a bit).
This commit is contained in:
parent
2e1e5dd432
commit
8f99336972
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84586
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,7 @@ BUILD_DEPENDS= ant:${PORTSDIR}/devel/jakarta-ant \
|
||||||
ONLY_FOR_ARCHS= i386
|
ONLY_FOR_ARCHS= i386
|
||||||
USE_ZIP= yes
|
USE_ZIP= yes
|
||||||
USE_JAVA= 1.3+
|
USE_JAVA= 1.3+
|
||||||
|
USE_REINPLACE= yes
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
|
|
||||||
MAKE_ARGS= ECLIPSE_BUILD=${ECLIPSE_BUILD} \
|
MAKE_ARGS= ECLIPSE_BUILD=${ECLIPSE_BUILD} \
|
||||||
|
@ -36,4 +37,7 @@ ECLIPSE_OS= freebsd
|
||||||
ECLIPSE_WS= gtk
|
ECLIPSE_WS= gtk
|
||||||
ECLIPSE_ARCH= x86
|
ECLIPSE_ARCH= x86
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${FIND} ${WRKSRC} -name build.xml | ${XARGS} ${REINPLACE_CMD} 's@verbose="true"@verbose="false"@g'
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue