mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD.
This commit is contained in:
parent
5534788943
commit
43902f6ecc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248306
297
Mk/bsd.qt.mk
297
Mk/bsd.qt.mk
@ -1,21 +1,30 @@
|
||||
#-*- mode: Makefile; tab-width: 4; -*-
|
||||
# ex:ts=4
|
||||
#
|
||||
# QT_NONSTANDARD - Suppress modification of configure and make environment.
|
||||
# QT_DIST - Package being built is part of the Qt distribution.
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Variables:
|
||||
# QT_NONSTANDARD - Suppress modification of configure and make environment.
|
||||
# QT_DIST - Package being built is part of the Qt distribution.
|
||||
#
|
||||
# Global switches (add this to /etc/make.conf):
|
||||
# WITH_KDE_PHONON - If set, standalone phonon will be used instead of Qt.
|
||||
# Required for KDE 4.4.0
|
||||
# QT4_OPTIONS - A list of options, can be CUPS, NAS and/or QGTKSTYLE.
|
||||
# If set, Qt will be built with support for:
|
||||
# - Common UNIX Printing System (CUPS)
|
||||
# - Network Audio System (NAS)
|
||||
# - Qt style that renders using GTK (QGTKSTYLE)
|
||||
|
||||
.if !defined(_POSTMKINCLUDED) && !defined(Qt_Pre_Include)
|
||||
Qt_Include_MAINTAINER= kde@freebsd.org
|
||||
Qt_Include_MAINTAINER= kde@FreeBSD.org
|
||||
Qt_Pre_Include= bsd.qt.mk
|
||||
|
||||
.if !defined(QT_NONSTANDARD)
|
||||
CONFIGURE_ARGS+=--with-qt-includes=${QT_INCDIR} \
|
||||
--with-qt-libraries=${QT_LIBDIR} \
|
||||
--with-extra-libs=${LOCALBASE}/lib \
|
||||
--with-extra-includes=${LOCALBASE}/include
|
||||
--with-qt-libraries=${QT_LIBDIR} \
|
||||
--with-extra-libs=${LOCALBASE}/lib \
|
||||
--with-extra-includes=${LOCALBASE}/include
|
||||
CONFIGURE_ENV+= MOC="${MOC}" UIC="${UIC}" CPPFLAGS="${CPPFLAGS} ${QTCPPFLAGS}" LIBS="${QTCFGLIBS}" \
|
||||
QMAKE="${QMAKE}" QMAKESPEC="${QMAKESPEC}" QTDIR="${QT_PREFIX}"
|
||||
MAKE_ENV+= QMAKESPEC="${QMAKESPEC}"
|
||||
@ -24,7 +33,7 @@ MAKE_ENV+= QMAKESPEC="${QMAKESPEC}"
|
||||
.if defined(QT_DIST)
|
||||
MD5_FILE= ${PORTSDIR}/devel/qt4/distinfo
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
DISTNAME= qt-x11-opensource-src-${QT4_VERSION}
|
||||
DISTNAME= qt-everywhere-opensource-src-${QT4_VERSION}
|
||||
DIST_SUBDIR= KDE
|
||||
#CONFLICTS+= Currently there are no conflicts \o/
|
||||
|
||||
@ -57,7 +66,7 @@ CONFIGURE_ARGS+=-no-mmx -no-3dnow -no-sse -no-sse2
|
||||
# CONFIGURE_ARGS+=-no-exceptions
|
||||
# .endif
|
||||
|
||||
.if defined(WANT_QT_DEBUG)
|
||||
.if defined(WANT_QT_DEBUG) || defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+=-debug
|
||||
PLIST_SUB+= DEBUG=""
|
||||
.else
|
||||
@ -84,6 +93,7 @@ QT_LIBDIR?= ${QT_PREFIX}/${QT_LIBDIR_REL}
|
||||
QT_PLUGINDIR?= ${QT_PREFIX}/${QT_PLUGINDIR_REL}
|
||||
MOC?= ${QT_PREFIX}/bin/moc-qt4
|
||||
UIC?= ${QT_PREFIX}/bin/uic-qt4
|
||||
RCC?= ${QT_PREFIX}/bin/rcc
|
||||
QMAKE?= ${QT_PREFIX}/bin/qmake-qt4
|
||||
QMAKESPEC?= ${QT_PREFIX}/share/qt4/mkspecs/freebsd-g++
|
||||
QMAKEFLAGS+= QMAKE_CC="${CC}" QMAKE_CXX="${CXX}" QMAKE_LINK_SHLIB="${CXX}" \
|
||||
@ -103,95 +113,214 @@ QTCGFLIBS?=
|
||||
|
||||
#
|
||||
# QT4 version
|
||||
# Don't forget to update ${PORTSDIR}/devel/qt4/files/configure !
|
||||
# Don't forget to update ${PORTSDIR}/devel/qt4/files/patch-configure !
|
||||
#
|
||||
QT4_VERSION?= 4.5.3
|
||||
QT4_VERSION?= 4.6.1
|
||||
|
||||
_QT_COMPONENTS_ALL= accessible assistant assistant-adp assistantclient \
|
||||
clucene codecs-cn codecs-jp codecs-kr codecs-tw corelib \
|
||||
dbus designer doc help help-tools gui iconengines imageformats \
|
||||
inputmethods linguist l10n makeqpf moc network opengl \
|
||||
pixeltool porting phonon phonon-gst qdbusviewer qdoc3 \
|
||||
dbus demo designer doc help help-tools gui iconengines imageformats \
|
||||
inputmethods linguist l10n makeqpf moc multimedia network \
|
||||
opengl pixeltool porting phonon phonon-gst qdbusviewer qdoc3 \
|
||||
qmake qt3support qtconfig qtestlib qvfb rcc script scripttools \
|
||||
sql svg uic uic3 webkit xml xmlpatterns xmlpatterns-tool
|
||||
sql sql-ibase sql-mysql sql-odbc sql-pgsql sql-sqlite2 sql-sqlite3 \
|
||||
svg uic uic3 webkit xml xmlpatterns xmlpatterns-tool
|
||||
|
||||
accessible_DEPENDS= accessibility/qt4-accessible
|
||||
assistant_DEPENDS= devel/qt4-assistant
|
||||
assistant-adp_DEPENDS= devel/qt4-assistant-adp
|
||||
assistantclient_DEPENDS=devel/qt4-libqtassistantclient
|
||||
assistantclient_NAME= libQtAssistantClient
|
||||
clucene_DEPENDS= textproc/qt4-clucene
|
||||
codecs-cn_DEPENDS= chinese/qt4-codecs-cn
|
||||
codecs-jp_DEPENDS= japanese/qt4-codecs-jp
|
||||
codecs-kr_DEPENDS= korean/qt4-codecs-kr
|
||||
codecs-tw_DEPENDS= chinese/qt4-codecs-tw
|
||||
corelib_DEPENDS= devel/qt4-corelib
|
||||
dbus_DEPENDS= devel/dbus-qt4
|
||||
designer_DEPENDS= devel/qt4-designer
|
||||
doc_DEPENDS= misc/qt4-doc
|
||||
gui_DEPENDS= x11-toolkits/qt4-gui
|
||||
help_DEPENDS= devel/qt4-help
|
||||
help-tools_DEPENDS= devel/qt4-help-tools
|
||||
iconengines_DEPENDS= graphics/qt4-iconengines
|
||||
imageformats_DEPENDS= graphics/qt4-imageformats
|
||||
inputmethods_DEPENDS= x11/qt4-inputmethods
|
||||
linguist_DEPENDS= devel/qt4-linguist
|
||||
l10n_DEPENDS= misc/qt4-l10n
|
||||
makeqpf_DEPENDS= devel/qt4-makeqpf
|
||||
moc_DEPENDS= devel/qt4-moc
|
||||
network_DEPENDS= net/qt4-network
|
||||
opengl_DEPENDS= x11/qt4-opengl
|
||||
pixeltool_DEPENDS= graphics/qt4-pixeltool
|
||||
phonon_DEPENDS= multimedia/qt4-phonon
|
||||
phonon-gst_DEPENDS= multimedia/qt4-phonon-gst
|
||||
porting_DEPENDS= devel/qt4-porting
|
||||
qdbusviewer_DEPENDS= devel/qt4-qdbusviewer
|
||||
qdoc3_DEPENDS= devel/qt4-qdoc3
|
||||
qmake_DEPENDS= devel/qmake4
|
||||
qt3support_DEPENDS= devel/qt4-qt3support
|
||||
qtconfig_DEPENDS= misc/qt4-qtconfig
|
||||
qtestlib_DEPENDS= devel/qt4-qtestlib
|
||||
qvfb_DEPENDS= devel/qt4-qvfb
|
||||
rcc_DEPENDS= devel/qt4-rcc
|
||||
script_DEPENDS= devel/qt4-script
|
||||
scripttools_DEPENDS= devel/qt4-scripttools
|
||||
sql_DEPENDS= databases/qt4-sql
|
||||
svg_DEPENDS= graphics/qt4-svg
|
||||
uic_DEPENDS= devel/qt4-uic
|
||||
uic3_DEPENDS= devel/qt4-uic3
|
||||
webkit_DEPENDS= www/qt4-webkit
|
||||
xml_DEPENDS= textproc/qt4-xml
|
||||
xmlpatterns_DEPENDS= textproc/qt4-xmlpatterns
|
||||
xmlpatterns-tool_DEPENDS= textproc/qt4-xmlpatterns-tool
|
||||
accessible_PORT= accessibility/qt4-accessible
|
||||
accessible_DEPENDS= ${QT_PLUGINDIR}/accessible/libqtaccessiblewidgets.so
|
||||
|
||||
assistant_PORT= devel/qt4-assistant
|
||||
assistant_DEPENDS= ${QT_PREFIX}/bin/assistant-qt4
|
||||
|
||||
assistant-adp_PORT= devel/qt4-assistant-adp
|
||||
assistant-adp_DEPENDS= ${QT_PREFIX}/bin/assistant_adp
|
||||
|
||||
assistantclient_PORT= devel/qt4-libqtassistantclient
|
||||
assistantclient_DEPENDS= ${QT_LIBDIR}/libQtAssistantClient.so
|
||||
|
||||
clucene_PORT= textproc/qt4-clucene
|
||||
clucene_DEPENDS= ${QT_LIBDIR}/libQtCLucene.so
|
||||
|
||||
codecs-cn_PORT= chinese/qt4-codecs-cn
|
||||
codecs-cn_DEPENDS= ${QT_PLUGINDIR}/codecs/libqcncodecs.so
|
||||
|
||||
codecs-jp_PORT= japanese/qt4-codecs-jp
|
||||
codecs-jp_DEPENDS= ${QT_PLUGINDIR}/codecs/libqjpcodecs.so
|
||||
|
||||
codecs-kr_PORT= korean/qt4-codecs-kr
|
||||
codecs-kr_DEPENDS= ${QT_PLUGINDIR}/codecs/libqkrcodecs.so
|
||||
|
||||
codecs-tw_PORT= chinese/qt4-codecs-tw
|
||||
codecs-tw_DEPENDS= ${QT_PLUGINDIR}/codecs/libqtwcodecs.so
|
||||
|
||||
corelib_PORT= devel/qt4-corelib
|
||||
corelib_DEPENDS= ${QT_LIBDIR}/libQtCore.so
|
||||
|
||||
dbus_PORT= devel/dbus-qt4
|
||||
dbus_DEPENDS= ${QT_LIBDIR}/libQtDBus.so
|
||||
|
||||
demo_PORT= misc/qt4-qtdemo
|
||||
demo_DEPENDS= ${QT_PREFIX}/bin/qtdemo
|
||||
|
||||
designer_PORT= devel/qt4-designer
|
||||
designer_DEPENDS= ${QT_PREFIX}/bin/designer-qt4
|
||||
|
||||
doc_PORT= misc/qt4-doc
|
||||
doc_DEPENDS= qt4-doc>=4
|
||||
|
||||
gui_PORT= x11-toolkits/qt4-gui
|
||||
gui_DEPENDS= ${QT_LIBDIR}/libQtGui.so
|
||||
|
||||
help_PORT= devel/qt4-help
|
||||
help_DEPENDS= ${QT_LIBDIR}/libQtHelp.so
|
||||
|
||||
help-tools_PORT= devel/qt4-help-tools
|
||||
help-tools_DEPENDS= ${QT_PREFIX}/bin/qhelpgenerator
|
||||
|
||||
iconengines_PORT= graphics/qt4-iconengines
|
||||
iconengines_DEPENDS= ${QT_PLUGINDIR}/iconengines/libqsvgicon.so
|
||||
|
||||
imageformats_PORT= graphics/qt4-imageformats
|
||||
imageformats_DEPENDS= ${QT_PLUGINDIR}/imageformats/libqjpeg.so
|
||||
|
||||
inputmethods_PORT= x11/qt4-inputmethods
|
||||
inputmethods_DEPENDS= ${QT_PLUGINDIR}/inputmethods/libqimsw-multi.so
|
||||
|
||||
linguist_PORT= devel/qt4-linguist
|
||||
linguist_DEPENDS= ${QT_PREFIX}/bin/linguist-qt4
|
||||
|
||||
l10n_PORT= misc/qt4-l10n
|
||||
l10n_DEPENDS= qt4-l10n>=4
|
||||
|
||||
makeqpf_PORT= devel/qt4-makeqpf
|
||||
makeqpf_DEPENDS= ${QT_PREFIX}/bin/makeqpf-qt4
|
||||
|
||||
moc_PORT= devel/qt4-moc
|
||||
moc_DEPENDS= ${MOC}
|
||||
|
||||
multimedia_PORT= multimedia/qt4-multimedia
|
||||
multimedia_DEPENDS= ${QT_LIBDIR}/libQtMultimedia.so
|
||||
|
||||
network_PORT= net/qt4-network
|
||||
network_DEPENDS= ${QT_LIBDIR}/libQtNetwork.so
|
||||
|
||||
opengl_PORT= x11/qt4-opengl
|
||||
opengl_DEPENDS= ${QT_LIBDIR}/libQtOpenGL.so
|
||||
|
||||
pixeltool_PORT= graphics/qt4-pixeltool
|
||||
pixeltool_DEPENDS= ${QT_PREFIX}/bin/pixeltool
|
||||
|
||||
.if defined(WITH_KDE_PHONON)
|
||||
phonon_PORT= multimedia/phonon
|
||||
.else
|
||||
phonon_PORT= multimedia/qt4-phonon
|
||||
.endif
|
||||
phonon_DEPENDS= ${QT_LIBDIR}/libphonon.so
|
||||
|
||||
.if defined(WITH_KDE_PHONON)
|
||||
phonon-gst_PORT= multimedia/phonon-gstreamer
|
||||
.else
|
||||
phonon-gst_PORT= multimedia/qt4-phonon-gst
|
||||
.endif
|
||||
phonon-gst_DEPENDS= ${QT_PLUGINDIR}/phonon_backend/libphonon_gstreamer.so
|
||||
|
||||
porting_PORT= devel/qt4-porting
|
||||
porting_DEPENDS= ${QT_PREFIX}/bin/qt3to4
|
||||
|
||||
qdbusviewer_PORT= devel/qt4-qdbusviewer
|
||||
qdbusviewer_DEPENDS= ${QT_PREFIX}/bin/qdbusviewer
|
||||
|
||||
qdoc3_PORT= devel/qt4-qdoc3
|
||||
qdoc3_DEPENDS= ${QT_PREFIX}/bin/qdoc3
|
||||
|
||||
qmake_PORT= devel/qmake4
|
||||
qmake_DEPENDS= ${QMAKE}
|
||||
|
||||
qt3support_PORT= devel/qt4-qt3support
|
||||
qt3support_DEPENDS= ${QT_LIBDIR}/libQt3Support.so
|
||||
|
||||
qtconfig_PORT= misc/qt4-qtconfig
|
||||
qtconfig_DEPENDS= ${QT_PREFIX}/bin/qtconfig-qt4
|
||||
|
||||
qtestlib_PORT= devel/qt4-qtestlib
|
||||
qtestlib_DEPENDS= ${QT_LIBDIR}/libQtTest.so
|
||||
|
||||
qvfb_PORT= devel/qt4-qvfb
|
||||
qvfb_DEPENDS= ${QT_PREFIX}/bin/qvfb-qt4
|
||||
|
||||
rcc_PORT= devel/qt4-rcc
|
||||
rcc_DEPENDS= ${RCC}
|
||||
|
||||
script_PORT= devel/qt4-script
|
||||
script_DEPENDS= ${QT_LIBDIR}/libQtScript.so
|
||||
|
||||
scripttools_PORT= devel/qt4-scripttools
|
||||
scripttools_DEPENDS= ${QT_LIBDIR}/libQtScriptTools.so
|
||||
|
||||
sql_PORT= databases/qt4-sql
|
||||
sql_DEPENDS= ${QT_LIBDIR}/libQtSql.so
|
||||
|
||||
sql-ibase_PORT= databases/qt4-ibase-plugin
|
||||
sql-ibase_DEPENDS= ${QT_PLUGINDIR}/sqldrivers/libqsqlibase.so
|
||||
|
||||
sql-mysql_PORT= databases/qt4-mysql-plugin
|
||||
sql-mysql_DEPENDS= ${QT_PLUGINDIR}/sqldrivers/libqsqlmysql.so
|
||||
|
||||
sql-odbc_PORT= databases/qt4-odbc-plugin
|
||||
sql-odbc_DEPENDS= ${QT_PLUGINDIR}/sqldrivers/libqsqlodbc.so
|
||||
|
||||
sql-pgsql_PORT= databases/qt4-pgsql-plugin
|
||||
sql-pgsql_DEPENDS= ${QT_PLUGINDIR}/sqldrivers/libqsqlpsql.so
|
||||
|
||||
sql-sqlite2_PORT= databases/qt4-sqlite-plugin
|
||||
sql-sqlite2_DEPENDS= ${QT_PLUGINDIR}/sqldrivers/libqsqlite2.so
|
||||
|
||||
sql-sqlite3_PORT= databases/qt4-sqlite3-plugin
|
||||
sql-sqlite3_DEPENDS= ${QT_PLUGINDIR}/sqldrivers/libqsqlite.so
|
||||
|
||||
svg_PORT= graphics/qt4-svg
|
||||
svg_DEPENDS= ${QT_LIBDIR}/libQtSvg.so
|
||||
|
||||
uic_PORT= devel/qt4-uic
|
||||
uic_DEPENDS= ${UIC}
|
||||
|
||||
uic3_PORT= devel/qt4-uic3
|
||||
uic3_DEPENDS= ${QT_PREFIX}/bin/uic3
|
||||
|
||||
webkit_PORT= www/qt4-webkit
|
||||
webkit_DEPENDS= ${QT_LIBDIR}/libQtWebKit.so
|
||||
|
||||
xml_PORT= textproc/qt4-xml
|
||||
xml_DEPENDS= ${QT_LIBDIR}/libQtXml.so
|
||||
|
||||
xmlpatterns_PORT= textproc/qt4-xmlpatterns
|
||||
xmlpatterns_DEPENDS= ${QT_LIBDIR}/libQtXmlPatterns.so
|
||||
|
||||
xmlpatterns-tool_PORT= textproc/qt4-xmlpatterns-tool
|
||||
xmlpatterns-tool_DEPENDS= ${QT_PREFIX}/bin/xmlpatterns
|
||||
|
||||
.if defined(_POSTMKINCLUDED) && !defined(Qt_Post_Include)
|
||||
Qt_Post_Include= bsd.qt.mk
|
||||
|
||||
.for component in ${_QT_COMPONENTS_ALL}
|
||||
${component}_build_DEPENDS= ${${component}_DEPENDS}
|
||||
${component}_run_DEPENDS= ${${component}_DEPENDS}
|
||||
_QT_COMPONENTS_SUFFIXED+=${component} ${component}_build ${component}_run
|
||||
${component}_BUILD_DEPENDS?= ${${component}_DEPENDS}:${PORTSDIR}/${${component}_PORT}
|
||||
${component}_RUN_DEPENDS?= ${${component}_DEPENDS}:${PORTSDIR}/${${component}_PORT}
|
||||
|
||||
${component}_build_BUILD_DEPENDS?= ${${component}_BUILD_DEPENDS}
|
||||
${component}_run_RUN_DEPENDS?= ${${component}_RUN_DEPENDS}
|
||||
|
||||
_QT_COMPONENTS_ALL_SUFFIXED+= ${component} ${component}_build ${component}_run
|
||||
.endfor
|
||||
|
||||
.if defined(QT_COMPONENTS)
|
||||
.for ext in ${QT_COMPONENTS}
|
||||
${ext}_QT4_PREFIX?= qt4-
|
||||
${ext}_QT4_VERSION?= ${QT4_VERSION}
|
||||
${ext}_NAME?= ${ext}
|
||||
_${ext}= ${ext}
|
||||
.if ${_QT_COMPONENTS_SUFFIXED:M${ext}}!= ""
|
||||
.if ${_${ext}:M*_build}!= ""
|
||||
BUILD_DEPENDS+= ${${ext}_QT4_PREFIX}${${ext}_NAME:S/_build//}>=${${ext}_QT4_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}
|
||||
.elif ${_${ext}:M*_run}!= ""
|
||||
RUN_DEPENDS+= ${${ext}_QT4_PREFIX}${${ext}_NAME:S/_run//}>=${${ext}_QT4_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}
|
||||
.else
|
||||
BUILD_DEPENDS+= ${${ext}_QT4_PREFIX}${${ext}_NAME}>=${${ext}_QT4_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}
|
||||
RUN_DEPENDS+= ${${ext}_QT4_PREFIX}${${ext}_NAME}>=${${ext}_QT4_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}
|
||||
.endif
|
||||
.else
|
||||
IGNORE= cannot install: unknown Qt4 component -- ${ext}
|
||||
.endif
|
||||
.endfor
|
||||
. for component in ${QT_COMPONENTS:O:u}
|
||||
. if ${_QT_COMPONENTS_ALL_SUFFIXED:M${component}}!= ""
|
||||
BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS}
|
||||
RUN_DEPENDS+= ${${component}_RUN_DEPENDS}
|
||||
. else
|
||||
IGNORE= can't be installed: unknown Qt 4 component '${component}'
|
||||
. endif
|
||||
. endfor
|
||||
.endif
|
||||
|
||||
.endif
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= accessible
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION=0
|
||||
CATEGORIES?= accessibility
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -29,22 +28,26 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
|
||||
src/dbus src/opengl src/phonon \
|
||||
src/script src/svg src/testlib \
|
||||
src/tools src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/multimedia src/network src/opengl \
|
||||
src/openvg src/phonon src/s60installs src/s60main src/script \
|
||||
src/scripttools src/sql src/svg src/testlib src/tools \
|
||||
src/winmain src/xml src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/freetype src/3rdparty/libjpeg src/3rdparty/libmng \
|
||||
src/3rdparty/libpng src/3rdparty/libtiff src/3rdparty/phonon \
|
||||
src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src/plugins/${PORTNAME}
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../..
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/plugins/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${MKDIR} ${WRKSRC}/../../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../bin/moc
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -1,5 +1,6 @@
|
||||
lib/qt4/plugins/accessible/libqtaccessiblecompatwidgets.so
|
||||
%%DEBUG%%lib/qt4/plugins/accessible/libqtaccessiblecompatwidgets.so.debug
|
||||
lib/qt4/plugins/accessible/libqtaccessiblewidgets.so
|
||||
%%DEBUG%%lib/qt4/plugins/accessible/libqtaccessiblewidgets.so.debug
|
||||
@dirrm lib/qt4/plugins/accessible
|
||||
%%QT_PLUGINDIR_REL%%/accessible/libqtaccessiblecompatwidgets.so
|
||||
%%DEBUG%%%%QT_PLUGINDIR_REL%%/accessible/libqtaccessiblecompatwidgets.so.debug
|
||||
%%QT_PLUGINDIR_REL%%/accessible/libqtaccessiblewidgets.so
|
||||
%%DEBUG%%%%QT_PLUGINDIR_REL%%/accessible/libqtaccessiblewidgets.so.debug
|
||||
@dirrm %%QT_PLUGINDIR_REL%%/accessible
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%
|
||||
|
@ -28,24 +28,28 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
|
||||
src/dbus src/gui src/network src/opengl src/phonon \
|
||||
src/qt3support src/script src/sql src/svg src/testlib \
|
||||
src/tools src/xml src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/gui src/multimedia src/network \
|
||||
src/opengl src/openvg src/phonon src/qt3support \
|
||||
src/s60installs src/s60main src/script src/scripttools src/sql \
|
||||
src/svg src/testlib src/tools src/winmain src/xml \
|
||||
src/xmlpatterns src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src/plugins/${PORTNAME}/cn
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../../..
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/plugins/${PORTNAME}/cn
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${MKDIR} ${WRKSRC}/../../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../../bin/qmake
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|(test -z.*||g' ${WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -e 's|(test -z.*||g' ${BUILD_WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -1,3 +1,4 @@
|
||||
lib/qt4/plugins/codecs/libqcncodecs.so
|
||||
%%DEBUG%%lib/qt4/plugins/codecs/libqcncodecs.so.debug
|
||||
@dirrmtry lib/qt4/plugins/codecs
|
||||
%%QT_PLUGINDIR_REL%%/codecs/libqcncodecs.so
|
||||
%%DEBUG%%%%QT_PLUGINDIR_REL%%/codecs/libqcncodecs.so.debug
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%/codecs
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%
|
||||
|
@ -27,25 +27,29 @@ CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
|
||||
MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples qmake tools translations \
|
||||
src/dbus src/gui src/network src/opengl src/phonon \
|
||||
src/qt3support src/script src/sql src/svg src/testlib \
|
||||
src/tools src/xml src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
|
||||
src/activeqt src/dbus src/gui src/multimedia src/network \
|
||||
src/opengl src/openvg src/phonon src/qt3support \
|
||||
src/s60installs src/s60main src/script src/scripttools src/sql \
|
||||
src/svg src/testlib src/tools src/winmain src/xml \
|
||||
src/xmlpatterns src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src/plugins/${PORTNAME}/tw
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../../..
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/plugins/${PORTNAME}/tw
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${MKDIR} ${WRKSRC}/../../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../../bin/qmake
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|(test -z.*||g' ${WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -e 's|(test -z.*||g' ${BUILD_WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -1,3 +1,4 @@
|
||||
lib/qt4/plugins/codecs/libqtwcodecs.so
|
||||
%%DEBUG%%lib/qt4/plugins/codecs/libqtwcodecs.so.debug
|
||||
@dirrmtry lib/qt4/plugins/codecs
|
||||
%%QT_PLUGINDIR_REL%%/codecs/libqtwcodecs.so
|
||||
%%DEBUG%%%%QT_PLUGINDIR_REL%%/codecs/libqtwcodecs.so.debug
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%/codecs
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%
|
||||
|
@ -9,9 +9,6 @@
|
||||
PORTNAME= qt4-${DB}-plugin
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
DISTNAME= qt-x11-opensource-src-${PORTVERSION}
|
||||
DIST_SUBDIR= KDE
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt IBase/Firebird database plugin
|
||||
@ -22,8 +19,8 @@ USE_FIREBIRD= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= moc_build sql
|
||||
QT_NONSTANDARD= yes
|
||||
QT_DIST= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MD5_FILE= ${PORTSDIR}/devel/qt4/distinfo
|
||||
|
||||
DRIVER= src/sql/drivers/${DB}
|
||||
PLUGIN= src/plugins/sqldrivers/${DB}
|
||||
|
@ -1,2 +1,3 @@
|
||||
lib/qt4/plugins/sqldrivers/libqsql%%DB%%.so
|
||||
@dirrmtry lib/qt4/plugins/sqldrivers
|
||||
%%QT_PLUGINDIR_REL%%/sqldrivers/libqsql%%DB%%.so
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%/sqldrivers
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%
|
||||
|
@ -9,9 +9,6 @@
|
||||
PORTNAME= qt4-${DB}-plugin
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
DISTNAME= qt-x11-opensource-src-${PORTVERSION}
|
||||
DIST_SUBDIR= KDE
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt MySQL database plugin
|
||||
@ -21,8 +18,8 @@ DB= mysql
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= moc_build sql
|
||||
QT_NONSTANDARD= yes
|
||||
QT_DIST= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MD5_FILE= ${PORTSDIR}/devel/qt4/distinfo
|
||||
|
||||
USE_MYSQL= yes
|
||||
DRIVER= src/sql/drivers/${DB}
|
||||
|
@ -1,2 +1,3 @@
|
||||
lib/qt4/plugins/sqldrivers/libqsql%%DB%%.so
|
||||
@dirrmtry lib/qt4/plugins/sqldrivers
|
||||
%%QT_PLUGINDIR_REL%%/sqldrivers/libqsql%%DB%%.so
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%/sqldrivers
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%
|
||||
|
@ -9,22 +9,19 @@
|
||||
PORTNAME= qt4-${DB}-plugin
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
DISTNAME= qt-x11-opensource-src-${PORTVERSION}
|
||||
DIST_SUBDIR= KDE
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt ODBC database plugin
|
||||
|
||||
DB= odbc
|
||||
|
||||
LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC
|
||||
LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc
|
||||
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= moc_build sql
|
||||
QT_NONSTANDARD= yes
|
||||
QT_DIST= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MD5_FILE= ${PORTSDIR}/devel/qt4/distinfo
|
||||
|
||||
DRIVER= src/sql/drivers/${DB}
|
||||
PLUGIN= src/plugins/sqldrivers/${DB}
|
||||
|
@ -1,2 +1,3 @@
|
||||
lib/qt4/plugins/sqldrivers/libqsql%%DB%%.so
|
||||
@dirrmtry lib/qt4/plugins/sqldrivers
|
||||
%%QT_PLUGINDIR_REL%%/sqldrivers/libqsql%%DB%%.so
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%/sqldrivers
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%
|
||||
|
@ -9,9 +9,6 @@
|
||||
PORTNAME= qt4-${DB}-plugin
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
DISTNAME= qt-x11-opensource-src-${PORTVERSION}
|
||||
DIST_SUBDIR= KDE
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt PostgreSQL database plugin
|
||||
@ -21,8 +18,8 @@ DB= psql
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= moc_build sql
|
||||
QT_NONSTANDARD= yes
|
||||
QT_DIST= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MD5_FILE= ${PORTSDIR}/devel/qt4/distinfo
|
||||
|
||||
USE_PGSQL= yes
|
||||
DRIVER= src/sql/drivers/${DB}
|
||||
|
@ -1,2 +1,3 @@
|
||||
lib/qt4/plugins/sqldrivers/libqsql%%DB%%.so
|
||||
@dirrmtry lib/qt4/plugins/sqldrivers
|
||||
%%QT_PLUGINDIR_REL%%/sqldrivers/libqsql%%DB%%.so
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%/sqldrivers
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= sql
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= databases
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -19,7 +18,7 @@ USE_QT_VER= 4
|
||||
QT_COMPONENTS= qmake_build moc_build corelib
|
||||
QT_NONSTANDARD= yes
|
||||
QT_DIST= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LDCONFIG= ${PREFIX}/lib/qt4
|
||||
@ -30,29 +29,34 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
|
||||
src/dbus src/gui src/network src/opengl src/phonon \
|
||||
src/qt3support src/script src/svg src/testlib \
|
||||
src/tools src/xml src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/gui src/multimedia src/network \
|
||||
src/opengl src/openvg src/phonon src/qt3support \
|
||||
src/s60installs src/s60main src/script src/scripttools src/svg \
|
||||
src/testlib src/tools src/winmain src/xml src/xmlpatterns \
|
||||
src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src/${PORTNAME}
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${MKDIR} ${WRKSRC}/../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/qt4/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
|
||||
-e 's|.*$$(QMAKE).*||g' ${WRKSRC}/Makefile
|
||||
-e 's|.*$$(QMAKE).*||g' ${BUILD_WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
-E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \
|
||||
${WRKSRC}/../../lib/pkgconfig/QtSql.pc
|
||||
${WRKSRC}/lib/pkgconfig/QtSql.pc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -1,14 +1,14 @@
|
||||
include/qt4/Qt/QtSql
|
||||
include/qt4/Qt/qsql.h
|
||||
include/qt4/Qt/qsql_db2.h
|
||||
include/qt4/Qt/qsql_oci.h
|
||||
include/qt4/Qt/qsql_tds.h
|
||||
include/qt4/Qt/qsql_ibase.h
|
||||
include/qt4/Qt/qsql_mysql.h
|
||||
include/qt4/Qt/qsql_oci.h
|
||||
include/qt4/Qt/qsql_odbc.h
|
||||
include/qt4/Qt/qsql_psql.h
|
||||
include/qt4/Qt/qsql_sqlite.h
|
||||
include/qt4/Qt/qsql_sqlite2.h
|
||||
include/qt4/Qt/qsql_tds.h
|
||||
include/qt4/Qt/qsqldatabase.h
|
||||
include/qt4/Qt/qsqldriver.h
|
||||
include/qt4/Qt/qsqldriverplugin.h
|
||||
@ -22,10 +22,14 @@ include/qt4/Qt/qsqlrelationaldelegate.h
|
||||
include/qt4/Qt/qsqlrelationaltablemodel.h
|
||||
include/qt4/Qt/qsqlresult.h
|
||||
include/qt4/Qt/qsqltablemodel.h
|
||||
include/qt4/QtSql/QDB2Driver
|
||||
include/qt4/QtSql/QDB2Result
|
||||
include/qt4/QtSql/QIBaseDriver
|
||||
include/qt4/QtSql/QIBaseResult
|
||||
include/qt4/QtSql/QMYSQLDriver
|
||||
include/qt4/QtSql/QMYSQLResult
|
||||
include/qt4/QtSql/QOCIDriver
|
||||
include/qt4/QtSql/QOCIResult
|
||||
include/qt4/QtSql/QODBCDriver
|
||||
include/qt4/QtSql/QODBCResult
|
||||
include/qt4/QtSql/QPSQLDriver
|
||||
@ -51,23 +55,19 @@ include/qt4/QtSql/QSqlRelationalDelegate
|
||||
include/qt4/QtSql/QSqlRelationalTableModel
|
||||
include/qt4/QtSql/QSqlResult
|
||||
include/qt4/QtSql/QSqlTableModel
|
||||
include/qt4/QtSql/QTDSDriver
|
||||
include/qt4/QtSql/QTDSResult
|
||||
include/qt4/QtSql/QtSql
|
||||
include/qt4/QtSql/qsql.h
|
||||
include/qt4/QtSql/qsql_db2.h
|
||||
include/qt4/QtSql/qsql_ibase.h
|
||||
include/qt4/QtSql/qsql_mysql.h
|
||||
include/qt4/QtSql/qsql_db2.h
|
||||
include/qt4/QtSql/qsql_oci.h
|
||||
include/qt4/QtSql/qsql_tds.h
|
||||
include/qt4/QtSql/QDB2Result
|
||||
include/qt4/QtSql/QDB2Driver
|
||||
include/qt4/QtSql/QOCIResult
|
||||
include/qt4/QtSql/QOCIDriver
|
||||
include/qt4/QtSql/QTDSResult
|
||||
include/qt4/QtSql/QTDSDriver
|
||||
include/qt4/QtSql/qsql_odbc.h
|
||||
include/qt4/QtSql/qsql_psql.h
|
||||
include/qt4/QtSql/qsql_sqlite.h
|
||||
include/qt4/QtSql/qsql_sqlite2.h
|
||||
include/qt4/QtSql/qsql_tds.h
|
||||
include/qt4/QtSql/qsqldatabase.h
|
||||
include/qt4/QtSql/qsqldriver.h
|
||||
include/qt4/QtSql/qsqldriverplugin.h
|
||||
@ -89,6 +89,7 @@ lib/qt4/libQtSql.so.%%SHLIB_SHVER%%
|
||||
lib/qt4/libQtSql.so.%%SHLIB_VER%%
|
||||
%%DEBUG%%lib/qt4/libQtSql.so.%%SHLIB_VER%%.debug
|
||||
libdata/pkgconfig/QtSql.pc
|
||||
@dirrmtry lib/qt4
|
||||
@dirrm include/qt4/QtSql
|
||||
@dirrmtry include/qt4/Qt
|
||||
@dirrmtry include/qt4
|
||||
|
@ -9,9 +9,6 @@
|
||||
PORTNAME= qt4-${DB}-plugin
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
DISTNAME= qt-x11-opensource-src-${PORTVERSION}
|
||||
DIST_SUBDIR= KDE
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt SQLite 2.x database plugin
|
||||
@ -21,10 +18,10 @@ DB= sqlite2
|
||||
LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2
|
||||
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= moc_build sql
|
||||
QT_COMPONENTS= moc_build sql
|
||||
QT_NONSTANDARD= yes
|
||||
QT_DIST= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MD5_FILE= ${PORTSDIR}/devel/qt4/distinfo
|
||||
|
||||
DRIVER= src/sql/drivers/${DB}
|
||||
PLUGIN= src/plugins/sqldrivers/${DB}
|
||||
|
@ -1,2 +1,3 @@
|
||||
lib/qt4/plugins/sqldrivers/libq%%DB%%.so
|
||||
@dirrmtry lib/qt4/plugins/sqldrivers
|
||||
%%QT_PLUGINDIR_REL%%/sqldrivers/libq%%DB%%.so
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%/sqldrivers
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%
|
||||
|
@ -9,9 +9,6 @@
|
||||
PORTNAME= qt4-${DB}-plugin
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
DISTNAME= qt-x11-opensource-src-${PORTVERSION}
|
||||
DIST_SUBDIR= KDE
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt SQLite 3.x database plugin
|
||||
@ -24,6 +21,7 @@ LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= moc_build sql
|
||||
QT_NONSTANDARD= yes
|
||||
QT_DIST= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
DRIVER= src/sql/drivers/${DB}
|
||||
|
@ -1,2 +1,3 @@
|
||||
lib/qt4/plugins/sqldrivers/libq%%DB%%.so
|
||||
@dirrmtry lib/qt4/plugins/sqldrivers
|
||||
%%QT_PLUGINDIR_REL%%/sqldrivers/libq%%DB%%.so
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%/sqldrivers
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= dbus
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -22,6 +21,7 @@ QT_COMPONENTS= qmake_build moc_build rcc_build corelib gui xml
|
||||
QT_NONSTANDARD= yes
|
||||
QT_DIST= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LDCONFIG= ${PREFIX}/lib/qt4
|
||||
|
||||
@ -31,33 +31,37 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \
|
||||
src/network src/opengl src/phonon \
|
||||
src/qt3support src/script src/sql src/svg src/testlib \
|
||||
src/tools src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/gui src/multimedia src/network src/opengl \
|
||||
src/openvg src/phonon src/qt3support src/s60installs \
|
||||
src/s60main src/script src/scripttools src/sql src/svg \
|
||||
src/testlib src/tools src/winmain src/xmlpatterns \
|
||||
src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/tools/qdbus
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../
|
||||
BUILD_WRKSRC= ${WRKSRC}/tools/qdbus
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${REINPLACE_CMD} -e 's|qdbusviewer||g' ${WRKSRC}/qdbus.pro
|
||||
${REINPLACE_CMD} -e 's|SUBDIRS = qdbus|SUBDIRS = ../../src/dbus qdbus|g' ${WRKSRC}/qdbus.pro
|
||||
${REINPLACE_CMD} -e 's|qdbusviewer||g' ${BUILD_WRKSRC}/qdbus.pro
|
||||
${REINPLACE_CMD} -e 's|SUBDIRS = qdbus|SUBDIRS = ../../src/${PORTNAME} qdbus|g' ${BUILD_WRKSRC}/qdbus.pro
|
||||
${REINPLACE_CMD} -e 's|"/moc"|"/moc-qt4"|' \
|
||||
${WRKSRC}/../qdbus/qdbuscpp2xml/qdbuscpp2xml.cpp
|
||||
${MKDIR} ${WRKSRC}/../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../bin/rcc
|
||||
${BUILD_WRKSRC}/qdbuscpp2xml/qdbuscpp2xml.cpp
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/qt4/pkgconfig|${PREFIX}/libdata/pkgconfig|g' ${WRKSRC}/../../src/dbus/Makefile
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/qt4/pkgconfig|${PREFIX}/libdata/pkgconfig|g' ${WRKSRC}/src/${PORTNAME}/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
${WRKSRC}/../../lib/pkgconfig/QtDBus.pc
|
||||
${WRKSRC}/lib/pkgconfig/QtDBus.pc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -17,12 +17,14 @@ include/qt4/Qt/qdbusinterface.h
|
||||
include/qt4/Qt/qdbusmacros.h
|
||||
include/qt4/Qt/qdbusmessage.h
|
||||
include/qt4/Qt/qdbusmetatype.h
|
||||
include/qt4/Qt/qdbusreply.h
|
||||
include/qt4/Qt/qdbusserver.h
|
||||
include/qt4/Qt/qdbuspendingcall.h
|
||||
include/qt4/Qt/qdbuspendingreply.h
|
||||
include/qt4/Qt/qdbusreply.h
|
||||
include/qt4/Qt/qdbusserver.h
|
||||
include/qt4/Qt/qdbusservicewatcher.h
|
||||
include/qt4/QtDBus/QDBusAbstractAdaptor
|
||||
include/qt4/QtDBus/QDBusAbstractInterface
|
||||
include/qt4/QtDBus/QDBusAbstractInterfaceBase
|
||||
include/qt4/QtDBus/QDBusArgument
|
||||
include/qt4/QtDBus/QDBusConnection
|
||||
include/qt4/QtDBus/QDBusConnectionInterface
|
||||
@ -32,15 +34,16 @@ include/qt4/QtDBus/QDBusInterface
|
||||
include/qt4/QtDBus/QDBusMessage
|
||||
include/qt4/QtDBus/QDBusMetaType
|
||||
include/qt4/QtDBus/QDBusObjectPath
|
||||
include/qt4/QtDBus/QDBusPendingCall
|
||||
include/qt4/QtDBus/QDBusPendingCallWatcher
|
||||
include/qt4/QtDBus/QDBusPendingReply
|
||||
include/qt4/QtDBus/QDBusPendingReplyData
|
||||
include/qt4/QtDBus/QDBusReply
|
||||
include/qt4/QtDBus/QDBusServer
|
||||
include/qt4/QtDBus/QDBusServiceWatcher
|
||||
include/qt4/QtDBus/QDBusSignature
|
||||
include/qt4/QtDBus/QDBusVariant
|
||||
include/qt4/QtDBus/QtDBus
|
||||
include/qt4/QtDBus/QDBusPendingCall
|
||||
include/qt4/QtDBus/QDBusPendingCallWatcher
|
||||
include/qt4/QtDBus/QDBusPendingReplyData
|
||||
include/qt4/QtDBus/QDBusPendingReply
|
||||
include/qt4/QtDBus/qdbusabstractadaptor.h
|
||||
include/qt4/QtDBus/qdbusabstractinterface.h
|
||||
include/qt4/QtDBus/qdbusargument.h
|
||||
@ -57,6 +60,7 @@ include/qt4/QtDBus/qdbuspendingcall.h
|
||||
include/qt4/QtDBus/qdbuspendingreply.h
|
||||
include/qt4/QtDBus/qdbusreply.h
|
||||
include/qt4/QtDBus/qdbusserver.h
|
||||
include/qt4/QtDBus/qdbusservicewatcher.h
|
||||
lib/qt4/libQtDBus.la
|
||||
lib/qt4/libQtDBus.prl
|
||||
lib/qt4/libQtDBus.so
|
||||
@ -65,6 +69,7 @@ lib/qt4/libQtDBus.so.%%SHLIB_SHVER%%
|
||||
lib/qt4/libQtDBus.so.%%SHLIB_VER%%
|
||||
%%DEBUG%%lib/qt4/libQtDBus.so.%%SHLIB_VER%%.debug
|
||||
libdata/pkgconfig/QtDBus.pc
|
||||
@dirrmtry lib/qt4
|
||||
@dirrm include/qt4/QtDBus
|
||||
@dirrmtry include/qt4/Qt
|
||||
@dirrmtry include/qt4
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME= qmake
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -17,13 +16,13 @@ COMMENT= The build utility of the Qt project
|
||||
QT_NONSTANDARD= yes
|
||||
QT_DIST= yes
|
||||
REINPLACE_ARGS= -i ""
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/qmake
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
|
||||
MAKEFILE= ${FILESDIR}/Makefile.bsd
|
||||
MAKE_ENV+= FILESDIR="${FILESDIR}"
|
||||
MAKE_JOBS_SAFE= yes
|
||||
TODAY_CMD= /bin/date +%Y-%m-%d
|
||||
|
||||
EXTRACT_AFTER_ARGS=| ${TAR} -xf - \
|
||||
'${DISTNAME}/config.tests/unix/padstring' \
|
||||
'${DISTNAME}/mkspecs' \
|
||||
'${DISTNAME}/include/*/*' \
|
||||
'${DISTNAME}/src/*/*.h' \
|
||||
@ -33,15 +32,14 @@ EXTRACT_AFTER_ARGS=| ${TAR} -xf - \
|
||||
'${DISTNAME}/src/corelib/global' \
|
||||
'${DISTNAME}/src/corelib/plugin' \
|
||||
'${DISTNAME}/src/corelib/kernel' \
|
||||
'${DISTNAME}/src/script' \
|
||||
'${DISTNAME}/src/corelib/codecs' \
|
||||
'${DISTNAME}/src/corelib/xml' \
|
||||
'${DISTNAME}/src/3rdparty/md4' \
|
||||
'${DISTNAME}/src/3rdparty/md5' \
|
||||
'${DISTNAME}/src/3rdparty/sha1'
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O2|${CXXFLAGS}|' \
|
||||
-e 's|gcc.*|${CC}|' \
|
||||
-e 's|g++.*|${CXX}|' \
|
||||
-e 's|/usr/local|${LOCALBASE}|' \
|
||||
-e 's|/usr/X11R6|${LOCALBASE}|' \
|
||||
-e 's|release|release thread|' \
|
||||
@ -53,12 +51,11 @@ post-patch:
|
||||
${WRKSRC}/../mkspecs/freebsd-g++34/qmake.conf \
|
||||
${WRKSRC}/../mkspecs/freebsd-g++40/qmake.conf \
|
||||
${WRKSRC}/../mkspecs/freebsd-icc/qmake.conf
|
||||
@${REINPLACE_CMD} -e 's|include(../common/c++|include(../common/g++.conf)|' \
|
||||
${WRKSRC}/../mkspecs/freebsd-g++/qmake.conf
|
||||
@${REINPLACE_CMD} -e 's|@QMAKE_QTOBJS@||g' ${WRKSRC}/Makefile.unix
|
||||
|
||||
do-configure:
|
||||
${SED} -e 's|/usr/local|${PREFIX}|g' \
|
||||
-e "s|TODAY|$$(${TODAY_CMD})|g" \
|
||||
< ${FILESDIR}/qconfig.cpp \
|
||||
> ${WRKSRC:H}/src/corelib/global/qconfig.cpp
|
||||
${ECHO} '/* empty */' > ${WRKSRC}/qconfig.h
|
||||
|
@ -9,19 +9,20 @@ NO_MAN= true # qmake.1 anyone?
|
||||
|
||||
.PATH: ${.CURDIR} ${.CURDIR:H}/src/corelib/tools ${.CURDIR:H}/src/corelib/io \
|
||||
${.CURDIR:H}/src/corelib/global ${.CURDIR:H}/src/corelib/plugin \
|
||||
${.CURDIR:H}/src/corelib/kernel ${.CURDIR:H}/src/3rdparty/md5 \
|
||||
${.CURDIR:H}/src/3rdparty/md4 ${.CURDIR:H}/src/3rdparty/sha1 \
|
||||
${.CURDIR:H}/src/script
|
||||
${.CURDIR:H}/src/corelib/kernel ${.CURDIR:H}/src/corelib/codecs \
|
||||
${.CURDIR:H}/src/corelib/xml ${.CURDIR:H}/src/3rdparty/md4 \
|
||||
${.CURDIR:H}/src/3rdparty/md5 ${.CURDIR:H}/src/3rdparty/sha1
|
||||
|
||||
CXXFLAGS+=-I${.CURDIR:H}/mkspecs/freebsd-g++
|
||||
|
||||
.for s in src/corelib/arch/generic src/global src/tools src/kernel src/codecs \
|
||||
.for s in src/corelib/arch/generic src/corelib/global src/corelib/tools \
|
||||
src/corelib/kernel src/corelib/codecs \
|
||||
src/3rdparty/md5 src/3rdparty/md4 src/3rdparty/sha1 \
|
||||
src/script include/QtCore include
|
||||
include/QtCore include
|
||||
CXXFLAGS+=-I${.CURDIR:H}/$s
|
||||
.endfor
|
||||
|
||||
.for g in /. /unix /win32 /mac
|
||||
.for g in /. /unix /win32 /mac /symbian
|
||||
.PATH: ${.CURDIR}/generators$g
|
||||
CXXFLAGS+=-I${.CURDIR}/generators$g
|
||||
.endfor
|
||||
@ -30,7 +31,8 @@ CXXFLAGS+=-I. -I"${FILESDIR}"
|
||||
|
||||
CXXFLAGS+=-DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT \
|
||||
-DQT_NO_STL -DQT_BUILD_QMAKE -DQT_NO_COMPRESS -DHAVE_QCONFIG_CPP \
|
||||
-DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQMAKE_OPENSOURCE_EDITION
|
||||
-DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT \
|
||||
-DQT_BOOTSTRAPPED -DQMAKE_OPENSOURCE_EDITION
|
||||
|
||||
# I guess, qconfig.cpp used to be optional, but no longer is -- due to
|
||||
# bit-rot in Qt sources. So we still have to compile it, but, by not
|
||||
|
@ -4,6 +4,9 @@
|
||||
* The default prefix (/ usr / local) is dynamicly replaced
|
||||
* at configure time.
|
||||
*/
|
||||
/* Installation date */
|
||||
static const char qt_configure_installation [12+11] = "qt_instdate=TODAY";
|
||||
|
||||
#define QT_CONFIGURE_LICENSEE "Open Source";
|
||||
#define QT_CONFIGURE_LICENSED_PRODUCTS "OpenSource";
|
||||
#define QT_CONFIGURE_PREFIX_PATH "/usr/local";
|
||||
|
@ -5,4 +5,4 @@ source code.
|
||||
Qmake is a project and makefile creating utility, that is part of Qt.
|
||||
For ease of maintainance it is split out into a port of its own.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -14,8 +14,12 @@ share/qt4/mkspecs/common/mac-g++.conf
|
||||
share/qt4/mkspecs/common/mac-llvm.conf
|
||||
share/qt4/mkspecs/common/mac.conf
|
||||
share/qt4/mkspecs/common/qws.conf
|
||||
share/qt4/mkspecs/common/symbian/qplatformdefs.h
|
||||
share/qt4/mkspecs/common/symbian/stl-off/new
|
||||
share/qt4/mkspecs/common/symbian/symbian.conf
|
||||
share/qt4/mkspecs/common/unix.conf
|
||||
share/qt4/mkspecs/common/wince.conf
|
||||
share/qt4/mkspecs/common/wince/qmake.conf
|
||||
share/qt4/mkspecs/common/wince/qplatformdefs.h
|
||||
share/qt4/mkspecs/cygwin-g++/qmake.conf
|
||||
share/qt4/mkspecs/cygwin-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/darwin-g++/qmake.conf
|
||||
@ -31,6 +35,7 @@ share/qt4/mkspecs/features/default_post.prf
|
||||
share/qt4/mkspecs/features/default_pre.prf
|
||||
share/qt4/mkspecs/features/designer.prf
|
||||
share/qt4/mkspecs/features/dll.prf
|
||||
share/qt4/mkspecs/features/egl.prf
|
||||
share/qt4/mkspecs/features/exclusive_builds.prf
|
||||
share/qt4/mkspecs/features/help.prf
|
||||
share/qt4/mkspecs/features/include_source_dir.prf
|
||||
@ -64,6 +69,17 @@ share/qt4/mkspecs/features/silent.prf
|
||||
share/qt4/mkspecs/features/static.prf
|
||||
share/qt4/mkspecs/features/static_and_shared.prf
|
||||
share/qt4/mkspecs/features/staticlib.prf
|
||||
share/qt4/mkspecs/features/symbian/application_icon.prf
|
||||
share/qt4/mkspecs/features/symbian/armcc_warnings.prf
|
||||
share/qt4/mkspecs/features/symbian/data_caging_paths.prf
|
||||
share/qt4/mkspecs/features/symbian/default_post.prf
|
||||
share/qt4/mkspecs/features/symbian/default_pre.prf
|
||||
share/qt4/mkspecs/features/symbian/epocallowdlldata.prf
|
||||
share/qt4/mkspecs/features/symbian/moc.prf
|
||||
share/qt4/mkspecs/features/symbian/platform_paths.prf
|
||||
share/qt4/mkspecs/features/symbian/qt.prf
|
||||
share/qt4/mkspecs/features/symbian/stl.prf
|
||||
share/qt4/mkspecs/features/symbian/stl_off.prf
|
||||
share/qt4/mkspecs/features/uic.prf
|
||||
share/qt4/mkspecs/features/uitools.prf
|
||||
share/qt4/mkspecs/features/unix/bsymbolic_functions.prf
|
||||
@ -71,6 +87,7 @@ share/qt4/mkspecs/features/unix/dylib.prf
|
||||
share/qt4/mkspecs/features/unix/hide_symbols.prf
|
||||
share/qt4/mkspecs/features/unix/largefile.prf
|
||||
share/qt4/mkspecs/features/unix/opengl.prf
|
||||
share/qt4/mkspecs/features/unix/openvg.prf
|
||||
share/qt4/mkspecs/features/unix/separate_debug_info.prf
|
||||
share/qt4/mkspecs/features/unix/thread.prf
|
||||
share/qt4/mkspecs/features/unix/x11.prf
|
||||
@ -78,6 +95,7 @@ share/qt4/mkspecs/features/unix/x11inc.prf
|
||||
share/qt4/mkspecs/features/unix/x11lib.prf
|
||||
share/qt4/mkspecs/features/unix/x11sm.prf
|
||||
share/qt4/mkspecs/features/use_c_linker.prf
|
||||
share/qt4/mkspecs/features/vxworks.prf
|
||||
share/qt4/mkspecs/features/warn_off.prf
|
||||
share/qt4/mkspecs/features/warn_on.prf
|
||||
share/qt4/mkspecs/features/win32/console.prf
|
||||
@ -90,6 +108,7 @@ share/qt4/mkspecs/features/win32/exceptions.prf
|
||||
share/qt4/mkspecs/features/win32/exceptions_off.prf
|
||||
share/qt4/mkspecs/features/win32/ltcg.prf
|
||||
share/qt4/mkspecs/features/win32/opengl.prf
|
||||
share/qt4/mkspecs/features/win32/openvg.prf
|
||||
share/qt4/mkspecs/features/win32/qaxcontainer.prf
|
||||
share/qt4/mkspecs/features/win32/qaxserver.prf
|
||||
share/qt4/mkspecs/features/win32/qt_dll.prf
|
||||
@ -143,6 +162,8 @@ share/qt4/mkspecs/linux-g++-32/qmake.conf
|
||||
share/qt4/mkspecs/linux-g++-32/qplatformdefs.h
|
||||
share/qt4/mkspecs/linux-g++-64/qmake.conf
|
||||
share/qt4/mkspecs/linux-g++-64/qplatformdefs.h
|
||||
share/qt4/mkspecs/linux-g++-maemo/qmake.conf
|
||||
share/qt4/mkspecs/linux-g++-maemo/qplatformdefs.h
|
||||
share/qt4/mkspecs/linux-g++/qmake.conf
|
||||
share/qt4/mkspecs/linux-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/linux-icc-32/qmake.conf
|
||||
@ -165,6 +186,10 @@ share/qt4/mkspecs/macx-g++/Info.plist.app
|
||||
share/qt4/mkspecs/macx-g++/Info.plist.lib
|
||||
share/qt4/mkspecs/macx-g++/qmake.conf
|
||||
share/qt4/mkspecs/macx-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/macx-g++40/Info.plist.app
|
||||
share/qt4/mkspecs/macx-g++40/Info.plist.lib
|
||||
share/qt4/mkspecs/macx-g++40/qmake.conf
|
||||
share/qt4/mkspecs/macx-g++40/qplatformdefs.h
|
||||
share/qt4/mkspecs/macx-g++42/Info.plist.app
|
||||
share/qt4/mkspecs/macx-g++42/Info.plist.lib
|
||||
share/qt4/mkspecs/macx-g++42/qmake.conf
|
||||
@ -212,8 +237,8 @@ share/qt4/mkspecs/qws/linux-lsb-g++/qmake.conf
|
||||
share/qt4/mkspecs/qws/linux-lsb-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/qws/linux-mips-g++/qmake.conf
|
||||
share/qt4/mkspecs/qws/linux-mips-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/qws/linux-ppc-g++/qmake.conf
|
||||
share/qt4/mkspecs/qws/linux-ppc-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/qws/linux-powerpc-g++/qmake.conf
|
||||
share/qt4/mkspecs/qws/linux-powerpc-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/qws/linux-sh-g++/qmake.conf
|
||||
share/qt4/mkspecs/qws/linux-sh-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/qws/linux-sh4al-g++/qmake.conf
|
||||
@ -234,14 +259,25 @@ share/qt4/mkspecs/sco-cc/qmake.conf
|
||||
share/qt4/mkspecs/sco-cc/qplatformdefs.h
|
||||
share/qt4/mkspecs/sco-g++/qmake.conf
|
||||
share/qt4/mkspecs/sco-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/solaris-cc-64-stlport/qmake.conf
|
||||
share/qt4/mkspecs/solaris-cc-64-stlport/qplatformdefs.h
|
||||
share/qt4/mkspecs/solaris-cc-64/qmake.conf
|
||||
share/qt4/mkspecs/solaris-cc-64/qplatformdefs.h
|
||||
share/qt4/mkspecs/solaris-cc-stlport/qmake.conf
|
||||
share/qt4/mkspecs/solaris-cc-stlport/qplatformdefs.h
|
||||
share/qt4/mkspecs/solaris-cc/qmake.conf
|
||||
share/qt4/mkspecs/solaris-cc/qplatformdefs.h
|
||||
share/qt4/mkspecs/solaris-g++-64/qmake.conf
|
||||
share/qt4/mkspecs/solaris-g++-64/qplatformdefs.h
|
||||
share/qt4/mkspecs/solaris-g++/qmake.conf
|
||||
share/qt4/mkspecs/solaris-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/symbian-abld/qmake.conf
|
||||
share/qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_emulator_deployment.flm
|
||||
share/qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_extra_pre_targetdep.flm
|
||||
share/qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_post_link.flm
|
||||
share/qt4/mkspecs/symbian-sbsv2/flm/qt/qmake_store_build.flm
|
||||
share/qt4/mkspecs/symbian-sbsv2/flm/qt/qt.xml
|
||||
share/qt4/mkspecs/symbian-sbsv2/qmake.conf
|
||||
share/qt4/mkspecs/tru64-cxx/qmake.conf
|
||||
share/qt4/mkspecs/tru64-cxx/qplatformdefs.h
|
||||
share/qt4/mkspecs/tru64-g++/qmake.conf
|
||||
@ -250,6 +286,26 @@ share/qt4/mkspecs/unixware-cc/qmake.conf
|
||||
share/qt4/mkspecs/unixware-cc/qplatformdefs.h
|
||||
share/qt4/mkspecs/unixware-g++/qmake.conf
|
||||
share/qt4/mkspecs/unixware-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/unsupported/linux-host-g++/qmake.conf
|
||||
share/qt4/mkspecs/unsupported/linux-host-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf
|
||||
share/qt4/mkspecs/unsupported/linux-scratchbox2-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/unsupported/qnx-g++/qmake.conf
|
||||
share/qt4/mkspecs/unsupported/qnx-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/unsupported/qws/qnx-generic-g++/qmake.conf
|
||||
share/qt4/mkspecs/unsupported/qws/qnx-generic-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/unsupported/qws/qnx-i386-g++/qmake.conf
|
||||
share/qt4/mkspecs/unsupported/qws/qnx-i386-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/unsupported/qws/qnx-ppc-g++/qmake.conf
|
||||
share/qt4/mkspecs/unsupported/qws/qnx-ppc-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/unsupported/vxworks-ppc-dcc/qmake.conf
|
||||
share/qt4/mkspecs/unsupported/vxworks-ppc-dcc/qplatformdefs.h
|
||||
share/qt4/mkspecs/unsupported/vxworks-ppc-g++/qmake.conf
|
||||
share/qt4/mkspecs/unsupported/vxworks-ppc-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf
|
||||
share/qt4/mkspecs/unsupported/vxworks-simpentium-dcc/qplatformdefs.h
|
||||
share/qt4/mkspecs/unsupported/vxworks-simpentium-g++/qmake.conf
|
||||
share/qt4/mkspecs/unsupported/vxworks-simpentium-g++/qplatformdefs.h
|
||||
share/qt4/mkspecs/win32-borland/qmake.conf
|
||||
share/qt4/mkspecs/win32-borland/qplatformdefs.h
|
||||
share/qt4/mkspecs/win32-g++/qmake.conf
|
||||
@ -298,6 +354,8 @@ share/qt4/mkspecs/wince50standard-x86-msvc2008/qmake.conf
|
||||
share/qt4/mkspecs/wince50standard-x86-msvc2008/qplatformdefs.h
|
||||
share/qt4/mkspecs/wince60standard-armv4i-msvc2005/qmake.conf
|
||||
share/qt4/mkspecs/wince60standard-armv4i-msvc2005/qplatformdefs.h
|
||||
share/qt4/mkspecs/wince60standard-x86-msvc2005/qmake.conf
|
||||
share/qt4/mkspecs/wince60standard-x86-msvc2005/qplatformdefs.h
|
||||
share/qt4/mkspecs/wincewm50pocket-msvc2005/default_post.prf
|
||||
share/qt4/mkspecs/wincewm50pocket-msvc2005/qmake.conf
|
||||
share/qt4/mkspecs/wincewm50pocket-msvc2005/qplatformdefs.h
|
||||
@ -322,6 +380,14 @@ share/qt4/mkspecs/wincewm60standard-msvc2005/qplatformdefs.h
|
||||
share/qt4/mkspecs/wincewm60standard-msvc2008/default_post.prf
|
||||
share/qt4/mkspecs/wincewm60standard-msvc2008/qmake.conf
|
||||
share/qt4/mkspecs/wincewm60standard-msvc2008/qplatformdefs.h
|
||||
share/qt4/mkspecs/wincewm65professional-msvc2005/default_post.prf
|
||||
share/qt4/mkspecs/wincewm65professional-msvc2005/qmake.conf
|
||||
share/qt4/mkspecs/wincewm65professional-msvc2005/qplatformdefs.h
|
||||
share/qt4/mkspecs/wincewm65professional-msvc2008/default_post.prf
|
||||
share/qt4/mkspecs/wincewm65professional-msvc2008/qmake.conf
|
||||
share/qt4/mkspecs/wincewm65professional-msvc2008/qplatformdefs.h
|
||||
@dirrm share/qt4/mkspecs/wincewm65professional-msvc2008
|
||||
@dirrm share/qt4/mkspecs/wincewm65professional-msvc2005
|
||||
@dirrm share/qt4/mkspecs/wincewm60standard-msvc2008
|
||||
@dirrm share/qt4/mkspecs/wincewm60standard-msvc2005
|
||||
@dirrm share/qt4/mkspecs/wincewm60professional-msvc2008
|
||||
@ -330,6 +396,7 @@ share/qt4/mkspecs/wincewm60standard-msvc2008/qplatformdefs.h
|
||||
@dirrm share/qt4/mkspecs/wincewm50smart-msvc2005
|
||||
@dirrm share/qt4/mkspecs/wincewm50pocket-msvc2008
|
||||
@dirrm share/qt4/mkspecs/wincewm50pocket-msvc2005
|
||||
@dirrm share/qt4/mkspecs/wince60standard-x86-msvc2005
|
||||
@dirrm share/qt4/mkspecs/wince60standard-armv4i-msvc2005
|
||||
@dirrm share/qt4/mkspecs/wince50standard-x86-msvc2008
|
||||
@dirrm share/qt4/mkspecs/wince50standard-x86-msvc2005
|
||||
@ -351,12 +418,30 @@ share/qt4/mkspecs/wincewm60standard-msvc2008/qplatformdefs.h
|
||||
@dirrm share/qt4/mkspecs/win32-icc
|
||||
@dirrm share/qt4/mkspecs/win32-g++
|
||||
@dirrm share/qt4/mkspecs/win32-borland
|
||||
@dirrm share/qt4/mkspecs/unsupported/vxworks-simpentium-g++
|
||||
@dirrm share/qt4/mkspecs/unsupported/vxworks-simpentium-dcc
|
||||
@dirrm share/qt4/mkspecs/unsupported/vxworks-ppc-g++
|
||||
@dirrm share/qt4/mkspecs/unsupported/vxworks-ppc-dcc
|
||||
@dirrm share/qt4/mkspecs/unsupported/qws/qnx-ppc-g++
|
||||
@dirrm share/qt4/mkspecs/unsupported/qws/qnx-i386-g++
|
||||
@dirrm share/qt4/mkspecs/unsupported/qws/qnx-generic-g++
|
||||
@dirrm share/qt4/mkspecs/unsupported/qws
|
||||
@dirrm share/qt4/mkspecs/unsupported/qnx-g++
|
||||
@dirrm share/qt4/mkspecs/unsupported/linux-scratchbox2-g++
|
||||
@dirrm share/qt4/mkspecs/unsupported/linux-host-g++
|
||||
@dirrm share/qt4/mkspecs/unsupported
|
||||
@dirrm share/qt4/mkspecs/unixware-g++
|
||||
@dirrm share/qt4/mkspecs/unixware-cc
|
||||
@dirrm share/qt4/mkspecs/tru64-g++
|
||||
@dirrm share/qt4/mkspecs/tru64-cxx
|
||||
@dirrm share/qt4/mkspecs/symbian-sbsv2/flm/qt
|
||||
@dirrm share/qt4/mkspecs/symbian-sbsv2/flm
|
||||
@dirrm share/qt4/mkspecs/symbian-sbsv2
|
||||
@dirrm share/qt4/mkspecs/symbian-abld
|
||||
@dirrm share/qt4/mkspecs/solaris-g++-64
|
||||
@dirrm share/qt4/mkspecs/solaris-g++
|
||||
@dirrm share/qt4/mkspecs/solaris-cc-stlport
|
||||
@dirrm share/qt4/mkspecs/solaris-cc-64-stlport
|
||||
@dirrm share/qt4/mkspecs/solaris-cc-64
|
||||
@dirrm share/qt4/mkspecs/solaris-cc
|
||||
@dirrm share/qt4/mkspecs/sco-g++
|
||||
@ -369,7 +454,7 @@ share/qt4/mkspecs/wincewm60standard-msvc2008/qplatformdefs.h
|
||||
@dirrm share/qt4/mkspecs/qws/linux-sharp-g++
|
||||
@dirrm share/qt4/mkspecs/qws/linux-sh4al-g++
|
||||
@dirrm share/qt4/mkspecs/qws/linux-sh-g++
|
||||
@dirrm share/qt4/mkspecs/qws/linux-ppc-g++
|
||||
@dirrm share/qt4/mkspecs/qws/linux-powerpc-g++
|
||||
@dirrm share/qt4/mkspecs/qws/linux-mips-g++
|
||||
@dirrm share/qt4/mkspecs/qws/linux-lsb-g++
|
||||
@dirrm share/qt4/mkspecs/qws/linux-ipaq-g++
|
||||
@ -391,6 +476,7 @@ share/qt4/mkspecs/wincewm60standard-msvc2008/qplatformdefs.h
|
||||
@dirrm share/qt4/mkspecs/macx-llvm
|
||||
@dirrm share/qt4/mkspecs/macx-icc
|
||||
@dirrm share/qt4/mkspecs/macx-g++42
|
||||
@dirrm share/qt4/mkspecs/macx-g++40
|
||||
@dirrm share/qt4/mkspecs/macx-g++
|
||||
@dirrm share/qt4/mkspecs/lynxos-g++
|
||||
@dirrm share/qt4/mkspecs/linux-pgcc
|
||||
@ -400,6 +486,7 @@ share/qt4/mkspecs/wincewm60standard-msvc2008/qplatformdefs.h
|
||||
@dirrm share/qt4/mkspecs/linux-icc-64
|
||||
@dirrm share/qt4/mkspecs/linux-icc-32
|
||||
@dirrm share/qt4/mkspecs/linux-icc
|
||||
@dirrm share/qt4/mkspecs/linux-g++-maemo
|
||||
@dirrm share/qt4/mkspecs/linux-g++-64
|
||||
@dirrm share/qt4/mkspecs/linux-g++-32
|
||||
@dirrm share/qt4/mkspecs/linux-g++
|
||||
@ -424,10 +511,14 @@ share/qt4/mkspecs/wincewm60standard-msvc2008/qplatformdefs.h
|
||||
@dirrm share/qt4/mkspecs/freebsd-g++
|
||||
@dirrm share/qt4/mkspecs/features/win32
|
||||
@dirrm share/qt4/mkspecs/features/unix
|
||||
@dirrm share/qt4/mkspecs/features/symbian
|
||||
@dirrm share/qt4/mkspecs/features/mac
|
||||
@dirrmtry share/qt4/mkspecs/features
|
||||
@dirrm share/qt4/mkspecs/darwin-g++
|
||||
@dirrm share/qt4/mkspecs/cygwin-g++
|
||||
@dirrm share/qt4/mkspecs/common/wince
|
||||
@dirrm share/qt4/mkspecs/common/symbian/stl-off
|
||||
@dirrm share/qt4/mkspecs/common/symbian
|
||||
@dirrm share/qt4/mkspecs/common
|
||||
@dirrm share/qt4/mkspecs/aix-xlc-64
|
||||
@dirrm share/qt4/mkspecs/aix-xlc
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= assistant
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
PKGNAMESUFFIX= -adp
|
||||
PKGNAMESUFFIX= -adp
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt documentation browser, adp compat version
|
||||
@ -29,25 +29,28 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \
|
||||
src/opengl src/phonon \
|
||||
src/qt3support src/script src/sql src/svg src/testlib \
|
||||
src/tools src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/multimedia src/opengl src/openvg src/phonon \
|
||||
src/qt3support src/s60installs src/s60main src/script \
|
||||
src/scripttools src/sql src/svg src/testlib src/tools \
|
||||
src/winmain src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/freetype src/3rdparty/libjpeg src/3rdparty/libmng \
|
||||
src/3rdparty/libpng src/3rdparty/libtiff src/3rdparty/phonon \
|
||||
src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC=${WRKDIR}/${DISTNAME}/tools/${PORTNAME}/compat
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../../
|
||||
PATCH_WRKSRC=${CONFIGURE_WRKSRC}
|
||||
BUILD_WRKSRC= ${WRKSRC}/tools/${PORTNAME}/compat
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${MKDIR} ${WRKSRC}/../../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../../bin/uic
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../../bin/rcc
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/bin/uic
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= assistant
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -30,28 +29,30 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \
|
||||
src/dbus src/opengl src/phonon \
|
||||
src/qt3support src/script src/svg src/testlib \
|
||||
src/tools src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs
|
||||
src/activeqt src/dbus src/multimedia src/opengl src/openvg \
|
||||
src/phonon src/qt3support src/s60installs src/s60main \
|
||||
src/script src/scripttools src/svg src/testlib src/tools \
|
||||
src/winmain src/xml src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/freetype src/3rdparty/libjpeg src/3rdparty/libmng \
|
||||
src/3rdparty/libpng src/3rdparty/libtiff src/3rdparty/phonon
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC=${WRKDIR}/${DISTNAME}/tools/${PORTNAME}/tools/${PORTNAME}
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../../../
|
||||
PATCH_WRKSRC=${CONFIGURE_WRKSRC}
|
||||
BUILD_WRKSRC= ${WRKSRC}/tools/${PORTNAME}/tools/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${REINPLACE_CMD} \
|
||||
-e 's|^TARGET.*|TARGET=assistant-qt4|g' \
|
||||
${WRKSRC}/${PORTNAME}.pro
|
||||
${MKDIR} ${WRKSRC}/../../../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../../bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../../../bin/uic
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../../../bin/rcc
|
||||
${BUILD_WRKSRC}/${PORTNAME}.pro
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/bin/uic
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= corelib
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -26,27 +25,28 @@ MAKE_JOBS_SAFE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LDCONFIG= ${PREFIX}/lib/qt4
|
||||
|
||||
|
||||
ALL_TARGET= first
|
||||
CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
|
||||
MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
|
||||
src/dbus src/gui src/network src/opengl src/phonon \
|
||||
src/qt3support src/script src/sql src/svg src/testlib \
|
||||
src/tools src/xml src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/gui src/multimedia src/network \
|
||||
src/opengl src/openvg src/phonon src/qt3support \
|
||||
src/s60installs src/s60main src/script src/scripttools src/sql \
|
||||
src/svg src/testlib src/tools src/winmain src/xml \
|
||||
src/xmlpatterns src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src/${PORTNAME}
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../
|
||||
PATCH_WRKSRC=${CONFIGURE_WRKSRC}
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES=${.CURDIR}/../../devel/qt4/files/extrapatch-configure
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
.include "${.CURDIR}/../../devel/qt4/files/Makefile.options"
|
||||
|
||||
@ -54,24 +54,24 @@ pre-everything::
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e '${QT4_OPTIONS_REPLACE}' ${CONFIGURE_WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e '${QT4_OPTIONS_REPLACE}' ${WRKSRC}/configure
|
||||
|
||||
pre-configure:
|
||||
${MKDIR} ${WRKSRC}/../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/qt4/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
|
||||
-e 's|.*$$(QMAKE).*||g' ${WRKSRC}/Makefile
|
||||
-e 's|.*$$(QMAKE).*||g' ${BUILD_WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
-E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \
|
||||
${WRKSRC}/../../lib/pkgconfig/QtCore.pc
|
||||
${WRKSRC}/lib/pkgconfig/QtCore.pc
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/lib/qt4/plugins
|
||||
${TOUCH} ${PREFIX}/lib/qt4/plugins/.keep_me
|
||||
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/mkspecs/qconfig.pri ${PREFIX}/share/qt4/mkspecs/
|
||||
${INSTALL_DATA} ${WRKSRC}/mkspecs/qconfig.pri ${PREFIX}/share/qt4/mkspecs/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- src/corelib/global/qglobal.h
|
||||
+++ src/corelib/global/qglobal.h
|
||||
@@ -1266,8 +1266,16 @@ Q_CORE_EXPORT void qFatal(const char *,
|
||||
--- src/corelib/global/qglobal.h.orig 2009-09-07 13:00:30.000000000 +0200
|
||||
+++ src/corelib/global/qglobal.h 2009-09-14 12:46:30.965296640 +0200
|
||||
@@ -1594,8 +1594,16 @@
|
||||
#ifdef QT3_SUPPORT
|
||||
Q_CORE_EXPORT QT3_SUPPORT void qSystemWarning(const char *msg, int code = -1);
|
||||
#endif /* QT3_SUPPORT */
|
||||
@ -19,9 +19,9 @@
|
||||
|
||||
#if (defined(QT_NO_DEBUG_OUTPUT) || defined(QT_NO_TEXTSTREAM)) && !defined(QT_NO_DEBUG_STREAM)
|
||||
#define QT_NO_DEBUG_STREAM
|
||||
--- src/corelib/tools/qbytearray.h
|
||||
+++ src/corelib/tools/qbytearray.h
|
||||
@@ -71,8 +71,16 @@ Q_CORE_EXPORT int qstricmp(const char *,
|
||||
--- src/corelib/tools/qbytearray.h.orig 2009-09-07 13:00:30.000000000 +0200
|
||||
+++ src/corelib/tools/qbytearray.h 2009-09-14 12:44:29.801547129 +0200
|
||||
@@ -95,8 +95,16 @@
|
||||
Q_CORE_EXPORT int qstrnicmp(const char *, const char *, uint len);
|
||||
|
||||
// implemented in qvsnprintf.cpp
|
||||
@ -39,4 +39,4 @@
|
||||
+ ;
|
||||
|
||||
#ifdef QT3_SUPPORT
|
||||
inline QT3_SUPPORT void *qmemmove(void *dst, const void *src, uint len)
|
||||
inline QT3_SUPPORT void *qmemmove(void *dst, const void *src, uint len)
|
||||
|
75
devel/qt4-corelib/files/patch-configure
Normal file
75
devel/qt4-corelib/files/patch-configure
Normal file
@ -0,0 +1,75 @@
|
||||
--- configure.orig 2009-09-21 14:25:12.859259834 +0200
|
||||
+++ configure 2009-09-21 14:47:16.335016833 +0200
|
||||
@@ -5886,7 +5886,6 @@
|
||||
QT_CONFIG="$QT_CONFIG phonon-backend"
|
||||
fi
|
||||
else
|
||||
- QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_PHONON"
|
||||
fi
|
||||
|
||||
# disable accessibility
|
||||
@@ -5925,7 +5924,6 @@
|
||||
|
||||
# enable opengl
|
||||
if [ "$CFG_OPENGL" = "no" ]; then
|
||||
- QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_OPENGL"
|
||||
else
|
||||
QT_CONFIG="$QT_CONFIG opengl"
|
||||
fi
|
||||
@@ -6355,7 +6353,6 @@
|
||||
if [ "$CFG_XMLPATTERNS" = "yes" ]; then
|
||||
QT_CONFIG="$QT_CONFIG xmlpatterns"
|
||||
else
|
||||
- QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XMLPATTERNS"
|
||||
fi
|
||||
|
||||
if [ "$CFG_MULTIMEDIA" = "no" ]; then
|
||||
@@ -6864,10 +6861,8 @@
|
||||
[ "$CFG_JPEG" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_IMAGEFORMAT_JPEG"
|
||||
[ "$CFG_MNG" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_IMAGEFORMAT_MNG"
|
||||
[ "$CFG_ZLIB" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_ZLIB"
|
||||
-[ "$CFG_EXCEPTIONS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_EXCEPTIONS"
|
||||
[ "$CFG_IPV6" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_IPV6"
|
||||
[ "$CFG_SXE" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_SXE"
|
||||
-[ "$CFG_DBUS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_DBUS"
|
||||
|
||||
if [ "$PLATFORM_QWS" != "yes" ]; then
|
||||
[ "$CFG_GRAPHICS_SYSTEM" = "raster" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_GRAPHICSSYSTEM_RASTER"
|
||||
@@ -6876,34 +6871,21 @@
|
||||
fi
|
||||
|
||||
# X11/Unix/Mac only configs
|
||||
-[ "$CFG_CUPS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CUPS"
|
||||
+%%CUPS%%[ "$CFG_CUPS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CUPS"
|
||||
[ "$CFG_ICONV" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_ICONV"
|
||||
[ "$CFG_GLIB" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GLIB"
|
||||
-[ "$CFG_GSTREAMER" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GSTREAMER"
|
||||
-[ "$CFG_QGTKSTYLE" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_STYLE_GTK"
|
||||
+%%QGTKSTYLE%%[ "$CFG_QGTKSTYLE" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_STYLE_GTK"
|
||||
[ "$CFG_CLOCK_MONOTONIC" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CLOCK_MONOTONIC"
|
||||
[ "$CFG_MREMAP" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_MREMAP"
|
||||
[ "$CFG_GETADDRINFO" = "no" ]&& QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GETADDRINFO"
|
||||
[ "$CFG_IPV6IFNAME" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_IPV6IFNAME"
|
||||
[ "$CFG_GETIFADDRS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GETIFADDRS"
|
||||
[ "$CFG_INOTIFY" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_INOTIFY"
|
||||
-[ "$CFG_NAS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_NAS"
|
||||
+%%NAS%%[ "$CFG_NAS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_NAS"
|
||||
[ "$CFG_NIS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_NIS"
|
||||
[ "$CFG_OPENSSL" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_OPENSSL"
|
||||
[ "$CFG_OPENSSL" = "linked" ]&& QCONFIG_FLAGS="$QCONFIG_FLAGS QT_LINKED_OPENSSL"
|
||||
|
||||
-[ "$CFG_SM" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_SESSIONMANAGER"
|
||||
-[ "$CFG_XCURSOR" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XCURSOR"
|
||||
-[ "$CFG_XFIXES" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XFIXES"
|
||||
-[ "$CFG_FONTCONFIG" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_FONTCONFIG"
|
||||
-[ "$CFG_XINERAMA" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XINERAMA"
|
||||
-[ "$CFG_XKB" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XKB"
|
||||
-[ "$CFG_XRANDR" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XRANDR"
|
||||
-[ "$CFG_XRENDER" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XRENDER"
|
||||
-[ "$CFG_MITSHM" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_MITSHM"
|
||||
-[ "$CFG_XSHAPE" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_SHAPE"
|
||||
-[ "$CFG_XSYNC" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XSYNC"
|
||||
-[ "$CFG_XINPUT" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XINPUT QT_NO_TABLET"
|
||||
|
||||
[ "$CFG_XCURSOR" = "runtime" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_RUNTIME_XCURSOR"
|
||||
[ "$CFG_XINERAMA" = "runtime" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_RUNTIME_XINERAMA"
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -1,8 +1,12 @@
|
||||
include/qt4/Qt/QtCore
|
||||
include/qt4/Qt/qabstractanimation.h
|
||||
include/qt4/Qt/qabstracteventdispatcher.h
|
||||
include/qt4/Qt/qabstractfileengine.h
|
||||
include/qt4/Qt/qabstractitemmodel.h
|
||||
include/qt4/Qt/qabstractstate.h
|
||||
include/qt4/Qt/qabstracttransition.h
|
||||
include/qt4/Qt/qalgorithms.h
|
||||
include/qt4/Qt/qanimationgroup.h
|
||||
include/qt4/Qt/qatomic.h
|
||||
include/qt4/Qt/qatomic_alpha.h
|
||||
include/qt4/Qt/qatomic_arch.h
|
||||
@ -14,6 +18,7 @@ include/qt4/Qt/qatomic_bootstrap.h
|
||||
include/qt4/Qt/qatomic_generic.h
|
||||
include/qt4/Qt/qatomic_i386.h
|
||||
include/qt4/Qt/qatomic_ia64.h
|
||||
include/qt4/Qt/qatomic_macosx.h
|
||||
include/qt4/Qt/qatomic_mips.h
|
||||
include/qt4/Qt/qatomic_parisc.h
|
||||
include/qt4/Qt/qatomic_powerpc.h
|
||||
@ -21,6 +26,10 @@ include/qt4/Qt/qatomic_s390.h
|
||||
include/qt4/Qt/qatomic_sh.h
|
||||
include/qt4/Qt/qatomic_sh4a.h
|
||||
include/qt4/Qt/qatomic_sparc.h
|
||||
include/qt4/Qt/qatomic_symbian.h
|
||||
include/qt4/Qt/qatomic_vxworks.h
|
||||
include/qt4/Qt/qatomic_windows.h
|
||||
include/qt4/Qt/qatomic_windowsce.h
|
||||
include/qt4/Qt/qatomic_x86_64.h
|
||||
include/qt4/Qt/qbasicatomic.h
|
||||
include/qt4/Qt/qbasictimer.h
|
||||
@ -37,6 +46,7 @@ include/qt4/Qt/qconfig-minimal.h
|
||||
include/qt4/Qt/qconfig-small.h
|
||||
include/qt4/Qt/qconfig.h
|
||||
include/qt4/Qt/qcontainerfwd.h
|
||||
include/qt4/Qt/qcontiguouscache.h
|
||||
include/qt4/Qt/qcoreapplication.h
|
||||
include/qt4/Qt/qcoreevent.h
|
||||
include/qt4/Qt/qcryptographichash.h
|
||||
@ -45,20 +55,26 @@ include/qt4/Qt/qdatetime.h
|
||||
include/qt4/Qt/qdebug.h
|
||||
include/qt4/Qt/qdir.h
|
||||
include/qt4/Qt/qdiriterator.h
|
||||
include/qt4/Qt/qeasingcurve.h
|
||||
include/qt4/Qt/qendian.h
|
||||
include/qt4/Qt/qeventloop.h
|
||||
include/qt4/Qt/qeventtransition.h
|
||||
include/qt4/Qt/qfactoryinterface.h
|
||||
include/qt4/Qt/qfeatures.h
|
||||
include/qt4/Qt/qfile.h
|
||||
include/qt4/Qt/qfileinfo.h
|
||||
include/qt4/Qt/qfilesystemwatcher.h
|
||||
include/qt4/Qt/qfinalstate.h
|
||||
include/qt4/Qt/qfsfileengine.h
|
||||
include/qt4/Qt/qfunctions_vxworks.h
|
||||
include/qt4/Qt/qfunctions_wince.h
|
||||
include/qt4/Qt/qfuture.h
|
||||
include/qt4/Qt/qfutureinterface.h
|
||||
include/qt4/Qt/qfuturesynchronizer.h
|
||||
include/qt4/Qt/qfuturewatcher.h
|
||||
include/qt4/Qt/qglobal.h
|
||||
include/qt4/Qt/qhash.h
|
||||
include/qt4/Qt/qhistorystate.h
|
||||
include/qt4/Qt/qiodevice.h
|
||||
include/qt4/Qt/qiterator.h
|
||||
include/qt4/Qt/qlibrary.h
|
||||
@ -68,6 +84,7 @@ include/qt4/Qt/qlinkedlist.h
|
||||
include/qt4/Qt/qlist.h
|
||||
include/qt4/Qt/qlocale.h
|
||||
include/qt4/Qt/qmap.h
|
||||
include/qt4/Qt/qmargins.h
|
||||
include/qt4/Qt/qmath.h
|
||||
include/qt4/Qt/qmetaobject.h
|
||||
include/qt4/Qt/qmetatype.h
|
||||
@ -79,18 +96,23 @@ include/qt4/Qt/qobject.h
|
||||
include/qt4/Qt/qobjectcleanuphandler.h
|
||||
include/qt4/Qt/qobjectdefs.h
|
||||
include/qt4/Qt/qpair.h
|
||||
include/qt4/Qt/qparallelanimationgroup.h
|
||||
include/qt4/Qt/qpauseanimation.h
|
||||
include/qt4/Qt/qplugin.h
|
||||
include/qt4/Qt/qpluginloader.h
|
||||
include/qt4/Qt/qpoint.h
|
||||
include/qt4/Qt/qpointer.h
|
||||
include/qt4/Qt/qprocess.h
|
||||
include/qt4/Qt/qpropertyanimation.h
|
||||
include/qt4/Qt/qqueue.h
|
||||
include/qt4/Qt/qreadwritelock.h
|
||||
include/qt4/Qt/qrect.h
|
||||
include/qt4/Qt/qregexp.h
|
||||
include/qt4/Qt/qresource.h
|
||||
include/qt4/Qt/qrunnable.h
|
||||
include/qt4/Qt/qscopedpointer.h
|
||||
include/qt4/Qt/qsemaphore.h
|
||||
include/qt4/Qt/qsequentialanimationgroup.h
|
||||
include/qt4/Qt/qset.h
|
||||
include/qt4/Qt/qsettings.h
|
||||
include/qt4/Qt/qshareddata.h
|
||||
@ -98,13 +120,18 @@ include/qt4/Qt/qsharedmemory.h
|
||||
include/qt4/Qt/qsharedpointer.h
|
||||
include/qt4/Qt/qsharedpointer_impl.h
|
||||
include/qt4/Qt/qsignalmapper.h
|
||||
include/qt4/Qt/qsignaltransition.h
|
||||
include/qt4/Qt/qsize.h
|
||||
include/qt4/Qt/qsocketnotifier.h
|
||||
include/qt4/Qt/qstack.h
|
||||
include/qt4/Qt/qstate.h
|
||||
include/qt4/Qt/qstatemachine.h
|
||||
include/qt4/Qt/qstring.h
|
||||
include/qt4/Qt/qstringbuilder.h
|
||||
include/qt4/Qt/qstringlist.h
|
||||
include/qt4/Qt/qstringmatcher.h
|
||||
include/qt4/Qt/qsystemsemaphore.h
|
||||
include/qt4/Qt/qt_windows.h
|
||||
include/qt4/Qt/qtconcurrentcompilertest.h
|
||||
include/qt4/Qt/qtconcurrentexception.h
|
||||
include/qt4/Qt/qtconcurrentfilter.h
|
||||
@ -134,17 +161,23 @@ include/qt4/Qt/qtranslator.h
|
||||
include/qt4/Qt/qurl.h
|
||||
include/qt4/Qt/quuid.h
|
||||
include/qt4/Qt/qvariant.h
|
||||
include/qt4/Qt/qvariantanimation.h
|
||||
include/qt4/Qt/qvarlengtharray.h
|
||||
include/qt4/Qt/qvector.h
|
||||
include/qt4/Qt/qwaitcondition.h
|
||||
include/qt4/Qt/qxmlstream.h
|
||||
include/qt4/QtCore/QAbstractAnimation
|
||||
include/qt4/QtCore/QAbstractConcatenable
|
||||
include/qt4/QtCore/QAbstractEventDispatcher
|
||||
include/qt4/QtCore/QAbstractFileEngine
|
||||
include/qt4/QtCore/QAbstractFileEngineHandler
|
||||
include/qt4/QtCore/QAbstractFileEngineIterator
|
||||
include/qt4/QtCore/QAbstractItemModel
|
||||
include/qt4/QtCore/QAbstractListModel
|
||||
include/qt4/QtCore/QAbstractState
|
||||
include/qt4/QtCore/QAbstractTableModel
|
||||
include/qt4/QtCore/QAbstractTransition
|
||||
include/qt4/QtCore/QAnimationGroup
|
||||
include/qt4/QtCore/QArgument
|
||||
include/qt4/QtCore/QAtomicInt
|
||||
include/qt4/QtCore/QAtomicPointer
|
||||
@ -163,7 +196,11 @@ include/qt4/QtCore/QCache
|
||||
include/qt4/QtCore/QChar
|
||||
include/qt4/QtCore/QCharRef
|
||||
include/qt4/QtCore/QChildEvent
|
||||
include/qt4/QtCore/QConcatenable
|
||||
include/qt4/QtCore/QConstString
|
||||
include/qt4/QtCore/QContiguousCache
|
||||
include/qt4/QtCore/QContiguousCacheData
|
||||
include/qt4/QtCore/QContiguousCacheTypedData
|
||||
include/qt4/QtCore/QCoreApplication
|
||||
include/qt4/QtCore/QCryptographicHash
|
||||
include/qt4/QtCore/QCustomEvent
|
||||
@ -174,8 +211,10 @@ include/qt4/QtCore/QDebug
|
||||
include/qt4/QtCore/QDir
|
||||
include/qt4/QtCore/QDirIterator
|
||||
include/qt4/QtCore/QDynamicPropertyChangeEvent
|
||||
include/qt4/QtCore/QEasingCurve
|
||||
include/qt4/QtCore/QEvent
|
||||
include/qt4/QtCore/QEventLoop
|
||||
include/qt4/QtCore/QEventTransition
|
||||
include/qt4/QtCore/QExplicitlySharedDataPointer
|
||||
include/qt4/QtCore/QFSFileEngine
|
||||
include/qt4/QtCore/QFactoryInterface
|
||||
@ -184,6 +223,7 @@ include/qt4/QtCore/QFileInfo
|
||||
include/qt4/QtCore/QFileInfoList
|
||||
include/qt4/QtCore/QFileInfoListIterator
|
||||
include/qt4/QtCore/QFileSystemWatcher
|
||||
include/qt4/QtCore/QFinalState
|
||||
include/qt4/QtCore/QFlag
|
||||
include/qt4/QtCore/QFlags
|
||||
include/qt4/QtCore/QForeachContainer
|
||||
@ -205,12 +245,13 @@ include/qt4/QtCore/QHashDummyNode
|
||||
include/qt4/QtCore/QHashDummyValue
|
||||
include/qt4/QtCore/QHashIterator
|
||||
include/qt4/QtCore/QHashNode
|
||||
include/qt4/QtCore/QHistoryState
|
||||
include/qt4/QtCore/QIODevice
|
||||
include/qt4/QtCore/QIncompatibleFlag
|
||||
include/qt4/QtCore/QIntForSize
|
||||
include/qt4/QtCore/QIntForType
|
||||
include/qt4/QtCore/QIntegerForSize
|
||||
include/qt4/QtCore/QInternal
|
||||
include/qt4/QtCore/QLatin1Char
|
||||
include/qt4/QtCore/QLatin1Literal
|
||||
include/qt4/QtCore/QLatin1String
|
||||
include/qt4/QtCore/QLibrary
|
||||
include/qt4/QtCore/QLibraryInfo
|
||||
@ -229,10 +270,12 @@ include/qt4/QtCore/QMapData
|
||||
include/qt4/QtCore/QMapIterator
|
||||
include/qt4/QtCore/QMapNode
|
||||
include/qt4/QtCore/QMapPayloadNode
|
||||
include/qt4/QtCore/QMargins
|
||||
include/qt4/QtCore/QMetaClassInfo
|
||||
include/qt4/QtCore/QMetaEnum
|
||||
include/qt4/QtCore/QMetaMethod
|
||||
include/qt4/QtCore/QMetaObject
|
||||
include/qt4/QtCore/QMetaObjectAccessor
|
||||
include/qt4/QtCore/QMetaObjectExtraData
|
||||
include/qt4/QtCore/QMetaProperty
|
||||
include/qt4/QtCore/QMetaType
|
||||
@ -261,12 +304,16 @@ include/qt4/QtCore/QObjectData
|
||||
include/qt4/QtCore/QObjectList
|
||||
include/qt4/QtCore/QObjectUserData
|
||||
include/qt4/QtCore/QPair
|
||||
include/qt4/QtCore/QParallelAnimationGroup
|
||||
include/qt4/QtCore/QPauseAnimation
|
||||
include/qt4/QtCore/QPersistentModelIndex
|
||||
include/qt4/QtCore/QPluginLoader
|
||||
include/qt4/QtCore/QPoint
|
||||
include/qt4/QtCore/QPointF
|
||||
include/qt4/QtCore/QPointer
|
||||
include/qt4/QtCore/QProcess
|
||||
include/qt4/QtCore/QProcessEnvironment
|
||||
include/qt4/QtCore/QPropertyAnimation
|
||||
include/qt4/QtCore/QQueue
|
||||
include/qt4/QtCore/QReadLocker
|
||||
include/qt4/QtCore/QReadWriteLock
|
||||
@ -276,7 +323,13 @@ include/qt4/QtCore/QRegExp
|
||||
include/qt4/QtCore/QResource
|
||||
include/qt4/QtCore/QReturnArgument
|
||||
include/qt4/QtCore/QRunnable
|
||||
include/qt4/QtCore/QScopedArrayPointer
|
||||
include/qt4/QtCore/QScopedPointer
|
||||
include/qt4/QtCore/QScopedPointerArrayDeleter
|
||||
include/qt4/QtCore/QScopedPointerDeleter
|
||||
include/qt4/QtCore/QScopedPointerPodDeleter
|
||||
include/qt4/QtCore/QSemaphore
|
||||
include/qt4/QtCore/QSequentialAnimationGroup
|
||||
include/qt4/QtCore/QSet
|
||||
include/qt4/QtCore/QSetIterator
|
||||
include/qt4/QtCore/QSettings
|
||||
@ -285,12 +338,16 @@ include/qt4/QtCore/QSharedDataPointer
|
||||
include/qt4/QtCore/QSharedMemory
|
||||
include/qt4/QtCore/QSharedPointer
|
||||
include/qt4/QtCore/QSignalMapper
|
||||
include/qt4/QtCore/QSignalTransition
|
||||
include/qt4/QtCore/QSize
|
||||
include/qt4/QtCore/QSizeF
|
||||
include/qt4/QtCore/QSocketNotifier
|
||||
include/qt4/QtCore/QStack
|
||||
include/qt4/QtCore/QState
|
||||
include/qt4/QtCore/QStateMachine
|
||||
include/qt4/QtCore/QStdWString
|
||||
include/qt4/QtCore/QString
|
||||
include/qt4/QtCore/QStringBuilder
|
||||
include/qt4/QtCore/QStringList
|
||||
include/qt4/QtCore/QStringListIterator
|
||||
include/qt4/QtCore/QStringMatcher
|
||||
@ -321,12 +378,11 @@ include/qt4/QtCore/QTimer
|
||||
include/qt4/QtCore/QTimerEvent
|
||||
include/qt4/QtCore/QTranslator
|
||||
include/qt4/QtCore/QTypeInfo
|
||||
include/qt4/QtCore/QUintForSize
|
||||
include/qt4/QtCore/QUintForType
|
||||
include/qt4/QtCore/QUrl
|
||||
include/qt4/QtCore/QUuid
|
||||
include/qt4/QtCore/QVarLengthArray
|
||||
include/qt4/QtCore/QVariant
|
||||
include/qt4/QtCore/QVariantAnimation
|
||||
include/qt4/QtCore/QVariantComparisonHelper
|
||||
include/qt4/QtCore/QVariantHash
|
||||
include/qt4/QtCore/QVariantList
|
||||
@ -377,10 +433,14 @@ include/qt4/QtCore/QtGlobal
|
||||
include/qt4/QtCore/QtMsgHandler
|
||||
include/qt4/QtCore/QtPlugin
|
||||
include/qt4/QtCore/QtPluginInstanceFunction
|
||||
include/qt4/QtCore/qabstractanimation.h
|
||||
include/qt4/QtCore/qabstracteventdispatcher.h
|
||||
include/qt4/QtCore/qabstractfileengine.h
|
||||
include/qt4/QtCore/qabstractitemmodel.h
|
||||
include/qt4/QtCore/qabstractstate.h
|
||||
include/qt4/QtCore/qabstracttransition.h
|
||||
include/qt4/QtCore/qalgorithms.h
|
||||
include/qt4/QtCore/qanimationgroup.h
|
||||
include/qt4/QtCore/qatomic.h
|
||||
include/qt4/QtCore/qatomic_alpha.h
|
||||
include/qt4/QtCore/qatomic_arch.h
|
||||
@ -392,6 +452,7 @@ include/qt4/QtCore/qatomic_bootstrap.h
|
||||
include/qt4/QtCore/qatomic_generic.h
|
||||
include/qt4/QtCore/qatomic_i386.h
|
||||
include/qt4/QtCore/qatomic_ia64.h
|
||||
include/qt4/QtCore/qatomic_macosx.h
|
||||
include/qt4/QtCore/qatomic_mips.h
|
||||
include/qt4/QtCore/qatomic_parisc.h
|
||||
include/qt4/QtCore/qatomic_powerpc.h
|
||||
@ -399,6 +460,10 @@ include/qt4/QtCore/qatomic_s390.h
|
||||
include/qt4/QtCore/qatomic_sh.h
|
||||
include/qt4/QtCore/qatomic_sh4a.h
|
||||
include/qt4/QtCore/qatomic_sparc.h
|
||||
include/qt4/QtCore/qatomic_symbian.h
|
||||
include/qt4/QtCore/qatomic_vxworks.h
|
||||
include/qt4/QtCore/qatomic_windows.h
|
||||
include/qt4/QtCore/qatomic_windowsce.h
|
||||
include/qt4/QtCore/qatomic_x86_64.h
|
||||
include/qt4/QtCore/qbasicatomic.h
|
||||
include/qt4/QtCore/qbasictimer.h
|
||||
@ -415,6 +480,7 @@ include/qt4/QtCore/qconfig-minimal.h
|
||||
include/qt4/QtCore/qconfig-small.h
|
||||
include/qt4/QtCore/qconfig.h
|
||||
include/qt4/QtCore/qcontainerfwd.h
|
||||
include/qt4/QtCore/qcontiguouscache.h
|
||||
include/qt4/QtCore/qcoreapplication.h
|
||||
include/qt4/QtCore/qcoreevent.h
|
||||
include/qt4/QtCore/qcryptographichash.h
|
||||
@ -423,20 +489,26 @@ include/qt4/QtCore/qdatetime.h
|
||||
include/qt4/QtCore/qdebug.h
|
||||
include/qt4/QtCore/qdir.h
|
||||
include/qt4/QtCore/qdiriterator.h
|
||||
include/qt4/QtCore/qeasingcurve.h
|
||||
include/qt4/QtCore/qendian.h
|
||||
include/qt4/QtCore/qeventloop.h
|
||||
include/qt4/QtCore/qeventtransition.h
|
||||
include/qt4/QtCore/qfactoryinterface.h
|
||||
include/qt4/QtCore/qfeatures.h
|
||||
include/qt4/QtCore/qfile.h
|
||||
include/qt4/QtCore/qfileinfo.h
|
||||
include/qt4/QtCore/qfilesystemwatcher.h
|
||||
include/qt4/QtCore/qfinalstate.h
|
||||
include/qt4/QtCore/qfsfileengine.h
|
||||
include/qt4/QtCore/qfunctions_vxworks.h
|
||||
include/qt4/QtCore/qfunctions_wince.h
|
||||
include/qt4/QtCore/qfuture.h
|
||||
include/qt4/QtCore/qfutureinterface.h
|
||||
include/qt4/QtCore/qfuturesynchronizer.h
|
||||
include/qt4/QtCore/qfuturewatcher.h
|
||||
include/qt4/QtCore/qglobal.h
|
||||
include/qt4/QtCore/qhash.h
|
||||
include/qt4/QtCore/qhistorystate.h
|
||||
include/qt4/QtCore/qiodevice.h
|
||||
include/qt4/QtCore/qiterator.h
|
||||
include/qt4/QtCore/qlibrary.h
|
||||
@ -446,6 +518,7 @@ include/qt4/QtCore/qlinkedlist.h
|
||||
include/qt4/QtCore/qlist.h
|
||||
include/qt4/QtCore/qlocale.h
|
||||
include/qt4/QtCore/qmap.h
|
||||
include/qt4/QtCore/qmargins.h
|
||||
include/qt4/QtCore/qmath.h
|
||||
include/qt4/QtCore/qmetaobject.h
|
||||
include/qt4/QtCore/qmetatype.h
|
||||
@ -457,18 +530,23 @@ include/qt4/QtCore/qobject.h
|
||||
include/qt4/QtCore/qobjectcleanuphandler.h
|
||||
include/qt4/QtCore/qobjectdefs.h
|
||||
include/qt4/QtCore/qpair.h
|
||||
include/qt4/QtCore/qparallelanimationgroup.h
|
||||
include/qt4/QtCore/qpauseanimation.h
|
||||
include/qt4/QtCore/qplugin.h
|
||||
include/qt4/QtCore/qpluginloader.h
|
||||
include/qt4/QtCore/qpoint.h
|
||||
include/qt4/QtCore/qpointer.h
|
||||
include/qt4/QtCore/qprocess.h
|
||||
include/qt4/QtCore/qpropertyanimation.h
|
||||
include/qt4/QtCore/qqueue.h
|
||||
include/qt4/QtCore/qreadwritelock.h
|
||||
include/qt4/QtCore/qrect.h
|
||||
include/qt4/QtCore/qregexp.h
|
||||
include/qt4/QtCore/qresource.h
|
||||
include/qt4/QtCore/qrunnable.h
|
||||
include/qt4/QtCore/qscopedpointer.h
|
||||
include/qt4/QtCore/qsemaphore.h
|
||||
include/qt4/QtCore/qsequentialanimationgroup.h
|
||||
include/qt4/QtCore/qset.h
|
||||
include/qt4/QtCore/qsettings.h
|
||||
include/qt4/QtCore/qshareddata.h
|
||||
@ -476,13 +554,18 @@ include/qt4/QtCore/qsharedmemory.h
|
||||
include/qt4/QtCore/qsharedpointer.h
|
||||
include/qt4/QtCore/qsharedpointer_impl.h
|
||||
include/qt4/QtCore/qsignalmapper.h
|
||||
include/qt4/QtCore/qsignaltransition.h
|
||||
include/qt4/QtCore/qsize.h
|
||||
include/qt4/QtCore/qsocketnotifier.h
|
||||
include/qt4/QtCore/qstack.h
|
||||
include/qt4/QtCore/qstate.h
|
||||
include/qt4/QtCore/qstatemachine.h
|
||||
include/qt4/QtCore/qstring.h
|
||||
include/qt4/QtCore/qstringbuilder.h
|
||||
include/qt4/QtCore/qstringlist.h
|
||||
include/qt4/QtCore/qstringmatcher.h
|
||||
include/qt4/QtCore/qsystemsemaphore.h
|
||||
include/qt4/QtCore/qt_windows.h
|
||||
include/qt4/QtCore/qtconcurrentcompilertest.h
|
||||
include/qt4/QtCore/qtconcurrentexception.h
|
||||
include/qt4/QtCore/qtconcurrentfilter.h
|
||||
@ -512,6 +595,7 @@ include/qt4/QtCore/qtranslator.h
|
||||
include/qt4/QtCore/qurl.h
|
||||
include/qt4/QtCore/quuid.h
|
||||
include/qt4/QtCore/qvariant.h
|
||||
include/qt4/QtCore/qvariantanimation.h
|
||||
include/qt4/QtCore/qvarlengtharray.h
|
||||
include/qt4/QtCore/qvector.h
|
||||
include/qt4/QtCore/qwaitcondition.h
|
||||
@ -523,12 +607,12 @@ lib/qt4/libQtCore.so.4
|
||||
lib/qt4/libQtCore.so.%%SHLIB_SHVER%%
|
||||
lib/qt4/libQtCore.so.%%SHLIB_VER%%
|
||||
%%DEBUG%%lib/qt4/libQtCore.so.%%SHLIB_VER%%.debug
|
||||
lib/qt4/plugins/.keep_me
|
||||
%%QT_PLUGINDIR_REL%%/.keep_me
|
||||
libdata/pkgconfig/QtCore.pc
|
||||
share/qt4/mkspecs/qconfig.pri
|
||||
@dirrmtry share/qt4/mkspecs
|
||||
@dirrmtry share/qt4
|
||||
@dirrm lib/qt4/plugins
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%
|
||||
@dirrmtry lib/qt4
|
||||
@dirrm include/qt4/QtCore
|
||||
@dirrmtry include/qt4/Qt
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= designer
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -23,6 +22,8 @@ QT_DIST= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
#Try to fix linking when previous version is installed
|
||||
CONFIGURE_ARGS+= -L${WRKSRC}/lib
|
||||
USE_LDCONFIG= ${PREFIX}/lib/qt4
|
||||
|
||||
ALL_TARGET= first
|
||||
@ -30,42 +31,43 @@ CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
|
||||
MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \
|
||||
src/dbus src/opengl \
|
||||
src/sql src/svg src/testlib \
|
||||
src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs
|
||||
src/activeqt src/dbus src/multimedia src/opengl src/openvg \
|
||||
src/s60installs src/s60main src/scripttools src/sql src/svg \
|
||||
src/testlib src/winmain src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/freetype src/3rdparty/libjpeg src/3rdparty/libmng \
|
||||
src/3rdparty/libpng src/3rdparty/libtiff
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME}
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../
|
||||
PATCH_WRKSRC=${CONFIGURE_WRKSRC}
|
||||
BUILD_WRKSRC= ${WRKSRC}/tools/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${REINPLACE_CMD} -e 's|^TARGET.*|TARGET=designer-qt4|g' \
|
||||
${WRKSRC}/src/designer/${PORTNAME}.pro
|
||||
${BUILD_WRKSRC}/src/${PORTNAME}/${PORTNAME}.pro
|
||||
# fix build when previous version is installed
|
||||
${REINPLACE_CMD} -e '/^CONFIG/s|depend_prl||' \
|
||||
${WRKSRC}/src/components/lib/lib.pro
|
||||
${MKDIR} ${WRKSRC}/../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../bin/uic
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../bin/rcc
|
||||
${BUILD_WRKSRC}/src/components/lib/lib.pro
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/bin/uic
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc
|
||||
|
||||
pre-install:
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
-E -e 's|(.*location=).*uic|\1${PREFIX}/bin/uic-qt4|g' \
|
||||
${WRKSRC}/../../lib/pkgconfig/QtUiTools.pc \
|
||||
${WRKSRC}/../../lib/pkgconfig/QtDesigner.pc \
|
||||
${WRKSRC}/../../lib/pkgconfig/QtDesignerComponents.pc
|
||||
${WRKSRC}/lib/pkgconfig/QtUiTools.pc \
|
||||
${WRKSRC}/lib/pkgconfig/QtDesigner.pc \
|
||||
${WRKSRC}/lib/pkgconfig/QtDesignerComponents.pc
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/qt4/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
|
||||
${WRKSRC}/src/lib/Makefile \
|
||||
${WRKSRC}/src/uitools/Makefile \
|
||||
${WRKSRC}/src/components/lib/Makefile
|
||||
${BUILD_WRKSRC}/src/lib/Makefile \
|
||||
${BUILD_WRKSRC}/src/uitools/Makefile \
|
||||
${BUILD_WRKSRC}/src/components/lib/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -96,14 +96,18 @@ lib/qt4/libQtDesignerComponents.so.%%SHLIB_VER%%
|
||||
%%DEBUG%%lib/qt4/libQtDesignerComponents.so.%%SHLIB_VER%%.debug
|
||||
lib/qt4/libQtUiTools.a
|
||||
lib/qt4/libQtUiTools.prl
|
||||
lib/qt4/plugins/designer/libphononwidgets.so
|
||||
lib/qt4/plugins/designer/libqt3supportwidgets.so
|
||||
%%DEBUG%%lib/qt4/plugins/designer/libqt3supportwidgets.so.debug
|
||||
lib/qt4/plugins/designer/libqwebview.so
|
||||
%%DEBUG%%lib/qt4/plugins/designer/libqwebview.so.debug
|
||||
%%QT_PLUGINDIR_REL%%/designer/libphononwidgets.so
|
||||
%%DEBUG%%%%QT_PLUGINDIR_REL%%/designer/libphononwidgets.so.debug
|
||||
%%QT_PLUGINDIR_REL%%/designer/libqt3supportwidgets.so
|
||||
%%DEBUG%%%%QT_PLUGINDIR_REL%%/designer/libqt3supportwidgets.so.debug
|
||||
%%QT_PLUGINDIR_REL%%/designer/libqwebview.so
|
||||
%%DEBUG%%%%QT_PLUGINDIR_REL%%/designer/libqwebview.so.debug
|
||||
libdata/pkgconfig/QtUiTools.pc
|
||||
libdata/pkgconfig/QtDesigner.pc
|
||||
libdata/pkgconfig/QtDesignerComponents.pc
|
||||
@dirrmtry lib/qt4/plugins/designer
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%/designer
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%
|
||||
@dirrmtry lib/qt4
|
||||
@dirrm include/qt4/QtUiTools
|
||||
@dirrm include/qt4/QtDesigner
|
||||
@dirrmtry include/qt4
|
||||
|
@ -30,27 +30,30 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \
|
||||
src/dbus src/network src/opengl src/phonon \
|
||||
src/qt3support src/script src/svg src/testlib \
|
||||
src/tools src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/multimedia src/network src/opengl \
|
||||
src/openvg src/phonon src/qt3support src/s60installs \
|
||||
src/s60main src/script src/scripttools src/sql src/svg \
|
||||
src/testlib src/tools src/winmain src/xmlpatterns \
|
||||
src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC=${WRKDIR}/${DISTNAME}/tools/assistant/tools
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../../
|
||||
PATCH_WRKSRC=${CONFIGURE_WRKSRC}
|
||||
BUILD_WRKSRC= ${WRKSRC}/tools/assistant/tools
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${REINPLACE_CMD} -e 's|assistant||' \
|
||||
${WRKSRC}/tools.pro
|
||||
${MKDIR} ${WRKSRC}/../../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../../bin/uic
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../../bin/rcc
|
||||
${BUILD_WRKSRC}/tools.pro
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/bin/uic
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -14,13 +14,12 @@ MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= QtHelp module provides QHelpEngine API and is used by Assistant
|
||||
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= qmake_build moc_build rcc_build corelib clucene gui sql xml network
|
||||
QT_COMPONENTS= qmake_build moc_build rcc_build corelib clucene \
|
||||
gui sql sql-sqlite3_run xml network
|
||||
QT_NONSTANDARD= yes
|
||||
QT_DIST= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlite.so:${PORTSDIR}/databases/qt4-sqlite3-plugin
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LDCONFIG= ${PREFIX}/lib/qt4
|
||||
|
||||
@ -30,33 +29,37 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \
|
||||
src/dbus src/opengl src/phonon \
|
||||
src/qt3support src/script src/svg src/testlib \
|
||||
src/tools src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/multimedia src/opengl src/openvg \
|
||||
src/phonon src/qt3support src/s60installs src/s60main \
|
||||
src/script src/scripttools src/svg src/testlib src/tools \
|
||||
src/winmain src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/freetype src/3rdparty/libjpeg src/3rdparty/libmng \
|
||||
src/3rdparty/libpng src/3rdparty/libtiff src/3rdparty/phonon \
|
||||
src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/tools/assistant/lib
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../../
|
||||
BUILD_WRKSRC= ${WRKSRC}/tools/assistant/lib
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${MKDIR} ${WRKSRC}/../../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../../bin/rcc
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} \
|
||||
-e 's|${PREFIX}/lib/qt4/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
|
||||
-e 's|.*$$(QMAKE).*||g' \
|
||||
${WRKSRC}/Makefile
|
||||
${BUILD_WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
-E -e 's|(.*location=).*rcc|\1${PREFIX}/bin/rcc|g' \
|
||||
${WRKSRC}/../../../lib/pkgconfig/QtHelp.pc
|
||||
${WRKSRC}/lib/pkgconfig/QtHelp.pc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -36,6 +36,7 @@ lib/qt4/libQtHelp.so.%%SHLIB_SHVER%%
|
||||
lib/qt4/libQtHelp.so.%%SHLIB_VER%%
|
||||
%%DEBUG%%lib/qt4/libQtHelp.so.%%SHLIB_VER%%.debug
|
||||
libdata/pkgconfig/QtHelp.pc
|
||||
@dirrmtry lib/qt4
|
||||
@dirrm include/qt4/QtHelp
|
||||
@dirrmtry include/qt4/Qt
|
||||
@dirrmtry include/qt4
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= libQtAssistantClient
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -22,39 +21,43 @@ QT_DIST= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_LDCONFIG= ${PREFIX}/lib/qt4
|
||||
|
||||
ALL_TARGET= first
|
||||
CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
|
||||
MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \
|
||||
src/dbus src/opengl src/phonon \
|
||||
src/qt3support src/script src/sql src/svg src/testlib \
|
||||
src/tools src/xml src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/gui src/multimedia src/opengl \
|
||||
src/openvg src/phonon src/qt3support src/s60installs \
|
||||
src/s60main src/script src/scripttools src/sql src/svg \
|
||||
src/testlib src/tools src/winmain src/xml src/xmlpatterns \
|
||||
src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/tools/assistant/compat/lib
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../../../
|
||||
BUILD_WRKSRC= ${WRKSRC}/tools/assistant/compat/lib
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${REINPLACE_CMD} -E -e 's|"(.*)assistant"|"\1assistant-qt4"|g' \
|
||||
${WRKSRC}/qassistantclient.cpp
|
||||
${MKDIR} ${WRKSRC}/../../../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../../bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../../../bin/rcc
|
||||
${BUILD_WRKSRC}/qassistantclient.cpp
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/qt4/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
|
||||
-e 's|.*$$(QMAKE).*||g' ${WRKSRC}/Makefile
|
||||
-e 's|.*$$(QMAKE).*||g' ${BUILD_WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
${WRKSRC}/../../../../lib/pkgconfig/QtAssistantClient.pc
|
||||
${WRKSRC}/lib/pkgconfig/QtAssistantClient.pc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -9,4 +9,6 @@ lib/qt4/libQtAssistantClient.so.%%SHLIB_SHVER%%
|
||||
lib/qt4/libQtAssistantClient.so.%%SHLIB_VER%%
|
||||
%%DEBUG%%lib/qt4/libQtAssistantClient.so.%%SHLIB_VER%%.debug
|
||||
libdata/pkgconfig/QtAssistantClient.pc
|
||||
@dirrmtry lib/qt4
|
||||
@dirrm include/qt4/QtAssistant
|
||||
@dirrmtry include/qt4
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= linguist
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -29,29 +28,32 @@ CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
|
||||
MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake \
|
||||
src/dbus src/opengl src/phonon \
|
||||
src/qt3support src/script src/sql src/svg src/testlib \
|
||||
src/tools src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \
|
||||
src/activeqt src/dbus src/multimedia src/network src/opengl \
|
||||
src/openvg src/phonon src/qt3support src/s60installs \
|
||||
src/s60main src/script src/scripttools src/sql src/svg \
|
||||
src/testlib src/tools src/winmain src/xmlpatterns \
|
||||
src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME}
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../
|
||||
PATCH_WRKSRC=${CONFIGURE_WRKSRC}
|
||||
BUILD_WRKSRC= ${WRKSRC}/tools/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${REINPLACE_CMD} -E -e 's|^TARGET[[:blank:]]*=[[:blank:]]*([a-z]+)|TARGET=\1-qt4|g' \
|
||||
${WRKSRC}/${PORTNAME}.pro ${WRKSRC}/${PORTNAME}/${PORTNAME}.pro \
|
||||
${WRKSRC}/lrelease/lrelease.pro ${WRKSRC}/lupdate/lupdate.pro
|
||||
${MKDIR} ${WRKSRC}/../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../bin/uic
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../bin/rcc
|
||||
${BUILD_WRKSRC}/${PORTNAME}.pro ${BUILD_WRKSRC}/${PORTNAME}/${PORTNAME}.pro \
|
||||
${BUILD_WRKSRC}/lrelease/lrelease.pro ${BUILD_WRKSRC}/lupdate/lupdate.pro
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/bin/uic
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= makeqpf
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -29,26 +28,30 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \
|
||||
src/dbus src/network src/opengl src/phonon \
|
||||
src/qt3support src/script src/sql src/svg src/testlib \
|
||||
src/tools src/xml src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/multimedia src/network src/opengl \
|
||||
src/openvg src/phonon src/qt3support src/s60installs \
|
||||
src/s60main src/script src/scripttools src/sql src/svg \
|
||||
src/testlib src/tools src/winmain src/xml src/xmlpatterns \
|
||||
src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME}
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../
|
||||
BUILD_WRKSRC= ${WRKSRC}/tools/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${REINPLACE_CMD} -e 's|^TARGET[[:blank:]]*=[[:blank:]]*|TARGET=${PORTNAME}-qt4|g' \
|
||||
${WRKSRC}/${PORTNAME}.pro
|
||||
${MKDIR} ${WRKSRC}/../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../bin/uic
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../bin/rcc
|
||||
${BUILD_WRKSRC}/${PORTNAME}.pro
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/bin/uic
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- qpf2.cpp Sun Jul 8 08:08:09 2007
|
||||
+++ qpf2.cpp Sun Jul 8 08:08:33 2007
|
||||
@@ -342,6 +342,8 @@
|
||||
--- tools/makeqpf/qpf2.cpp.orig 2009-09-07 13:00:31.000000000 +0200
|
||||
+++ tools/makeqpf/qpf2.cpp 2009-09-21 22:15:11.717123200 +0200
|
||||
@@ -363,6 +363,8 @@
|
||||
int startGlyphIndex;
|
||||
};
|
||||
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= moc
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -29,27 +28,31 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
|
||||
src/dbus src/gui src/network src/opengl \
|
||||
src/phonon src/qt3support src/script src/sql src/svg \
|
||||
src/testlib src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/gui src/multimedia src/network \
|
||||
src/opengl src/openvg src/phonon src/qt3support \
|
||||
src/s60installs src/s60main src/script src/scripttools src/sql \
|
||||
src/svg src/testlib src/winmain src/xmlpatterns \
|
||||
src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src/tools/${PORTNAME}
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../../
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/tools/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \
|
||||
-e 's|^TARGET.*|TARGET=moc-qt4|g' \
|
||||
${WRKSRC}/${PORTNAME}.pro
|
||||
${MKDIR} ${WRKSRC}/../../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake
|
||||
${BUILD_WRKSRC}/${PORTNAME}.pro
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
|
||||
do-build:
|
||||
cd ${CONFIGURE_WRKSRC}/src/tools/bootstrap/ && make
|
||||
pre-build:
|
||||
cd ${BUILD_WRKSRC}/../bootstrap && ${MAKE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -1,2 +1,2 @@
|
||||
bin/moc-qt4
|
||||
%%DEBUG%%bin/moc-qt4.debug
|
||||
%%DEBUG%%bin/moc-qt4.debug
|
||||
|
@ -28,23 +28,27 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \
|
||||
src/dbus src/gui src/network src/opengl src/phonon \
|
||||
src/qt3support src/script src/sql src/svg src/testlib \
|
||||
src/tools src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/gui src/multimedia src/network \
|
||||
src/opengl src/openvg src/phonon src/qt3support \
|
||||
src/s60installs src/s60main src/script src/scripttools src/sql \
|
||||
src/svg src/testlib src/tools src/winmain src/xmlpatterns \
|
||||
src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME}
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../
|
||||
BUILD_WRKSRC= ${WRKSRC}/tools/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${MKDIR} ${WRKSRC}/../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../bin/rcc
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/qt3to4
|
||||
%%DEBUG%%bin/qt3to4.debug
|
||||
share/qt4/q3porting.xml
|
||||
@dirrmtry share/qt4
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= qdbusviewer
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -32,25 +31,29 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \
|
||||
src/network src/opengl src/phonon \
|
||||
src/qt3support src/script src/sql src/svg src/testlib \
|
||||
src/tools src/xmlpatterns src/3rdparty/kdebase \
|
||||
src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/multimedia src/network src/opengl src/openvg \
|
||||
src/phonon src/qt3support src/s60installs src/s60main \
|
||||
src/script src/scripttools src/sql src/svg src/testlib \
|
||||
src/tools src/winmain src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/freetype src/3rdparty/libjpeg src/3rdparty/libmng \
|
||||
src/3rdparty/libpng src/3rdparty/libtiff src/3rdparty/phonon \
|
||||
src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/tools/qdbus/qdbusviewer
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../..
|
||||
BUILD_WRKSRC= ${WRKSRC}/tools/qdbus/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${MKDIR} ${WRKSRC}/../../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../../bin/rcc
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -25,7 +25,6 @@ EXTRACT_AFTER_ARGS= | ${TAR} -xf - --include '${DISTNAME}/tools/${PORTNAME}'
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME}
|
||||
CONFIGURE_WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
|
||||
|
@ -4,4 +4,4 @@ source code.
|
||||
|
||||
qdoc3 is the tool used to generate the Qt reference documentation.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= qt3support
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= devel x11-toolkits
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -31,29 +30,31 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
|
||||
src/dbus src/opengl src/phonon \
|
||||
src/script src/svg src/testlib \
|
||||
src/tools src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/multimedia src/opengl src/openvg \
|
||||
src/phonon src/s60installs src/s60main src/script \
|
||||
src/scripttools src/svg src/testlib src/tools src/winmain \
|
||||
src/xmlpatterns src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src/${PORTNAME}
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../
|
||||
PATCH_WRKSRC=${CONFIGURE_WRKSRC}
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${MKDIR} ${WRKSRC}/../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/qt4/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
|
||||
-e 's|.*$$(QMAKE).*||g' ${WRKSRC}/Makefile
|
||||
-e 's|.*$$(QMAKE).*||g' ${BUILD_WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
${WRKSRC}/../../lib/pkgconfig/Qt3Support.pc
|
||||
${WRKSRC}/lib/pkgconfig/Qt3Support.pc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -409,6 +409,7 @@ lib/qt4/libQt3Support.so.%%SHLIB_SHVER%%
|
||||
lib/qt4/libQt3Support.so.%%SHLIB_VER%%
|
||||
@comment %%DEBUG%%lib/qt4/libQt3Support.so.%%SHLIB_VER%%.debug
|
||||
libdata/pkgconfig/Qt3Support.pc
|
||||
@dirrmtry lib/qt4
|
||||
@dirrm include/qt4/Qt3Support
|
||||
@dirrmtry include/qt4/Qt
|
||||
@dirrmtry include/qt4
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= qtestlib
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -30,29 +29,32 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
|
||||
src/dbus src/gui src/network src/opengl src/phonon \
|
||||
src/qt3support src/script src/sql src/svg \
|
||||
src/tools src/xml src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/gui src/multimedia src/network \
|
||||
src/opengl src/openvg src/phonon src/qt3support \
|
||||
src/s60installs src/s60main src/script src/scripttools src/sql \
|
||||
src/svg src/tools src/winmain src/xml src/xmlpatterns \
|
||||
src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src/testlib
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../
|
||||
PATCH_WRKSRC=${CONFIGURE_WRKSRC}
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/testlib
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${MKDIR} ${WRKSRC}/../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/qt4/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
|
||||
-e 's|.*$$(QMAKE).*||g' ${WRKSRC}/Makefile
|
||||
-e 's|.*$$(QMAKE).*||g' ${BUILD_WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
${WRKSRC}/../../lib/pkgconfig/QtTest.pc
|
||||
${WRKSRC}/lib/pkgconfig/QtTest.pc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -1,34 +1,54 @@
|
||||
include/qt4/Qt/QtTest
|
||||
include/qt4/Qt/qbenchmark.h
|
||||
include/qt4/Qt/qsignalspy.h
|
||||
include/qt4/Qt/qtest.h
|
||||
include/qt4/Qt/qtest_global.h
|
||||
include/qt4/Qt/qtest_gui.h
|
||||
include/qt4/Qt/qtestaccessible.h
|
||||
include/qt4/Qt/qtestassert.h
|
||||
include/qt4/Qt/qtestbasicstreamer.h
|
||||
include/qt4/Qt/qtestcase.h
|
||||
include/qt4/Qt/qtestcoreelement.h
|
||||
include/qt4/Qt/qtestcorelist.h
|
||||
include/qt4/Qt/qtestdata.h
|
||||
include/qt4/Qt/qtestelement.h
|
||||
include/qt4/Qt/qtestelementattribute.h
|
||||
include/qt4/Qt/qtestevent.h
|
||||
include/qt4/Qt/qtesteventloop.h
|
||||
include/qt4/Qt/qtestfilelogger.h
|
||||
include/qt4/Qt/qtestkeyboard.h
|
||||
include/qt4/Qt/qtestlightxmlstreamer.h
|
||||
include/qt4/Qt/qtestmouse.h
|
||||
include/qt4/Qt/qbenchmark.h
|
||||
include/qt4/Qt/qtestspontaneevent.h
|
||||
include/qt4/Qt/qtestsystem.h
|
||||
include/qt4/Qt/qtesttouch.h
|
||||
include/qt4/Qt/qtestxmlstreamer.h
|
||||
include/qt4/Qt/qtestxunitstreamer.h
|
||||
include/qt4/QtTest/QEventSizeOfChecker
|
||||
include/qt4/QtTest/QSignalSpy
|
||||
include/qt4/QtTest/QSpontaneKeyEvent
|
||||
include/qt4/QtTest/QTest
|
||||
include/qt4/QtTest/QTestAccessibility
|
||||
include/qt4/QtTest/QTestAccessibilityEvent
|
||||
include/qt4/QtTest/QTestBasicStreamer
|
||||
include/qt4/QtTest/QTestCoreElement
|
||||
include/qt4/QtTest/QTestCoreList
|
||||
include/qt4/QtTest/QTestData
|
||||
include/qt4/QtTest/QTestDelayEvent
|
||||
include/qt4/QtTest/QTestElement
|
||||
include/qt4/QtTest/QTestElementAttribute
|
||||
include/qt4/QtTest/QTestEvent
|
||||
include/qt4/QtTest/QTestEventList
|
||||
include/qt4/QtTest/QTestEventLoop
|
||||
include/qt4/QtTest/QTestFileLogger
|
||||
include/qt4/QtTest/QTestKeyClicksEvent
|
||||
include/qt4/QtTest/QTestKeyEvent
|
||||
include/qt4/QtTest/QTestLightXmlStreamer
|
||||
include/qt4/QtTest/QTestMouseEvent
|
||||
include/qt4/QtTest/QTestXmlStreamer
|
||||
include/qt4/QtTest/QTestXunitStreamer
|
||||
include/qt4/QtTest/QtTest
|
||||
include/qt4/QtTest/QtTestGui
|
||||
include/qt4/QtTest/qbenchmark.h
|
||||
include/qt4/QtTest/qsignalspy.h
|
||||
include/qt4/QtTest/qtest.h
|
||||
@ -36,14 +56,24 @@ include/qt4/QtTest/qtest_global.h
|
||||
include/qt4/QtTest/qtest_gui.h
|
||||
include/qt4/QtTest/qtestaccessible.h
|
||||
include/qt4/QtTest/qtestassert.h
|
||||
include/qt4/QtTest/qtestbasicstreamer.h
|
||||
include/qt4/QtTest/qtestcase.h
|
||||
include/qt4/QtTest/qtestcoreelement.h
|
||||
include/qt4/QtTest/qtestcorelist.h
|
||||
include/qt4/QtTest/qtestdata.h
|
||||
include/qt4/QtTest/qtestelement.h
|
||||
include/qt4/QtTest/qtestelementattribute.h
|
||||
include/qt4/QtTest/qtestevent.h
|
||||
include/qt4/QtTest/qtesteventloop.h
|
||||
include/qt4/QtTest/qtestfilelogger.h
|
||||
include/qt4/QtTest/qtestkeyboard.h
|
||||
include/qt4/QtTest/qtestlightxmlstreamer.h
|
||||
include/qt4/QtTest/qtestmouse.h
|
||||
include/qt4/QtTest/qtestspontaneevent.h
|
||||
include/qt4/QtTest/qtestsystem.h
|
||||
include/qt4/QtTest/qtesttouch.h
|
||||
include/qt4/QtTest/qtestxmlstreamer.h
|
||||
include/qt4/QtTest/qtestxunitstreamer.h
|
||||
lib/qt4/libQtTest.la
|
||||
lib/qt4/libQtTest.prl
|
||||
lib/qt4/libQtTest.so
|
||||
@ -52,6 +82,7 @@ lib/qt4/libQtTest.so.%%SHLIB_SHVER%%
|
||||
lib/qt4/libQtTest.so.%%SHLIB_VER%%
|
||||
%%DEBUG%%lib/qt4/libQtTest.so.%%SHLIB_VER%%.debug
|
||||
libdata/pkgconfig/QtTest.pc
|
||||
@dirrmtry lib/qt4
|
||||
@dirrm include/qt4/QtTest
|
||||
@dirrmtry include/qt4/Qt
|
||||
@dirrmtry include/qt4
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= qvfb
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -30,28 +29,32 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \
|
||||
src/dbus src/network src/phonon \
|
||||
src/qt3support src/script src/sql src/svg src/testlib \
|
||||
src/tools src/xml src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/multimedia src/network src/opengl \
|
||||
src/openvg src/phonon src/qt3support src/s60installs \
|
||||
src/s60main src/script src/scripttools src/sql src/svg \
|
||||
src/testlib src/tools src/winmain src/xml src/xmlpatterns \
|
||||
src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/tools/${PORTNAME}
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../
|
||||
BUILD_WRKSRC= ${WRKSRC}/tools/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
CONFIGURE_ARGS+= -I../../include/Qt -I../../include
|
||||
CONFIGURE_ARGS+= -I../../include/Qt -I../../include
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${MKDIR} ${WRKSRC}/../../mkspecs
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${REINPLACE_CMD} -e 's|^TARGET.*|TARGET=qvfb-qt4|g' \
|
||||
${WRKSRC}/qvfb.pro
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../bin/uic
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../bin/rcc
|
||||
${BUILD_WRKSRC}/qvfb.pro
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/bin/uic
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -28,26 +28,30 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
|
||||
src/dbus src/gui src/network src/opengl \
|
||||
src/phonon src/qt3support src/script src/sql src/svg \
|
||||
src/testlib src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/gui src/multimedia src/network \
|
||||
src/opengl src/openvg src/phonon src/qt3support \
|
||||
src/s60installs src/s60main src/script src/scripttools src/sql \
|
||||
src/svg src/testlib src/winmain src/xmlpatterns \
|
||||
src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src/tools/${PORTNAME}
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../../
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/tools/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \
|
||||
${WRKSRC}/${PORTNAME}.pro
|
||||
${MKDIR} ${WRKSRC}/../../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake
|
||||
${BUILD_WRKSRC}/${PORTNAME}.pro
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
|
||||
do-build:
|
||||
cd ${CONFIGURE_WRKSRC}/src/tools/bootstrap/ && make
|
||||
pre-build:
|
||||
cd ${BUILD_WRKSRC}/../bootstrap && ${MAKE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= script
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -27,33 +26,36 @@ USE_LDCONFIG= ${PREFIX}/lib/qt4
|
||||
ALL_TARGET= first
|
||||
CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
|
||||
MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
PATH=${WRKSRC}/bin:$$PATH MAKEOBJDIR=.
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
|
||||
src/dbus src/gui src/network src/opengl src/phonon \
|
||||
src/qt3support src/sql src/svg src/testlib \
|
||||
src/tools src/xml src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/gui src/multimedia src/network \
|
||||
src/opengl src/openvg src/phonon src/qt3support \
|
||||
src/s60installs src/s60main src/scripttools src/sql src/svg \
|
||||
src/testlib src/tools src/winmain src/xml src/xmlpatterns \
|
||||
src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src/${PORTNAME}
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../
|
||||
PATCH_WRKSRC=${WRKSRC}/../../
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${MKDIR} ${WRKSRC}/../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../bin/moc
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|${PREFIX}/lib/qt4/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
|
||||
-e 's|.*$$(QMAKE).*||g' ${WRKSRC}/Makefile
|
||||
-e 's|.*$$(QMAKE).*||g' ${BUILD_WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
${WRKSRC}/../../lib/pkgconfig/QtScript.pc
|
||||
${WRKSRC}/lib/pkgconfig/QtScript.pc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -0,0 +1,14 @@
|
||||
--- src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h 2009-10-20 20:13:33.000000000 +1100
|
||||
+++ src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h 2009-10-16 16:01:06.000000000 +1100
|
||||
@@ -700,9 +700,9 @@
|
||||
#endif
|
||||
|
||||
#if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && !defined(WTF_USE_JSVALUE32_64)
|
||||
-#if PLATFORM(X86_64) && (PLATFORM(DARWIN) || PLATFORM(LINUX) || PLATFORM(SOLARIS) || PLATFORM(HPUX))
|
||||
+#if (PLATFORM(X86_64) && (PLATFORM(DARWIN) || PLATFORM(LINUX) || PLATFORM(FREEBSD) || PLATFORM(SOLARIS) || PLATFORM(HPUX)))
|
||||
#define WTF_USE_JSVALUE64 1
|
||||
-#elif (PLATFORM(IA64) && !PLATFORM(IA64_32)) || PLATFORM(SPARC64)
|
||||
+#elif (PLATFORM(IA64) && !PLATFORM(IA64_32)) || PLATFORM(SPARC64) || PLATFORM(ALPHA)
|
||||
#define WTF_USE_JSVALUE64 1
|
||||
#elif PLATFORM(ARM) || PLATFORM(PPC64)
|
||||
#define WTF_USE_JSVALUE32 1
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -8,6 +8,7 @@ include/qt4/Qt/qscriptengine.h
|
||||
include/qt4/Qt/qscriptengineagent.h
|
||||
include/qt4/Qt/qscriptextensioninterface.h
|
||||
include/qt4/Qt/qscriptextensionplugin.h
|
||||
include/qt4/Qt/qscriptprogram.h
|
||||
include/qt4/Qt/qscriptstring.h
|
||||
include/qt4/Qt/qscriptvalue.h
|
||||
include/qt4/Qt/qscriptvalueiterator.h
|
||||
@ -20,6 +21,7 @@ include/qt4/QtScript/QScriptEngine
|
||||
include/qt4/QtScript/QScriptEngineAgent
|
||||
include/qt4/QtScript/QScriptExtensionInterface
|
||||
include/qt4/QtScript/QScriptExtensionPlugin
|
||||
include/qt4/QtScript/QScriptProgram
|
||||
include/qt4/QtScript/QScriptString
|
||||
include/qt4/QtScript/QScriptSyntaxCheckResult
|
||||
include/qt4/QtScript/QScriptValue
|
||||
@ -36,6 +38,7 @@ include/qt4/QtScript/qscriptengine.h
|
||||
include/qt4/QtScript/qscriptengineagent.h
|
||||
include/qt4/QtScript/qscriptextensioninterface.h
|
||||
include/qt4/QtScript/qscriptextensionplugin.h
|
||||
include/qt4/QtScript/qscriptprogram.h
|
||||
include/qt4/QtScript/qscriptstring.h
|
||||
include/qt4/QtScript/qscriptvalue.h
|
||||
include/qt4/QtScript/qscriptvalueiterator.h
|
||||
@ -47,6 +50,7 @@ lib/qt4/libQtScript.so.%%SHLIB_SHVER%%
|
||||
lib/qt4/libQtScript.so.%%SHLIB_VER%%
|
||||
%%DEBUG%%lib/qt4/libQtScript.so.%%SHLIB_VER%%.debug
|
||||
libdata/pkgconfig/QtScript.pc
|
||||
@dirrmtry lib/qt4
|
||||
@dirrm include/qt4/QtScript
|
||||
@dirrmtry include/qt4/Qt
|
||||
@dirrmtry include/qt4
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME= scripttools
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -29,20 +28,24 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
|
||||
src/dbus src/network src/opengl src/phonon \
|
||||
src/qt3support src/sql src/svg src/testlib \
|
||||
src/tools src/xml src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/multimedia src/network src/opengl \
|
||||
src/openvg src/phonon src/qt3support src/s60installs \
|
||||
src/s60main src/sql src/svg src/testlib src/tools src/winmain \
|
||||
src/xml src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/freetype src/3rdparty/libjpeg src/3rdparty/libmng \
|
||||
src/3rdparty/libpng src/3rdparty/libtiff src/3rdparty/phonon \
|
||||
src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
BUILD_WRKSRC=${WRKSRC}/src/${PORTNAME}
|
||||
INSTALL_WRKSRC=${BUILD_WRKSRC}
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${WRKSRC}
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -11,4 +11,7 @@ lib/qt4/libQtScriptTools.so.%%SHLIB_SHVER%%
|
||||
lib/qt4/libQtScriptTools.so.%%SHLIB_VER%%
|
||||
%%DEBUG%%lib/qt4/libQtScriptTools.so.%%SHLIB_VER%%.debug
|
||||
libdata/pkgconfig/QtScriptTools.pc
|
||||
@dirrmtry lib/qt4
|
||||
@dirrm include/qt4/QtScriptTools
|
||||
@dirrmtry include/qt4/Qt
|
||||
@dirrmtry include/qt4
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= uic
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -29,27 +28,31 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
|
||||
src/dbus src/gui src/network src/opengl \
|
||||
src/phonon src/qt3support src/script src/sql src/svg \
|
||||
src/testlib src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/gui src/multimedia src/network \
|
||||
src/opengl src/openvg src/phonon src/qt3support \
|
||||
src/s60installs src/s60main src/script src/scripttools src/sql \
|
||||
src/svg src/testlib src/winmain src/xmlpatterns \
|
||||
src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src/tools/${PORTNAME}
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../../
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/tools/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/bin|g' \
|
||||
-e 's|^TARGET.*|TARGET=uic-qt4|g' \
|
||||
${WRKSRC}/${PORTNAME}.pro
|
||||
${MKDIR} ${WRKSRC}/../../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake
|
||||
${BUILD_WRKSRC}/${PORTNAME}.pro
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
|
||||
do-build:
|
||||
cd ${CONFIGURE_WRKSRC}/src/tools/bootstrap/ && make
|
||||
pre-build:
|
||||
cd ${BUILD_WRKSRC}/../bootstrap && ${MAKE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= uic3
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -29,21 +28,24 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
|
||||
src/dbus src/opengl src/phonon \
|
||||
src/script src/svg src/testlib \
|
||||
src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/multimedia src/network src/opengl \
|
||||
src/openvg src/phonon src/s60installs src/s60main src/script \
|
||||
src/scripttools src/sql src/svg src/testlib src/winmain \
|
||||
src/xmlpatterns src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src/tools/${PORTNAME}
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../../
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/tools/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${MKDIR} ${WRKSRC}/../../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -7,34 +7,34 @@
|
||||
|
||||
PORTNAME= qt4
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_QT}
|
||||
DISTNAME= qt-x11-opensource-src-${PORTVERSION}
|
||||
DIST_SUBDIR= KDE
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # none
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Multiplatform C++ application framework (metaport)
|
||||
|
||||
OPTIONS= SQL_PLUGINS "Database connectivity plugins for QtSql" off \
|
||||
OPTIONS= CODECS "Enable support for CN, JP, KR, TW" off \
|
||||
PHONON "Phonon support" off \
|
||||
QTCONFIG "Qt configuration (depends on PHONON)" off \
|
||||
PHONON "Phonon support (conflicts with KDE4)" off \
|
||||
CODECS "Enable support for CN, JP, KR, TW" off \
|
||||
TOOLS "Install Qt tools (qmake, moc, etc.)" off
|
||||
SQL_PLUGINS "Database connectivity plugins for QtSql" off \
|
||||
TOOLS "Install Qt tools (qmake, moc, etc.)" off \
|
||||
DEMO "Install demonstration and example programs" off
|
||||
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= accessible assistant assistant-adp assistantclient \
|
||||
clucene corelib dbus designer doc help gui iconengines \
|
||||
imageformats inputmethods network opengl qdbusviewer \
|
||||
qt3support qtestlib qvfb script scripttools sql svg webkit \
|
||||
xml xmlpatterns xmlpatterns-tool
|
||||
clucene corelib dbus designer doc help gui iconengines \
|
||||
imageformats inputmethods multimedia network opengl \
|
||||
qdbusviewer qt3support qtestlib qvfb script scripttools \
|
||||
sql svg webkit xml xmlpatterns xmlpatterns-tool
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
RUN_DEPENDS+= qt4-l10n>=${QT4_VERSION}:${PORTSDIR}/misc/qt4-l10n
|
||||
QT_COMPONENTS+= l10n
|
||||
.endif
|
||||
|
||||
.if defined(WITH_TOOLS)
|
||||
@ -55,13 +55,16 @@ QT_COMPONENTS+= codecs-cn codecs-jp codecs-kr codecs-tw
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SQL_PLUGINS)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt4-mysql-plugin \
|
||||
${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlodbc.so:${PORTSDIR}/databases/qt4-odbc-plugin \
|
||||
${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlpsql.so:${PORTSDIR}/databases/qt4-pgsql-plugin \
|
||||
${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlite2.so:${PORTSDIR}/databases/qt4-sqlite-plugin \
|
||||
${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlite.so:${PORTSDIR}/databases/qt4-sqlite3-plugin
|
||||
QT_COMPONENTS+= sql-mysql sql-odbc sql-pgsql sql-sqlite2 sql-sqlite3
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DEMO)
|
||||
QT_COMPONENTS+= demo
|
||||
.endif
|
||||
|
||||
do-patch: #empty
|
||||
${DO_NADA}
|
||||
|
||||
do-install: #empty
|
||||
${DO_NADA}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (KDE/qt-x11-opensource-src-4.5.3.tar.gz) = 3988cf9af68be2df8a8000ede231de9b
|
||||
SHA256 (KDE/qt-x11-opensource-src-4.5.3.tar.gz) = 0c87fc42825d3556970db4412257c6874e716ac3bc45e6f273924d5d6a089aa6
|
||||
SIZE (KDE/qt-x11-opensource-src-4.5.3.tar.gz) = 125384668
|
||||
MD5 (KDE/qt-everywhere-opensource-src-4.6.1.tar.gz) = 0542a4be6425451ab5f668c6899cac36
|
||||
SHA256 (KDE/qt-everywhere-opensource-src-4.6.1.tar.gz) = 4c84b39b8a2546854ce9c0c9f761dd55da76dab2c33eeb876e3d17db1d2ea0c5
|
||||
SIZE (KDE/qt-everywhere-opensource-src-4.6.1.tar.gz) = 160197277
|
||||
|
7392
devel/qt4/files/configure
vendored
7392
devel/qt4/files/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,162 +0,0 @@
|
||||
--- ./configure.orig 2009-09-29 15:01:31.000000000 +0400
|
||||
+++ ./configure 2009-10-04 01:56:41.000000000 +0400
|
||||
@@ -2124,12 +2124,6 @@
|
||||
chmod 755 "$outpath/bin/syncqt"
|
||||
fi
|
||||
|
||||
- # symlink the mkspecs directory
|
||||
- mkdir -p "$outpath/mkspecs"
|
||||
- rm -f "$outpath"/mkspecs/*
|
||||
- ln -s "$relpath"/mkspecs/* "$outpath/mkspecs"
|
||||
- rm -f "$outpath/mkspecs/default"
|
||||
-
|
||||
# symlink the doc directory
|
||||
rm -rf "$outpath/doc"
|
||||
ln -s "$relpath/doc" "$outpath/doc"
|
||||
@@ -2168,7 +2162,7 @@
|
||||
# find a make command
|
||||
if [ -z "$MAKE" ]; then
|
||||
MAKE=
|
||||
- for mk in gmake make; do
|
||||
+ for mk in make; do
|
||||
if "$WHICH" $mk >/dev/null 2>&1; then
|
||||
MAKE=`$WHICH $mk`
|
||||
break
|
||||
@@ -4069,7 +4063,7 @@
|
||||
}
|
||||
|
||||
# build qmake
|
||||
-if true; then ###[ '!' -f "$outpath/bin/qmake" ];
|
||||
+if false; then ###[ '!' -f "$outpath/bin/qmake" ];
|
||||
echo "Creating qmake. Please wait..."
|
||||
|
||||
OLD_QCONFIG_H=
|
||||
@@ -4797,12 +4791,13 @@
|
||||
fi
|
||||
|
||||
# Check we actually have X11 :-)
|
||||
- if ! "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/x11/xlib "XLib" $L_FLAGS $I_FLAGS $l_FLAGS $X11TESTS_FLAGS; then
|
||||
- echo "Basic XLib functionality test failed!"
|
||||
- echo " You might need to modify the include and library search paths by editing"
|
||||
- echo " QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in ${XQMAKESPEC}."
|
||||
- exit 1
|
||||
- fi
|
||||
+# Requires X11 environment, disable test
|
||||
+# if ! "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/x11/xlib "XLib" $L_FLAGS $I_FLAGS $l_FLAGS $X11TESTS_FLAGS; then
|
||||
+# echo "Basic XLib functionality test failed!"
|
||||
+# echo " You might need to modify the include and library search paths by editing"
|
||||
+# echo " QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in ${XQMAKESPEC}."
|
||||
+# exit 1
|
||||
+# fi
|
||||
|
||||
# auto-detect OpenGL support (es1 = OpenGL ES 1.x Common, es1cl = ES 1.x common lite, es2 = OpenGL ES 2.x)
|
||||
if [ "$CFG_OPENGL" = "auto" ] || [ "$CFG_OPENGL" = "yes" ]; then
|
||||
@@ -5652,7 +5647,7 @@
|
||||
QT_CONFIG="$QT_CONFIG phonon-backend"
|
||||
fi
|
||||
else
|
||||
- QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_PHONON"
|
||||
+# QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_PHONON"
|
||||
fi
|
||||
|
||||
# disable accessibility
|
||||
@@ -5664,7 +5659,7 @@
|
||||
|
||||
# enable opengl
|
||||
if [ "$CFG_OPENGL" = "no" ]; then
|
||||
- QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_OPENGL"
|
||||
+# QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_OPENGL"
|
||||
else
|
||||
QT_CONFIG="$QT_CONFIG opengl"
|
||||
fi
|
||||
@@ -6038,7 +6033,7 @@
|
||||
if [ "$CFG_XMLPATTERNS" = "yes" ]; then
|
||||
QT_CONFIG="$QT_CONFIG xmlpatterns"
|
||||
else
|
||||
- QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XMLPATTERNS"
|
||||
+# QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XMLPATTERNS"
|
||||
fi
|
||||
|
||||
if [ "$CFG_SVG" = "yes" ]; then
|
||||
@@ -6535,10 +6530,10 @@
|
||||
[ "$CFG_JPEG" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_IMAGEFORMAT_JPEG"
|
||||
[ "$CFG_MNG" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_IMAGEFORMAT_MNG"
|
||||
[ "$CFG_ZLIB" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_ZLIB"
|
||||
-[ "$CFG_EXCEPTIONS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_EXCEPTIONS"
|
||||
+# [ "$CFG_EXCEPTIONS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_EXCEPTIONS"
|
||||
[ "$CFG_IPV6" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_IPV6"
|
||||
[ "$CFG_SXE" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_SXE"
|
||||
-[ "$CFG_DBUS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_DBUS"
|
||||
+# [ "$CFG_DBUS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_DBUS"
|
||||
|
||||
if [ "$PLATFORM_QWS" != "yes" ]; then
|
||||
[ "$CFG_GRAPHICS_SYSTEM" = "raster" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_GRAPHICSSYSTEM_RASTER"
|
||||
@@ -6546,34 +6541,34 @@
|
||||
fi
|
||||
|
||||
# X11/Unix/Mac only configs
|
||||
-[ "$CFG_CUPS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CUPS"
|
||||
+%%CUPS%%[ "$CFG_CUPS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CUPS"
|
||||
[ "$CFG_ICONV" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_ICONV"
|
||||
[ "$CFG_GLIB" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GLIB"
|
||||
-[ "$CFG_GSTREAMER" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GSTREAMER"
|
||||
-[ "$CFG_QGTKSTYLE" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_STYLE_GTK"
|
||||
+# [ "$CFG_GSTREAMER" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GSTREAMER"
|
||||
+%%QGTKSTYLE%%[ "$CFG_QGTKSTYLE" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_STYLE_GTK"
|
||||
[ "$CFG_CLOCK_MONOTONIC" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CLOCK_MONOTONIC"
|
||||
[ "$CFG_MREMAP" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_MREMAP"
|
||||
[ "$CFG_GETADDRINFO" = "no" ]&& QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GETADDRINFO"
|
||||
[ "$CFG_IPV6IFNAME" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_IPV6IFNAME"
|
||||
[ "$CFG_GETIFADDRS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_GETIFADDRS"
|
||||
[ "$CFG_INOTIFY" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_INOTIFY"
|
||||
-[ "$CFG_NAS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_NAS"
|
||||
+%%NAS%%[ "$CFG_NAS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_NAS"
|
||||
[ "$CFG_NIS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_NIS"
|
||||
[ "$CFG_OPENSSL" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_OPENSSL"
|
||||
[ "$CFG_OPENSSL" = "linked" ]&& QCONFIG_FLAGS="$QCONFIG_FLAGS QT_LINKED_OPENSSL"
|
||||
|
||||
-[ "$CFG_SM" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_SESSIONMANAGER"
|
||||
-[ "$CFG_XCURSOR" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XCURSOR"
|
||||
-[ "$CFG_XFIXES" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XFIXES"
|
||||
-[ "$CFG_FONTCONFIG" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_FONTCONFIG"
|
||||
-[ "$CFG_XINERAMA" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XINERAMA"
|
||||
-[ "$CFG_XKB" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XKB"
|
||||
-[ "$CFG_XRANDR" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XRANDR"
|
||||
-[ "$CFG_XRENDER" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XRENDER"
|
||||
-[ "$CFG_MITSHM" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_MITSHM"
|
||||
-[ "$CFG_XSHAPE" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_SHAPE"
|
||||
-[ "$CFG_XSYNC" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XSYNC"
|
||||
-[ "$CFG_XINPUT" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XINPUT QT_NO_TABLET"
|
||||
+# [ "$CFG_SM" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_SESSIONMANAGER"
|
||||
+# [ "$CFG_XCURSOR" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XCURSOR"
|
||||
+# [ "$CFG_XFIXES" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XFIXES"
|
||||
+# [ "$CFG_FONTCONFIG" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_FONTCONFIG"
|
||||
+# [ "$CFG_XINERAMA" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XINERAMA"
|
||||
+# [ "$CFG_XKB" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XKB"
|
||||
+# [ "$CFG_XRANDR" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XRANDR"
|
||||
+# [ "$CFG_XRENDER" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XRENDER"
|
||||
+# [ "$CFG_MITSHM" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_MITSHM"
|
||||
+# [ "$CFG_XSHAPE" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_SHAPE"
|
||||
+# [ "$CFG_XSYNC" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XSYNC"
|
||||
+# [ "$CFG_XINPUT" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_XINPUT QT_NO_TABLET"
|
||||
|
||||
[ "$CFG_XCURSOR" = "runtime" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_RUNTIME_XCURSOR"
|
||||
[ "$CFG_XINERAMA" = "runtime" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_RUNTIME_XINERAMA"
|
||||
@@ -7084,7 +7079,7 @@
|
||||
if [ -f "${relpath}/projects.pro" ]; then
|
||||
mkfile="${outpath}/Makefile"
|
||||
[ -f "$mkfile" ] && chmod +w "$mkfile"
|
||||
- QTDIR="$outpath" "$outpath/bin/qmake" -spec "$XQMAKESPEC" "${relpath}/projects.pro" -o "$mkfile"
|
||||
+ QTDIR="$outpath" qmake-qt4 -spec "$XQMAKESPEC" "${relpath}/projects.pro" -o "$mkfile"
|
||||
fi
|
||||
|
||||
# .projects -> projects to process
|
||||
@@ -7257,7 +7252,7 @@
|
||||
echo " for $a\c"
|
||||
fi
|
||||
|
||||
- QMAKE="$outpath/bin/qmake"
|
||||
+ QMAKE="qmake-qt4"
|
||||
QMAKE_ARGS="$QMAKE_SWITCHES $QMAKE_SPEC_ARGS"
|
||||
if [ "$file" = ".projects.3" ]; then
|
||||
if echo '\c' | grep '\c' >/dev/null; then
|
56
devel/qt4/files/patch-configure
Normal file
56
devel/qt4/files/patch-configure
Normal file
@ -0,0 +1,56 @@
|
||||
--- ./configure.orig 2010-01-15 20:01:30.000000000 +0300
|
||||
+++ ./configure 2010-01-20 10:20:34.848078900 +0300
|
||||
@@ -2261,11 +2261,6 @@
|
||||
chmod 755 "$outpath/bin/syncqt"
|
||||
fi
|
||||
|
||||
- # symlink the mkspecs directory
|
||||
- mkdir -p "$outpath/mkspecs"
|
||||
- rm -f "$outpath"/mkspecs/*
|
||||
- ln -s "$relpath"/mkspecs/* "$outpath/mkspecs"
|
||||
- rm -f "$outpath/mkspecs/default"
|
||||
|
||||
# symlink the doc directory
|
||||
rm -rf "$outpath/doc"
|
||||
@@ -2296,7 +2291,7 @@
|
||||
# find a make command
|
||||
if [ -z "$MAKE" ]; then
|
||||
MAKE=
|
||||
- for mk in gmake make; do
|
||||
+ for mk in make; do
|
||||
if "$WHICH" $mk >/dev/null 2>&1; then
|
||||
MAKE=`"$WHICH" $mk`
|
||||
break
|
||||
@@ -2946,7 +2941,7 @@
|
||||
fi
|
||||
|
||||
QMAKE_CONF_COMPILER=`getQMakeConf "$XQMAKESPEC" | grep "^QMAKE_CXX[^_A-Z0-9]" | sed "s,.* *= *\(.*\)$,\1," | tail -1`
|
||||
-TEST_COMPILER="$CC"
|
||||
+TEST_COMPILER="$CXX"
|
||||
[ -z "$TEST_COMPILER" ] && TEST_COMPILER=$QMAKE_CONF_COMPILER
|
||||
if [ -z "$TEST_COMPILER" ]; then
|
||||
echo "ERROR: Cannot set the compiler for the configuration tests"
|
||||
@@ -4296,7 +4291,7 @@
|
||||
}
|
||||
|
||||
# build qmake
|
||||
-if true; then ###[ '!' -f "$outpath/bin/qmake" ];
|
||||
+if false; then ###[ '!' -f "$outpath/bin/qmake" ];
|
||||
echo "Creating qmake. Please wait..."
|
||||
|
||||
OLD_QCONFIG_H=
|
||||
@@ -5059,14 +5054,6 @@
|
||||
X11TESTS_FLAGS="$X11TESTS_FLAGS -fpermissive"
|
||||
fi
|
||||
|
||||
- # Check we actually have X11 :-)
|
||||
- "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/x11/xlib "XLib" $L_FLAGS $I_FLAGS $l_FLAGS $X11TESTS_FLAGS
|
||||
- if [ $? != "0" ]; then
|
||||
- echo "Basic XLib functionality test failed!"
|
||||
- echo " You might need to modify the include and library search paths by editing"
|
||||
- echo " QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in ${XQMAKESPEC}."
|
||||
- exit 1
|
||||
- fi
|
||||
|
||||
# auto-detect OpenGL support (es1 = OpenGL ES 1.x Common, es1cl = ES 1.x common lite, es2 = OpenGL ES 2.x)
|
||||
if [ "$CFG_OPENGL" = "auto" ] || [ "$CFG_OPENGL" = "yes" ]; then
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= iconengines
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= graphics
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -29,22 +28,26 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
|
||||
src/dbus src/network src/opengl src/phonon \
|
||||
src/qt3support src/script src/sql src/testlib \
|
||||
src/tools src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
src/activeqt src/dbus src/multimedia src/network src/opengl \
|
||||
src/openvg src/phonon src/qt3support src/s60installs \
|
||||
src/s60main src/script src/scripttools src/sql src/testlib \
|
||||
src/tools src/winmain src/xml src/xmlpatterns \
|
||||
src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src/plugins/iconengines/svgiconengine
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../../..
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/plugins/${PORTNAME}/svgiconengine
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${MKDIR} ${WRKSRC}/../../../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../../bin/moc
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
@ -1,3 +1,4 @@
|
||||
lib/qt4/plugins/iconengines/libqsvgicon.so
|
||||
%%DEBUG%%lib/qt4/plugins/iconengines/libqsvgicon.so.debug
|
||||
@dirrmtry lib/qt4/plugins/iconengines
|
||||
%%QT_PLUGINDIR_REL%%/iconengines/libqsvgicon.so
|
||||
%%DEBUG%%%%QT_PLUGINDIR_REL%%/iconengines/libqsvgicon.so.debug
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%/iconengines
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
PORTNAME= imageformats
|
||||
PORTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 0
|
||||
CATEGORIES?= graphics
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -34,23 +33,27 @@ MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
|
||||
src/dbus src/network src/opengl src/phonon \
|
||||
src/qt3support src/script src/sql src/testlib \
|
||||
src/tools src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= |${TAR} -xf -
|
||||
src/activeqt src/dbus src/multimedia src/network src/opengl \
|
||||
src/openvg src/phonon src/qt3support src/s60installs \
|
||||
src/s60main src/script src/scripttools src/sql src/testlib \
|
||||
src/tools src/winmain src/xml src/xmlpatterns \
|
||||
src/3rdparty/clucene src/3rdparty/freetype \
|
||||
src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
|
||||
src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src/plugins/${PORTNAME}
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/../../..
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/plugins/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
pre-configure:
|
||||
${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
|
||||
${MKDIR} ${WRKSRC}/../../../mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../../bin/rcc
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/bin/rcc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/index.html
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user