aboutsummaryrefslogtreecommitdiff
path: root/devel/qt4-corelib
Commit message (Collapse)AuthorAgeFilesLines
* kde@freebsd team is pleased to announce the update for Qt4 ports.Max Brazhnikov2009-01-133-6/+5
| | | | | | | | | | | Qt4 ports have been updated from 4.4.1 to 4.4.3. With this update new port misc/qt4-l10n has been added. This port provides localisation support for Qt4 developers tools designer, linguist, etc. Approved by: miwi (mentor) Notes: svn path=/head/; revision=225988
* - Update qt 4.4.1Martin Wilke2008-08-053-449/+536
| | | | Notes: svn path=/head/; revision=218048
* 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-135-18/+58
| | | | Notes: svn path=/head/; revision=208981
* Fix potential vulnerability from an off-by-one error in the QUtf8DecoderMichael Nottebrock2007-09-182-1/+12
| | | | | | | | | class. Security: CVS-2007-4137 Notes: svn path=/head/; revision=199685
* Update to Qt 4.3.1.Michael Nottebrock2007-09-024-19/+11
| | | | Notes: svn path=/head/; revision=198629
* - bsd.qt.mk:Michael Nottebrock2007-08-023-7/+13
| | | | | | | | | | | | | | | 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
* Fix various format string vulnerabilities in Qt3 and Qt4.Michael Nottebrock2007-07-302-2/+44
| | | | | | | | Security: http://trolltech.com/company/newsroom/announcements/press.2007-07-27.750375 Security: CVE-2007-3388 Notes: svn path=/head/; revision=196763
* Update to Qt 4.3.0, introduce bsd.qt.mk.Michael Nottebrock2007-07-165-179/+30
| | | | | | | Approved by: portmgr (bsd.port.mk changes) Notes: svn path=/head/; revision=195715
* Try and not leave an empty share/qt4 behind if a port that just usesMichael Nottebrock2007-07-022-1/+2
| | | | | | | USE_QT_VER=4 gets built on pointyhat. Notes: svn path=/head/; revision=194657
* Fix/remove bogus paths pointing to the build directory from pkgconfig files,Michael Nottebrock2007-05-011-1/+5
| | | | | | | | | | libtool archives and dot-prl files. PR: ports/112228 Submitted by: Koji Yokota <yokota@res.otaru-uc.ac.jp> Notes: svn path=/head/; revision=191292
* Avoid bad code generation with gcc4 in QLocale.Michael Nottebrock2007-04-271-0/+11
| | | | Notes: svn path=/head/; revision=191001
* Rename all binaries in qt4 which conflict with binaries installed byMichael Nottebrock2007-04-191-2/+2
| | | | | | | | | | 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
* Fix handling of overlong UTF8 sequences in Qt and kdelibs, which, unpatched,Michael Nottebrock2007-03-302-1/+134
| | | | | | | | | | introduces XSS vulnerabilities in Konqueror and potentially affect any Qt/KDE applications which deal with URLs or paths from untrusted locations. Security: CVE-2007-0242 Notes: svn path=/head/; revision=188834
* Update to 4.2.3Michael Nottebrock2007-03-253-8/+8
| | | | Notes: svn path=/head/; revision=188232
* Install pkgconfig data into the correct location.Michael Nottebrock2007-02-092-3/+3
| | | | Notes: svn path=/head/; revision=184651
* From the "who gave this guy a commit bit" dept.:Michael Nottebrock2007-02-061-1/+0
| | | | | | | | | | | | | -Fix categories which got mixed up during juggling with different repos. -Remove NO_FILTER_SHLIBS, which disappeared shortly before Qt4 was committed. Noticed by: erwin, pav Notes: svn path=/head/; revision=184369
* 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/+517
Notes: svn path=/head/; revision=184304