Drop post-configure target from several Qt5 ports.

Qt's configure script already creates all the necessary Makefiles for the
directories we need to build, so there is no need to run qmake again in
post-configure.

Reviewed by:	tcberner, Adriaan de Groot <groot@kde.org>
Differential Revision:	https://reviews.freebsd.org/D8899
This commit is contained in:
Raphael Kubo da Costa 2016-12-26 10:00:10 +00:00
parent 791e5d6823
commit 664ef9bee0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429488
4 changed files with 0 additions and 22 deletions

View file

@ -24,12 +24,6 @@ TOOLS= qdbuscpp2xml qdbusxml2cpp
QT_DEFINES= DBUS
QT_CONFIG= dbus
post-configure:
.for t in ${TOOLS}
@cd ${WRKSRC}/src/tools/${t} && \
${SETENV} ${QMAKE_ENV} ${WRKSRC}/bin/qmake ${QMAKE_ARGS}
.endfor
post-build:
.for t in ${TOOLS}
@cd ${WRKSRC}/src/tools/${t} && \

View file

@ -21,12 +21,6 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
MORE_WRKSRCS= src/tools/moc \
src/tools/rcc
post-configure:
.for d in ${MORE_WRKSRCS}
@cd ${WRKSRC}/${d} && \
${SETENV} ${QMAKE_ENV} ${WRKSRC}/bin/qmake ${QMAKE_ARGS}
.endfor
post-build:
.for d in ${MORE_WRKSRCS}
@cd ${WRKSRC}/${d} && \

View file

@ -29,10 +29,6 @@ post-patch:
${BUILD_WRKSRC}/ssl/qsslsocket_openssl.cpp \
${BUILD_WRKSRC}/ssl/qsslsocket_openssl_symbols.cpp
post-configure:
@cd ${WRKSRC}/src/plugins/bearer/generic && \
${SETENV} ${QMAKE_ENV} ${WRKSRC}/bin/qmake ${QMAKE_ARGS}
post-build:
@cd ${WRKSRC}/src/plugins/bearer/generic && \
${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} \

View file

@ -34,12 +34,6 @@ QT_DEFINES+= -CUPS
QT_CONFIG+= -cups
.endif
post-configure:
.if ${PORT_OPTIONS:MCUPS}
@cd ${WRKSRC}/src/plugins/${PORTNAME}/cups && \
${SETENV} ${QMAKE_ENV} ${WRKSRC}/bin/qmake ${QMAKE_ARGS}
.endif
post-build:
.if ${PORT_OPTIONS:MCUPS}
@cd ${WRKSRC}/src/plugins/${PORTNAME}/cups && \