summaryrefslogtreecommitdiff
path: root/x11/qt5-qtbase
AgeCommit message (Collapse)AuthorFilesLines
2015-01-06Remove chunk to add space after -rpath, the option now has a trailingjoerg2-13/+3
comma and the space would result in a compiler argument.
2015-01-01Add a patch fixing compilation on NetBSD-7.99.3/amd64 by extending thewiz3-6/+39
libtool usage. Remove unnecessary install rule. From Niclas Rosenvik.
2014-12-30Changes 5.4.0:adam113-2219/+606
Chromium-based browser engine Qt WebEngine Qt WebView for showing web content using the native OS web engine on mobile Full support on Qt for Windows Store Apps, including WinRT and Windows Phone 8.1 Improved Compliance with iOS 8 and Xcode 6 Improved OS X 10.10 ‘Yosemite’ support and new Mac AppStore signing High-DPI support for Windows and OS X Dynamic GL switching between OpenGL and ANGLE on Windows Mix OpenGL and Qt Quick with QOpenGLWidget Android Look-and-Feel for Qt Quick Controls Qt Creator 3.3 with new Qt Quick Designer Bluetooth now supports BlueZ5 with tech preview on Bluetooth LE
2014-12-25Improve qt5 build structure, from Niclas Rosenvik:wiz1-2/+6
Allow multiple BUILD_DIRS (but Makefile.common must be included later) Adds installation of some cmake files and gets rid of many manual installation rules. Bump PKGREVISION where PLIST changed.
2014-10-07Revbump after updating libwebp and icuadam2-4/+4
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-24Add QTDIR to CMAKE_PREFIX_PATH, so CMAKE finds qt5 when this bl3.mk iswiz1-1/+2
included.
2014-08-23Fix qmake to handle DESTDIR correctly.wiz3-8/+13
From Niclas Rosenvik. Bump PKGREVISION.
2014-08-19Mention how to use qt5 with cmake.wiz2-4/+6
From Niclas Rosenvik. Bump PKGREVISION.
2014-07-24Apply some patches to fix x11/qt5-qtmultimedia build on SunOS.jperkin4-19/+31
2014-07-14Various patches to fix x11/qt5-qtdeclarative on SunOS.jperkin7-5/+115
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-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-05Recursive revbump from x11/pixmanryoon1-1/+2
Fix PR pkg/48777
2014-04-23Changes 5.2.1:adam18-96/+290
It provides many improvements over Qt 5.2.0 as well as packages Qt Creator 3.0.1. As a patch release, it does not add new features and remains binary compatible with Qt 5.2.0.
2014-04-09recursive bump from icu shlib major bump.obache2-4/+4
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2014-02-09Fix qt5-qtserialport on SunOS by patching cfmakeraw usagewiedi2-1/+23
2014-02-03Recursive revbump from libxkbcommon 0.4.0 updateryoon2-3/+4
2014-01-28Fix PR pkg/48553, bump PKGREVISIONryoon6-6/+41
Add correct pathes to QTCOMPOSE
2014-01-04Honor wrappers.joerg1-2/+3
2014-01-04Bump PKGREVISION.wiz1-2/+2
libxcb-1.10 has one major library version change, for libxcb-sync.so (from 0 to 1) and qt5 is the only package I could find that uses this particular library.
2013-12-30SunOS needs sys/utsname.h too.jperkin2-5/+5
2013-12-30*** empty log message ***ryoon10-4/+207
2013-12-28Don't use -reduce-relocations on SunOS, it is not supported.jperkin1-2/+5
2013-12-23fix a typo in last change.obache1-2/+2
2013-12-21Use PKGPATH instead of PKGNAME for check current package, because later variableobache1-5/+5
may not be defined yet and broken with old bmake in netbsd5.
2013-12-20exactly check for the case MAKE_JOBS.obache1-2/+4
fixes for old bmake behavior in netbsd5 and missing MAKE_JOBS.
2013-12-17Explicitly include unistd.h for getconf defines.joerg2-6/+14
2013-12-15Build one test case without optimisation to restrict memory use.joerg2-1/+16
2013-12-15Update to 5.2.0ryoon4-603/+604
Changelog: No changes from Qt 5.2.0rc1 is available. * Some header files has chenged its name.
2013-12-13Import Qt5 5.2.0rc1 packages and qt5 input module from uimryoon85-0/+4972
Only tested on NetBSD/amd64 6.99.28. ToDo: * inputmethod/qt5-ibus from Qt5 should be created