summaryrefslogtreecommitdiff
path: root/x11/qt4-libs
AgeCommit message (Collapse)AuthorFilesLines
2017-09-20Fix building on newer macOSadam1-1/+2
2017-05-26SunOS and GCC >=6.x fixes.jperkin3-3/+28
2017-05-24Enforce -std=c++98 for the GCC case, GCC 7 defaults to a newer standardjperkin1-2/+5
which QT4 has lots of issues with.
2017-05-19Bump PKGREVISION for cups15 -> cups change.prlw11-2/+2
2017-05-19Switch all cups15 packages to use cups.prlw11-2/+2
2017-05-08Revert switch to USE_LANGUAGES for c++11, it causes lots of failures whenjperkin1-4/+5
building with GCC which were missed in the bulk builds due to compiler.mk inclusion ordering. Just set it manually for clang as previously for now.
2017-05-07Move compiler flags into Makefile.common.joerg2-9/+9
2017-05-05Move C++11 setting before the first inclusion of compiler.mk. Reuse thejoerg3-8/+5
results instead of multiply inclusions.
2017-05-03Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.jperkin1-2/+4
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2016-12-16Regen.joerg1-3/+3
2016-12-16Fix portability issues with pointer ordering. Bump qt-tools for thejoerg3-1/+33
linguist change as it was nonsensical before.
2016-08-30revert hasty cups15->cups options.mk changerichard1-2/+2
2016-08-30deal with aarch64 in webkit wtf for qt4-libsrichard3-3/+29
2016-08-03Revbump after graphics/gd updateadam1-2/+2
2016-05-31Do not destroy the pthread keys. It creates race conditions duringjoerg3-6/+27
destruction and random panics as side effect.
2016-05-25Make sure that /include/WebCore is not created when building qt4.nros2-5/+14
2016-05-05Fix TLS condition on NetBSD to correctly avoid using pthread_specific.joerg3-6/+6
Bump revision.
2016-04-29Added patch to make sure that /include/WebCore/libdummy.prl isnros2-1/+16
not created.
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin2-3/+4
2016-02-25Remove manual OPSYSVARS additions which are now part of the default set.jperkin1-2/+1
2016-02-01Ensure iconv support is properly pulled in and enabled. Fixes build onjperkin2-2/+6
at least SunOS.
2015-11-19Fix build on el capitanwiedi2-1/+29
2015-11-04Add SHA512 digests for distfiles for x11 categoryagc1-1/+2
Problems found locating distfiles: Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2 Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz Package xservers: missing distfile xservers-3.3.6.5.tar.bz2 Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-30pick up correct pcre.hmarkd2-1/+17
2015-07-18On OS X, fix buiding with -stdlib=libc++adam4-6/+46
2015-07-08Update qt4 to 4.8.7.wiz8-137/+22
I am happy to announce release of Qt 4.8.7 today bringing over 150 improvements and bug fixes. Qt 4.8.7 provides important security updates, better support for Mac OS X 10.10 and many requested error corrections. As a patch release, it does not add new functionality and maintains full compatibility with previous Qt 4.8.x releases. Highlights of Qt 4.8.7 are: Security fix for DoS vulnerability in the BMP image handler (CVE-2015-0295) as well as security fixes for vulnerabilities in image handling of BMP (CVE-2015-1858), ICO (CVE-2015-1859) and GIF (CVE-2015-1860) Update 3rd party libpng to version 1.6.17 to address known vulnerabilities in previous version Update 3rd party libtiff to version 4.0.3 to address known vulnerabilities in previous version Better support for running Qt 4.8 applications on Mac OS X 10.10 Yosemite Many customer requested bug fixes
2015-07-04Remove USE_X11BASE and X11PREFIX.joerg2-5/+4
2015-06-29Fix build with gcc 5.xmarkd2-10/+19
2015-06-25For NetBSD, use TLS if available. Fixes rare asserts in automoc4 onjoerg3-3/+21
exit. Bump revision.
2015-05-27Set sysconfdir for qt* packages.wiz2-3/+4
From Kamil Rytarowski on tech-pkg. Bump PKGREVISION.
2015-04-25Recursive revbump following MesaLib update, categories p through x.tnn2-4/+4
2015-03-24SECURITY: add a fix from upstream for a DoS in the BMP handler. Bumpbsiegert3-3/+29
PKGREVISION. https://codereview.qt-project.org/#/c/107108/4 Fix a division by zero when processing malformed BMP files. This fixes a division by 0 when processing a maliciously crafted BMP file. No impact beyond DoS.
2015-03-24Fix build with LLVM IAS on ARM.joerg3-1/+29
2015-01-27fix build issue on Darwindbj2-1/+23
2014-12-15The "rename" rule is a published synonym for the "opt" transform rule, howeverjperkin1-2/+2
only the latter is supported by cwrappers. Change them all to "opt" rules for consistency and to gain compatibility with cwrappers.
2014-11-28add the fix for CVE-2014-0190 from upstreamspz3-3/+45
can be dropped again with the next qt4 release
2014-11-22Compilation Fix for Mac OS 10.10.bsiegert2-1/+15
Patch provided by Youri Mouton in PR pkg/49096.
2014-11-17implement cacheFlush for NetBSD/armjmcneill2-1/+32
2014-08-28Remove SunOS BUILDLINK_TRANSFORM instances which remove -Wl,--* GNU ldjperkin1-2/+1
arguments, these are now handled globally by mk/platform/SunOS.mk
2014-08-23Fix qmake to handle DESTDIR during installation.wiz3-9/+15
From Niclas Rosenvik. Bump PKGREVISION.
2014-08-13Fix pkg-config files (they contained duplicate lines, which madewiz1-2/+3
pkg-config fall over). From Niclas Rosenvik in private mail. Bump PKGREVISION.
2014-08-10Add a patch in the hope it fixes the build with clang.wiz2-1/+19
Still builds with gcc.
2014-07-22Update qt4 packages to 4.8.6.wiz12-504/+5
Qt 4.8.6 provides overall over 200 improvements and bug fixes, for example: Security Fix for XML Entity Expansion Denial of Service (the "Billion Laughs" attack) Better support for Mac OS X 10.9 Mavericks Many customer requested bug fixes, for example QTBUG-15116, QTBUG-21371, QTBUG-8990, QTBUG-28601, QTBUG-20946, QTBUG-30276, QTBUG-29572 and QTBUG-13237 (just to name a few) MinGW binary packages are now built with MinGW-w64 based toolchain with gcc 4.8.2 Basque translation added and many other translations improved
2014-06-18Bump PKGREVISION for cups -> cups15 change.wiz1-2/+2
2014-06-18Switch all cups packages to use cups15.wiz1-2/+2
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron2-4/+4
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2