- Switch waf to verbose builds as well

Approved by:	portmgr (mat)
Differential Revision:	D8240
This commit is contained in:
Dmitry Marakasov 2016-10-13 16:26:09 +00:00
parent 8edbb24e9b
commit 4d4d500854
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423928
5 changed files with 1 additions and 16 deletions

View file

@ -30,6 +30,7 @@ MAKEFILE= #
MAKE_FLAGS= # MAKE_FLAGS= #
ALL_TARGET= # ALL_TARGET= #
HAS_CONFIGURE= yes HAS_CONFIGURE= yes
MAKE_ARGS+= --verbose
WAF_CMD?= ./waf WAF_CMD?= ./waf
CONFIGURE_TARGET?= configure CONFIGURE_TARGET?= configure

View file

@ -14,10 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= pkgconfig python:build tar:bzip2 waf USES= pkgconfig python:build tar:bzip2 waf
.if defined(BATCH) || defined(PACKAGE_BUILDING)
MAKE_ARGS+= --verbose
.endif
post-patch: post-patch:
@${REINPLACE_CMD} -e '/autowaf.build_pc/s|^|#|' ${WRKSRC}/wscript @${REINPLACE_CMD} -e '/autowaf.build_pc/s|^|#|' ${WRKSRC}/wscript
@(cd ${WRKSRC} && ${SED} -e \ @(cd ${WRKSRC} && ${SED} -e \

View file

@ -30,10 +30,6 @@ CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \
CFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include
.if defined(BATCH) || defined(PACKAGE_BUILDING)
MAKE_ARGS= --verbose
.endif
post-patch: post-patch:
@${REINPLACE_CMD} -e \ @${REINPLACE_CMD} -e \
"s|$$[{]LIBDIRNAME[}]/pkgconfig|libdata/pkgconfig| ; \ "s|$$[{]LIBDIRNAME[}]/pkgconfig|libdata/pkgconfig| ; \

View file

@ -21,10 +21,6 @@ USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include
.if defined(BATCH) || defined(PACKAGE_BUILDING)
MAKE_ARGS= --verbose
.endif
post-install: post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libraul.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libraul.so

View file

@ -20,10 +20,6 @@ LIB_DEPENDS= libjack.so:audio/jack \
USES= pkgconfig tar:bzip2 waf USES= pkgconfig tar:bzip2 waf
USE_LDCONFIG= yes USE_LDCONFIG= yes
.if defined(BATCH) || defined(PACKAGE_BUILDING)
MAKE_ARGS= --verbose
.endif
post-patch: post-patch:
@${REINPLACE_CMD} -e \ @${REINPLACE_CMD} -e \
'/pkgconfig/s|$${LIBDIRNAME}|libdata|' ${WRKSRC}/autowaf.py '/pkgconfig/s|$${LIBDIRNAME}|libdata|' ${WRKSRC}/autowaf.py