mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Switch waf to verbose builds as well
Approved by: portmgr (mat) Differential Revision: D8240
This commit is contained in:
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
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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| ; \
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue