| non port: Mk/bsd.qt.mk |
|
CVSWeb
|
Number of commits found: 9 |
|
Tue, 5 Aug 2008
|
[ 00:30 miwi ]
1.12 accessibility/qt4-accessible/Makefile
1.9 chinese/qt4-codecs-cn/Makefile
1.10 chinese/qt4-codecs-tw/Makefile
1.11 databases/qt4-ibase-plugin/Makefile
1.10 databases/qt4-mysql-plugin/Makefile
1.10 databases/qt4-odbc-plugin/Makefile
1.10 databases/qt4-pgsql-plugin/Makefile
1.12 databases/qt4-sql/Makefile
1.10 databases/qt4-sqlite-plugin/Makefile
1.10 databases/qt4-sqlite3-plugin/Makefile
(Only the first 10 of 151 ports in this commit are shown above. )
- Update to qt 4.4.1
Note:
With this update several ports specific problems
have been fixed. Qt4 headers and libraries have
been moved to include/qt4 and lib/qt4. bsd.qt.mk
defines QT_INCDIR and QT_LIBDIR now, which could
be used in qt4-dependent ports if required.
Thanks to: Max Brazhnikov Danny Pansters
|
|
Thu, 13 Mar 2008
|
[ 17:57 lofi ]
1.10 accessibility/qt4-accessible/Makefile
1.8 chinese/qt4-codecs-cn/Makefile
1.9 chinese/qt4-codecs-tw/Makefile
1.9 databases/qt4-ibase-plugin/Makefile
1.8 databases/qt4-mysql-plugin/Makefile
1.8 databases/qt4-odbc-plugin/Makefile
1.8 databases/qt4-pgsql-plugin/Makefile
1.10 databases/qt4-sql/Makefile
1.8 databases/qt4-sqlite-plugin/Makefile
1.8 databases/qt4-sqlite3-plugin/Makefile
(Only the first 10 of 121 ports in this commit are shown above. )
Update to Qt 4.3.4
|
|
Sun, 2 Sep 2007
|
[ 07:23 lofi ]
1.9 accessibility/qt4-accessible/Makefile
1.7 chinese/qt4-codecs-cn/Makefile
1.8 chinese/qt4-codecs-tw/Makefile
1.12 databases/qt-ibase-plugin/Makefile
1.15 databases/qt-mysql-plugin/Makefile
1.10 databases/qt-odbc-plugin/Makefile
1.14 databases/qt-pgsql-plugin/Makefile
1.11 databases/qt-sqlite-plugin/Makefile
1.11 devel/qmake4/Makefile
1.12 devel/qt4-assistant/Makefile
(Only the first 10 of 110 ports in this commit are shown above. )
Update to Qt 4.3.1.
|
|
Sat, 11 Aug 2007
|
[ 11:27 lofi ]
1.10 devel/qmake4/Makefile
1.6 devel/qmake4/files/Makefile.bsd
1.6 Mk/bsd.qt.mk
Change PKGNAME of devel/qmake4 to qt4-qmake, bringing it in line with
the rest of the qt4 ports and avoiding dependency resolution troubles
if devel/qmake is installed on the same system.
While here, change NOMAN to NO_MAN in Makefile.bsd.
PR: ports/115352
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
|
|
Fri, 3 Aug 2007
|
[ 20:11 lofi ]
1.5 Mk/bsd.qt.mk
Add a QMAKEFLAGS variable that contains some useful mappings of
standard make and environment variables to their qmake counterparts:
QMAKE_CC="${CC}" QMAKE_CXX="${CXX}" QMAKE_LINK_SHLIB="${CXX}"
QMAKE_LINK="${CXX}" QMAKE_CFLAGS="${CFLAGS}"
QMAKE_CXXFLAGS="${CXXFLAGS}" QMAKE_CFLAGS_THREAD="${PTHREAD_CFLAGS}"
QMAKE_LFLAGS_THREAD="${PTHREAD_LIBS}"
This is mostly useful for ports which call ${QMAKE} directly in some
target and want to override some of the defaults in qmake.conf.
|
|
Thu, 2 Aug 2007
|
[ 23:57 lofi ]
1.4 Mk/bsd.qt.mk
Forced commit to note another change:
The Qt4 ports are now build without debugging support by default. To enable
it, define WANT_QT_DEBUG.
|
[ 23:37 lofi ]
1.8 accessibility/qt4-accessible/Makefile
1.6 chinese/qt4-codecs-cn/Makefile
1.7 chinese/qt4-codecs-tw/Makefile
1.8 databases/qt4-ibase-plugin/Makefile
1.7 databases/qt4-mysql-plugin/Makefile
1.7 databases/qt4-odbc-plugin/Makefile
1.7 databases/qt4-pgsql-plugin/Makefile
1.9 databases/qt4-sql/Makefile
1.7 databases/qt4-sqlite-plugin/Makefile
1.7 databases/qt4-sqlite3-plugin/Makefile
(Only the first 10 of 82 ports in this commit are shown above. )
- bsd.qt.mk:
QT_COMPONENTS can now be depended on at runtime or buildtime only by
specifiying them as <component>_build or <component>_run, respectively.
Specifying <component> without any suffix will depend on the component
at both build- and runtime just like before.
- Convert Qt core ports to use the new dependency switches.
- Add a patch to corelib to fix Qt4 on ARM, submitted by:
Björn König <bkoenig@alpha-tierchen.de>
|
|
Fri, 27 Jul 2007
|
[ 11:31 lofi ]
1.7 devel/qmake4/Makefile
1.10 devel/qt4-designer/Makefile
1.11 x11-toolkits/qt4-gui/Makefile
1.2 Mk/bsd.qt.mk
The bug that makes gcc 3.4 choke on some amd64 inline assembler does not
only affect the Qt4 core ports but ports depending on them as well, so
try a more sweeping approach for a workaround.
|
|
Mon, 16 Jul 2007
|
[ 11:12 lofi ]
1.7 accessibility/qt4-accessible/Makefile
1.5 chinese/qt4-codecs-cn/Makefile
1.6 chinese/qt4-codecs-tw/Makefile
1.6 databases/qt4-ibase-plugin/Makefile
1.6 databases/qt4-mysql-plugin/Makefile
1.6 databases/qt4-odbc-plugin/Makefile
1.6 databases/qt4-pgsql-plugin/Makefile
1.8 databases/qt4-sql/Makefile
1.6 databases/qt4-sqlite-plugin/Makefile
1.6 databases/qt4-sqlite3-plugin/Makefile
(Only the first 10 of 125 ports in this commit are shown above. )
Update to Qt 4.3.0, introduce bsd.qt.mk.
Approved by: portmgr (bsd.port.mk changes)
|
Number of commits found: 9 |