Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F158184927
D8899.id23264.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D8899.id23264.diff
View Options
Index: head/devel/dbus-qt5/Makefile
===================================================================
--- head/devel/dbus-qt5/Makefile
+++ head/devel/dbus-qt5/Makefile
@@ -24,12 +24,6 @@
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} && \
Index: head/devel/qt5-buildtools/Makefile
===================================================================
--- head/devel/qt5-buildtools/Makefile
+++ head/devel/qt5-buildtools/Makefile
@@ -21,12 +21,6 @@
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} && \
Index: head/net/qt5-network/Makefile
===================================================================
--- head/net/qt5-network/Makefile
+++ head/net/qt5-network/Makefile
@@ -29,10 +29,6 @@
${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} \
Index: head/print/qt5-printsupport/Makefile
===================================================================
--- head/print/qt5-printsupport/Makefile
+++ head/print/qt5-printsupport/Makefile
@@ -34,12 +34,6 @@
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 && \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 30, 12:53 PM (7 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33634062
Default Alt Text
D8899.id23264.diff (1 KB)
Attached To
Mode
D8899: Qt5: Drop post-configure target from most QT_DIST ports
Attached
Detach File
Event Timeline
Log In to Comment