mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -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} && \
|
||||
|
|
|
@ -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} && \
|
||||
|
|
|
@ -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} \
|
||||
|
|
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Reference in a new issue