Changeset 20234 for trunk/dports


Ignore:
Timestamp:
Oct 29, 2006, 10:33:15 PM (17 years ago)
Author:
blair@…
Message:

Closes #10941:

  • Move to the new uptream 3.3.7 release. This:
    • Fixes core dumps on all the /Applications/DarwinPorts/Qt/* that happen immediately upon launch on a MacPro.
    • Includes the files/patch-src-kernel-qaccessible_mac.cpp and

files/patch-mkspecs-qplatformdefs.h patches.

Location:
trunk/dports/aqua/qt3-mac
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/qt3-mac/Portfile

    r20153 r20234  
    33
    44name                    qt3-mac
    5 version                 3.3.4
    6 revision                1
     5version                 3.3.7
    76categories              aqua
    87maintainers             leimy@opendarwin.org
     
    1514distname                qt-mac-free-${version}
    1615use_bzip2               yes
    17 checksums               md5 13eabc6c8b21f409de2a8d14ce40e8c6
     16checksums               md5 5531fcabdb2d8f7d2d14c8995e4a9ff2 \
     17                        sha1 11ba1ed34a6d7eede1b3fa0d4d94dcde7ff9e4ff \
     18                        rmd160 8ef23cd4ba996246dbd209948cc921bd6bf52346
    1819platforms               darwin
    1920
     
    6364        post-destroot {
    6465                system "sh ${filespath}/fix_install_names.sh '${prefix}' '${destroot}'"
    65                 set appPath ${destroot}/Applications/DarwinPorts/Qt
     66                set appPath ${destroot}/Applications/MacPorts/Qt
    6667                xinstall -d -m 0755 ${appPath}
    6768                foreach app {assistant designer linguist qtconfig} {
     
    7980        }
    8081}
    81 
    82 platform darwin 8 {
    83       patchfiles-append       patch-mkspecs-qplatformdefs.h \
    84                               patch-src-kernel-qaccessible_mac.cpp
    85 }
Note: See TracChangeset for help on using the changeset viewer.