aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt4-gui
Commit message (Collapse)AuthorAgeFilesLines
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Remove latest usage of X_FONTS_ENCODINGS_PORT and X_FONTS_TTF_PORTBaptiste Daroussin2013-07-081-2/+2
| | | | Notes: svn path=/head/; revision=322490
* Add the patch I added to qt4-corelib in r317896 to some other Qt ports.Raphael Kubo da Costa2013-05-151-0/+35
| | | | | | | | | | | | | | | | These ports which previously failed to build with clang-i386 use their private copies of the qsimd_p.h header, since this private header is not installed at all (which, in turns, makes the PORTREVISION bump in qt4-corelib quite useless). We thus need to add a copy of the same patch to all these ports to make sure the qsim_p.h they use when being built is actually the one we want. Hopefully this gets miwi happy and people on clang-i386 can build these ports again. Notes: svn path=/head/; revision=318239
* Import my upstream commit to fix the detection of 3dNOW! support.Raphael Kubo da Costa2013-05-111-1/+0
| | | | | | | | | | | | | | | The patch was originally written by dim@ and fixes the way Qt includes the <mm3dnow.h> header. See the upstream commits' message for more information. Practically speaking, this should make the Qt ports build with clang on i386 again, and allows us to revert commits r316233, r316348 and r316341: miwi was very laconic in his commit messages, but the changes all point to the issue being fixed here. Submitted by: dim Notes: svn path=/head/; revision=317896
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-1/+0
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* - Make qt4 compile under FreeBSD 10Martin Wilke2013-04-221-0/+1
| | | | | | | Approved by: makc @#kde-freebsd/freenode Notes: svn path=/head/; revision=316233
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* KDE/FreeBSD team presents Qt 4.8.4 and QtCreator 2.6.1 ports.Max Brazhnikov2013-02-033-39/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The area51 repository features commits by Alonso Schaich, avilla, fluffy, jhale, makc and rakuco. Common changes: - Trim Makefile header - Convert to new option framework - Add/improve desktop entries - Remove upstreamed patches Mk/bsd.qt.mk: - Set QMAKESPEC at late stage (to fix potential problem if USE_GCC is used) [1] devel/qmake: - Fix crash due to off-by one error [2] multimedia/qt4-phonon*: - Deprecate in favour of multimedia/phonon* www/qt4-webkit: - Make dependence on GStreamer optional [3] devel/qtcreator: - Enable qml-designer in devel/qtcreator (requires privite Qt headers) [4] Reported by: avg via irc [1] Submitted by: avg via maillist [2] PR: ports/175644 [3] Submitted by: danfe [3] PR: ports/169809 [4] Reported by: tcb <tcberner at gmail.com> [4] Notes: svn path=/head/; revision=311473
* - Backport patch to fix text cursor position:Alberto Villa2012-07-042-0/+33
| | | | | | | | | | https://bugs.kde.org/show_bug.cgi?id=296490 - Bump PORTREVISION. Obtained from: Qt Project Notes: svn path=/head/; revision=300486
* - Add note about kern.ipc.shmall tuning.Alberto Villa2012-06-151-1/+2
| | | | | | | - No PORTREVISION bump needed. Notes: svn path=/head/; revision=299321
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* The KDE on FreeBSD team is happy to update Qt to its 4.8.2 release.Raphael Kubo da Costa2012-06-022-14/+0
| | | | | | | | | | | | The upstream changelog can be seen in <https://qt.gitorious.org/qt/qt/blobs/4.8/dist/changes-4.8.2>. Relevant changes include a few patches having been integrated upstream and thus removed from the ports tree and some improved work on USE_QT4 in bsd.qt.mk. Notes: svn path=/head/; revision=297982
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* KDE/FreeBSD team presents Qt 4.8.1 in ports!Max Brazhnikov2012-05-255-24/+97
| | | | Notes: svn path=/head/; revision=297367
* - Fix MIT-SHM problem.Alberto Villa2012-03-132-0/+24
| | | | | | | | | | | | | | | | | | - Bump PORTREVISION. Qt raster graphics system engine tries to attach to shared memory segments marked for removal, which is forbidden by POSIX (shmctl(2)). Backport a fix to invert order of operations. The issue was triggered by Marble and KDE-Games, which resulted in blank windows. PR: 164742 Approved by: portmgr via miwi Obtained from: Qt Project Feature safe: yes Notes: svn path=/head/; revision=293225
* UnbreakMax Brazhnikov2011-05-031-4/+0
| | | | Notes: svn path=/head/; revision=273601
* - Limit brokedness status to amd64 archPav Lucistnik2011-05-021-1/+1
| | | | | | | Reported by: Michael Butler <imb@protected-networks.net> Notes: svn path=/head/; revision=273490
* - Mark BROKEN on 9.X: does not compilePav Lucistnik2011-05-011-0/+4
| | | | | | | | | image/qimage_ssse3.cpp:68: error: '__m128i' does not name a type Reported by: pointyhat Notes: svn path=/head/; revision=273422
* - Update Qt to 4.7.2.Alberto Villa2011-03-251-9/+9
| | | | | | | - Backport QSslCertificate patch. Notes: svn path=/head/; revision=271640
* KDE FreeBSD team is glad to present Qt 4.7.1 in ports.Max Brazhnikov2010-12-022-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | Along with Qt4 the following ports are updated: PyQt4 ports to 4.8.1 devel/py-sip to 4.11.2 devel/qscintilla2 to 2.4.5 PyKDE3 to 3.16.7 PyQt3 tp 3.18.2-snapshot-20091119 New ports added: devel/qt4-declarative devel/py-qt4-declarative x11/qt4-graphicssystems-opengl This release has been contributed by: Thomas Abthorpe (tabthorpe) Max Brazhnikov (makc) Dima Panov (fluffy) Alberto Villa (avilla) We'd like to thank Martin Wilke (miwi) for exp-run. Notes: svn path=/head/; revision=265592
* Improve handing of LD_LIBRARY_PATH when doing non-standard LOCALBASE builds.Kris Moore2010-10-151-1/+1
| | | | Notes: svn path=/head/; revision=263056
* Fix build for on powerpc64Max Brazhnikov2010-07-091-1/+7
| | | | | | | | PR: ports/148199 Submitted by: nwhitehorn@ Notes: svn path=/head/; revision=257565
* - The FreeBSD KDE team is pleased to announce Qt-4.6.2 for FreeBSDDima Panov2010-05-111-1/+0
| | | | | | | With hat on: kde@ Notes: svn path=/head/; revision=254126
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD.Max Brazhnikov2010-01-213-17/+287
| | | | Notes: svn path=/head/; revision=248306
* - Update to Qt-4.5Martin Wilke2009-11-263-10/+4
| | | | | | | | | | The KDE FreeBSD team would like to say thanks to all the helpers and submitters. Tested by: pointyhat-exp-run (myself) Notes: svn path=/head/; revision=244808
* - add dependency on devel/xdg-utils to improve usability under non-KDE/GNOME [1]Max Brazhnikov2009-09-151-3/+12
| | | | | | | | | | | | | - add dependency on basic set of TrueType fonts [2] - minor clean-ups - bump PORTREVISION PR: ports/138722 [1] Reported by: Mark Andrews [1], bsam via #bsdports [2] Feature safe: yes Notes: svn path=/head/; revision=241477
* - Update Qt4 to 4.5.2Martin Wilke2009-08-045-73/+33
| | | | | | | | | | 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
* - fix BUILD_DEPENDSDirk Meyer2009-05-191-1/+1
| | | | Notes: svn path=/head/; revision=234236
* - use cups-client as depencyDirk Meyer2009-05-181-1/+1
| | | | | | | Approved by: miwi Notes: svn path=/head/; revision=234139
* Add patch to fix crash in qt painting engine (KDE bugs/174065)Max Brazhnikov2009-03-022-1/+41
| | | | Notes: svn path=/head/; revision=229372
* - Fix a bug in in QGraphicsProxyWidget that is responsible for manyMarkus Brueffer2009-02-182-1/+16
| | | | | | | | | | | | | notification related crashes in KDE4's plasma desktop. This patch will be part of Qt 4.4.4. - Bump PORTREVISION KDE Bug: 175753, 176235 Submitted by: Dwayne MacKinnon <dmk@ncf.ca> Obtained from: KDE SVN Notes: svn path=/head/; revision=228609
* kde@freebsd team is pleased to announce the update for Qt4 ports.Max Brazhnikov2009-01-133-6/+6
| | | | | | | | | | | 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
* - Reconvert to USE_XORGMartin Wilke2008-09-051-3/+5
| | | | | | | Submitted by: Baptiste Daroussin (via #bsdports) Notes: svn path=/head/; revision=219902
* - Update to qt 4.4.1Martin Wilke2008-08-043-772/+822
| | | | | | | | | | | | | | 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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+5
| | | | | | | | | | | | | | | | | | - 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
* Some more include search path massaging for the WITH_CUPS case.Michael Nottebrock2008-03-311-1/+1
| | | | | | | PR: ports/122017 Notes: svn path=/head/; revision=210285
* Update to Qt 4.3.4Michael Nottebrock2008-03-134-35/+7
| | | | Notes: svn path=/head/; revision=208981
* Update to Qt 4.3.1.Michael Nottebrock2007-09-023-9/+6
| | | | Notes: svn path=/head/; revision=198629
* - bsd.qt.mk:Michael Nottebrock2007-08-022-2/+3
| | | | | | | | | | | | | | | 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-1/+31
| | | | | | | | Security: http://trolltech.com/company/newsroom/announcements/press.2007-07-27.750375 Security: CVE-2007-3388 Notes: svn path=/head/; revision=196763
* The bug that makes gcc 3.4 choke on some amd64 inline assembler does notMichael Nottebrock2007-07-271-4/+0
| | | | | | | | only affect the Qt4 core ports but ports depending on them as well, so try a more sweeping approach for a workaround. Notes: svn path=/head/; revision=196381
* Fix build on amd64.Michael Nottebrock2007-07-211-1/+5
| | | | | | | PR: ports/114734 Notes: svn path=/head/; revision=195986
* Update to Qt 4.3.0, introduce bsd.qt.mk.Michael Nottebrock2007-07-163-29/+53
| | | | | | | Approved by: portmgr (bsd.port.mk changes) Notes: svn path=/head/; revision=195715
* Avoid picking up qt33 headersMichael Nottebrock2007-06-011-1/+1
| | | | Notes: svn path=/head/; revision=192555
* - 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
* 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
* 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