head 1.3; access; symbols pkgsrc-2014Q4:1.2.0.6 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.4 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.2 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.1.0.4 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.2 pkgsrc-2013Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2014.12.30.17.23.46; author adam; state dead; branches; next 1.2; commitid 1jIE5UF7705yw54y; 1.2 date 2014.04.23.07.05.31; author adam; state Exp; branches; next 1.1; commitid 8w7uvoE5FwXIaMxx; 1.1 date 2013.12.13.14.38.35; author ryoon; state Exp; branches; next ; commitid LyqQkBZQHNHTSYgx; desc @@ 1.3 log @Changes 5.4.0: 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 @ text @$NetBSD: patch-qtbase_configure,v 1.2 2014/04/23 07:05:31 adam Exp $ * Don't use SDKs on OS X * Add NetBSD/sparc{,64} support --- qtbase/configure.orig 2014-02-01 20:37:23.000000000 +0000 +++ qtbase/configure @@@@ -319,7 +319,6 @@@@ getQMakeConf() { if [ -z "$specvals" ]; then specvals=`expandQMakeConf "$QMAKESPEC/qmake.conf" | extractQMakeVariables "host_build"` - if [ "$BUILD_ON_MAC" = "yes" ]; then specvals=$(macSDKify "$specvals"); fi fi getSingleQMakeVariable "$1" "$specvals" } @@@@ -328,7 +327,6 @@@@ getXQMakeConf() { if [ -z "$xspecvals" ]; then xspecvals=`expandQMakeConf "$XQMAKESPEC/qmake.conf" | extractQMakeVariables "!host_build"` - if [ "$XPLATFORM_MAC" = "yes" ]; then xspecvals=$(macSDKify "$xspecvals"); fi fi getSingleQMakeVariable "$1" "$xspecvals" } @@@@ -2679,6 +2677,19 @@@@ if [ -z "$PLATFORM" ]; then UNIX_SV:*) PLATFORM=unixware-g++ ;; + NetBSD:*:sparc) + if [ "$OPT_VERBOSE" = "yes" ]; then + echo " NetBSD on SPARC" + fi + CFG_HOST_ARCH=sparc + ;; + NetBSD:*:sparc64) + if [ "$OPT_VERBOSE" = "yes" ]; then + echo " NetBSD on SPARC64" + fi + CFG_HOST_ARCH=sparc + CFG_HOST_BITSIZE=64 + ;; QNX:*) PLATFORM=unsupported/qnx-g++ ;; @@@@ -6263,7 +6274,7 @@@@ QMakeVar set sql-plugins "$SQL_PLUGINS" [ "$CFG_PNG" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_IMAGEFORMAT_PNG" [ "$CFG_JPEG" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_IMAGEFORMAT_JPEG" [ "$CFG_ZLIB" != "yes" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_ZLIB" -[ "$CFG_DBUS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_DBUS" +#[ "$CFG_DBUS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_DBUS" # X11/Unix/Mac only configs [ "$CFG_CUPS" = "no" ] && QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CUPS" @ 1.2 log @Changes 5.2.1: 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. @ text @d1 1 a1 1 $NetBSD: patch-qtbase_configure,v 1.1 2013/12/13 14:38:35 ryoon Exp $ @ 1.1 log @Import Qt5 5.2.0rc1 packages and qt5 input module from uim Only tested on NetBSD/amd64 6.99.28. ToDo: * inputmethod/qt5-ibus from Qt5 should be created @ text @d1 1 a1 1 $NetBSD$ d3 1 d6 1 a6 1 --- qtbase/configure.orig 2013-11-27 01:00:28.000000000 +0000 d8 17 a24 1 @@@@ -2663,6 +2663,19 @@@@ if [ -z "$PLATFORM" ]; then d44 1 a44 1 @@@@ -6230,7 +6243,7 @@@@ QMakeVar set sql-plugins "$SQL_PLUGINS" @