aboutsummaryrefslogtreecommitdiff
path: root/databases/qt4-pgsql-plugin
Commit message (Collapse)AuthorAgeFilesLines
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Update to Qt 4.3.4Michael Nottebrock2008-03-131-3/+3
| | | | Notes: svn path=/head/; revision=208981
* Update to Qt 4.3.1.Michael Nottebrock2007-09-023-6/+6
| | | | Notes: svn path=/head/; revision=198629
* - bsd.qt.mk:Michael Nottebrock2007-08-021-1/+1
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=196993
* Update to Qt 4.3.0, introduce bsd.qt.mk.Michael Nottebrock2007-07-162-10/+11
| | | | | | | Approved by: portmgr (bsd.port.mk changes) Notes: svn path=/head/; revision=195715
* Add build dependency on qt4-mocMichael Nottebrock2007-07-141-0/+1
| | | | Notes: svn path=/head/; revision=195620
* During regression testing the WIP Qt 4.3.0 ports, I found that the sqlMichael Nottebrock2007-07-132-4/+13
| | | | | | | | | | | | | | | 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
* Update to 4.2.3Michael Nottebrock2007-03-252-4/+4
| | | | Notes: svn path=/head/; revision=188232
* Add qt4, a multiplatform C++ application frameworkMichael Nottebrock2007-02-055-0/+62
Notes: svn path=/head/; revision=184304