summaryrefslogtreecommitdiff
path: root/databases/qt4-sqlite3-plugin/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* qt4 sqldrivers: Switch to a proper qmake build, use Makefile.sqldrivers.Raphael Kubo da Costa2016-03-101-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | We've recently started receiving pkg-fallout emails because qt4-mysql-plugin is failing to build in HEAD. It turns out we were using some custom-made Makefile.bsd files to drive the builds, and they did not always register all dependencies between the files correctly. Fix it by switching to a proper qmake build that uses the .pro files shipped with Qt4 itself: they can be used without running the `configure' script almost as if they were not part of the Qt distribution itself. By doing this we can stop having our own Makefiles and also stop setting a lot of variables in the port Makefiles. While here, consolidate most of the variable setting into a single Makefile.sqldrivers in devel/qt4 (like we already do for devel/qt5) so that each of the qt4-*-plugin ports only need to set a few values such as the plugin name and additional USES or includes that might be necessary. Bump PORTREVISION because we now include the debug versions of the plugins in PLIST_FILES when the ports are built with WITH_DEBUG=yes (they were already shipped before, but not registered in the plists). Notes: svn path=/head/; revision=410751
* Update Qt to 4.8.5 and Qt Creator to 2.8.0.Raphael Kubo da Costa2013-10-131-9/+2
| | | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team, with commits by makc@, Schaich Alonso and yours truly. Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33 (from ports), staging support in the Makefiles and dependency fixes related to pkg-config. Many thanks to the people who helped test the ports using our area51 repository, and also to the people who provided patches and bug reports via GNATS! PR: ports/180615 ports/181921 ports/182049 Notes: svn path=/head/; revision=330266
* - Update Qt4 to 4.5.2Martin Wilke2009-08-041-3/+3
| | | | | | | | | | The KDE FreeBSD team would like to say thanks to all the helpers and submitters. Tested by: pointyhat-exp-run (pav/miwi) Notes: svn path=/head/; revision=238901
* - Update to qt 4.4.1Martin Wilke2008-08-041-3/+4
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=218043
* Update to Qt 4.3.1.Michael Nottebrock2007-09-021-1/+1
| | | | Notes: svn path=/head/; revision=198629
* During regression testing the WIP Qt 4.3.0 ports, I found that the sqlMichael Nottebrock2007-07-131-3/+9
| | | | | | | | | | | | | | | driver plugins were all broken - even in the current ports! :( I am quite astonished nobody complained about this yet. Is there nobody developing applications with database backends using Qt4 on FreeBSD? The ports let you use the QtSql library and the database plugins without any X11 dependencies! Using Qt for database frontends has never been so attractive! Anyway, this should fix the plugins. Notes: svn path=/head/; revision=195506
* Add qt4, a multiplatform C++ application frameworkMichael Nottebrock2007-02-051-0/+18
Notes: svn path=/head/; revision=184304