summaryrefslogtreecommitdiff
path: root/misc/qt4-qtdemo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to qt 4.4.1Martin Wilke2008-08-043-2262/+2786
| | | | | | | | | | | | | | 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
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Update to Qt 4.3.4Michael Nottebrock2008-03-132-5/+3
| | | | Notes: svn path=/head/; revision=208981
* Update to Qt 4.3.1.Michael Nottebrock2007-09-022-20/+43
| | | | Notes: svn path=/head/; revision=198629
* - bsd.qt.mk:Michael Nottebrock2007-08-022-180/+181
| | | | | | | | | | | | | | | 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-163-59/+341
| | | | | | | Approved by: portmgr (bsd.port.mk changes) Notes: svn path=/head/; revision=195715
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Rename all binaries in qt4 which conflict with binaries installed byMichael Nottebrock2007-04-191-4/+4
| | | | | | | | | | qt33 to ($binary)-qt4 and adjust dependencies accordingly. This avoids conflicts once X11BASE has been changed to /usr/local and incidentally makes the naming scheme of the qt4 executables in ports equal to that of the Fedora Core and Debian packages. Notes: svn path=/head/; revision=190368
* Update to 4.2.3Michael Nottebrock2007-03-252-7/+7
| | | | Notes: svn path=/head/; revision=188232
* Fix plistMichael Nottebrock2007-02-112-1/+78
| | | | Notes: svn path=/head/; revision=184862
* Add dependency on dbus-qt4Michael Nottebrock2007-02-081-1/+2
| | | | Notes: svn path=/head/; revision=184597
* Post-import bugfixorama:Michael Nottebrock2007-02-061-1/+2
| | | | | | | | | | | | | | - Move qt4-codecs-tw to chinese [1] - Add some missing quotes [1] - From the "this never happened in the clean room" dept: Disable session management support more universally to avoid linktime errors. [1] Spotted by: rafan Notes: svn path=/head/; revision=184359
* Add qt4, a multiplatform C++ application frameworkMichael Nottebrock2007-02-054-0/+1952
Notes: svn path=/head/; revision=184304