[96874] trunk/dports/devel/qt4-creator-mac

pixilla at macports.org pixilla at macports.org
Mon Aug 20 13:37:06 PDT 2012


Revision: 96874
          https://trac.macports.org/changeset/96874
Author:   pixilla at macports.org
Date:     2012-08-20 13:37:05 -0700 (Mon, 20 Aug 2012)
Log Message:
-----------
devel/qt4-creator-mac:
- Update to version 2.5.2 using patch from #32776. Closes #32776.

Modified Paths:
--------------
    trunk/dports/devel/qt4-creator-mac/Portfile
    trunk/dports/devel/qt4-creator-mac/files/patch-remove_build_types.diff

Modified: trunk/dports/devel/qt4-creator-mac/Portfile
===================================================================
--- trunk/dports/devel/qt4-creator-mac/Portfile	2012-08-20 20:34:08 UTC (rev 96873)
+++ trunk/dports/devel/qt4-creator-mac/Portfile	2012-08-20 20:37:05 UTC (rev 96874)
@@ -5,7 +5,7 @@
 PortGroup           qt4 1.0
 
 name                qt4-creator-mac
-version             2.2.1
+version             2.5.2
 categories          devel aqua
 platforms           darwin
 maintainers         mcalhoun openmaintainer
@@ -18,20 +18,13 @@
 
 use_zip yes
 
-checksums           md5     8a3165f7f68d4932c9a902452993099d \
-                    sha1    6a369dffa7ee52ae068d9ebb3616e29d185a5009 \
-                    rmd160  dc4b6d6306c770b0bcab3dbaf08cab19bc7c0100
+checksums           rmd160  0f628d3e4dfb5c49775b6d651761288ed0b0d02b \
+                    sha256  4bc8439e4cd967ce8076138e88bb79525666f56409adca755111a48b1704dcb9
 
 # fix up QMake build files to remove debug and release building;
 # specify that here instead.
 patchfiles          patch-remove_build_types.diff
 
-# If QT specifies just the name of the compiler, Creator can find it.
-# qt4-mac, however,  specifiles the full path of g++ in the form "QMAKE_CXX= /usr/bin/g++-*.*"
-# Creator thinks there is a space before the program name and can't find it.
-# See http://bugreports.qt.nokia.com/browse/QTCREATORBUG-4370
-patchfiles-append   patch-environment.cpp.diff
-
 post-patch {
     # remove arch from QMake build scripts
     reinplace "/ppc/d" ${worksrcpath}/qtcreator.pri
@@ -67,6 +60,5 @@
 
 livecheck.type      regex
 livecheck.url       http://get.qt.nokia.com/qtcreator/
-# Qt Creator 2.0.* requires Qt 4.7
+# Qt Creator 2.* requires Qt 4.7
 livecheck.regex     "qt-creator-(2.\[0-9.-\]+)-src.zip"
-#livecheck.regex     "qt-creator-(1.\[0-9.-\]+)-src.zip"

Modified: trunk/dports/devel/qt4-creator-mac/files/patch-remove_build_types.diff
===================================================================
--- trunk/dports/devel/qt4-creator-mac/files/patch-remove_build_types.diff	2012-08-20 20:34:08 UTC (rev 96873)
+++ trunk/dports/devel/qt4-creator-mac/files/patch-remove_build_types.diff	2012-08-20 20:37:05 UTC (rev 96874)
@@ -21,21 +21,9 @@
  TARGET      = $$qtLibraryTarget(qtcreatorwidgets)
  TEMPLATE    = lib
  
---- src/tools/qpatch/bootstrap.pri.orig	2010-11-12 10:05:03.000000000 -0500
-+++ src/tools/qpatch/bootstrap.pri	2010-11-12 10:06:31.000000000 -0500
-@@ -1,9 +1,5 @@
- CONFIG 	       += console qtinc
- CONFIG         -= qt
--build_all:!build_pass {
--    CONFIG -= build_all
--    CONFIG += release
--}
- CONFIG     -= app_bundle
- 
- DEFINES	       += \
 --- src/plugins/debugger/dumper.pro.orig	2010-11-12 10:05:03.000000000 -0500
 +++ src/plugins/debugger/dumper.pro	2010-11-12 10:06:22.000000000 -0500
-@@ -8,8 +8,6 @@
+@@ -7,8 +7,6 @@
  DESTDIR = $$IDE_LIBRARY_PATH # /tmp would be better in some respect ...
  
  linux-* {
@@ -47,8 +35,8 @@
 --- src/libs/utils/process_stub.pro.orig	2010-11-12 10:05:03.000000000 -0500
 +++ src/libs/utils/process_stub.pro	2010-11-12 10:06:04.000000000 -0500
 @@ -7,11 +7,6 @@
- CONFIG          += warn_on console use_c_linker
- CONFIG          -= qt app_bundle
+ TARGET          = qtcreator_process_stub
+ DESTDIR         = $$IDE_LIBEXEC_PATH
  
 -build_all:!build_pass {
 -    CONFIG -= build_all
@@ -66,8 +54,8 @@
  TARGET      = $$qtLibraryTarget(@PLUGIN_NAME@)
  TEMPLATE    = lib
  
---- share/qtcreator/gdbmacros/gdbmacros.pro.orig	2010-11-12 10:05:03.000000000 -0500
-+++ share/qtcreator/gdbmacros/gdbmacros.pro	2010-11-12 10:05:43.000000000 -0500
+--- share/qtcreator/dumper/dumper.pro.orig	2012-08-07 18:32:31.000000000 +0200
++++ share/qtcreator/dumper/dumper.pro	2012-08-07 18:33:11.000000000 +0200
 @@ -1,9 +1,5 @@
  TEMPLATE = lib
  CONFIG += shared
@@ -75,6 +63,6 @@
 -    CONFIG -= release
 -    CONFIG += debug
 -}
- SOURCES = gdbmacros.cpp
- false {
-     DEFINES += USE_QT_GUI=0
+ 
+ HEADERS += dumper.h
+ SOURCES = dumper.cpp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120820/93916a49/attachment-0001.html>


More information about the macports-changes mailing list