Ticket #23379: Portfile-qt4-mac-devel.diff

File Portfile-qt4-mac-devel.diff, 2.1 KB (added by mroman@…, 14 years ago)
  • Portfile

    old new  
    55
    66name                qt4-mac-devel
    77conflicts           qt4-mac kdelibs3 libevent
    8 epoch               1
    9 version             4.6.0
    10 revision            2
     8version             4.6.1
    119categories          aqua
    1210platforms           macosx
    1311maintainers         nomaintainer
     
    2018distname            qt-everywhere-opensource-src-${version}
    2119dist_subdir         qt4-mac
    2220
    23 checksums           md5     2a7b5126f2450d8525af355fc4c12ad6 \
    24                     sha1    c2cbbde83f1ebac3b8dd13a112fcad757d395041 \
    25                     rmd160  7842b9f4a5364016677fc2162dfd31f1440bb05d
     21checksums           md5     0542a4be6425451ab5f668c6899cac36 \
     22                                        sha1    d3b44ae6d9bc9c44fc57f32e545b92daf0b54775 \
     23                                        rmd160  7365dfe3c688df36002d2c9aaef6b79ba8175402
    2624
    2725depends_build       port:pkgconfig
    2826
     
    3331# Test for Precompiled-headers support requires a C++ compiler, but configure calls it, by default, with a C compiler.
    3432# Ensure that securesocketclient demo is built even with configure option -openssl-linked.
    3533patchfiles          patch-mac.conf.diff \
    36                     patch-configure.diff \
    37                     patch-precomp.test.diff \
    38                     patch-network.pro.diff
     34                    patch-precomp.test.diff
    3935
    4036# The build process uses -fconstant-cfstrings.
    4137# configure.compiler should therefore not be one of the MacPorts compilers.
     
    236232    configure.args-append   -graphicssystem  raster
    237233}
    238234
     235variant no_examples description {Do not build example programs} {
     236        configure.args-append   -nomake examples
     237}
     238variant no_demos description {Do not build demo programs} {
     239        configure.args-append   -nomake demos
     240}
     241variant no_debug description {Do not build debug library} {
     242        configure.args-delete   -debug-and-release
     243        configure.args-append   -release
     244}
     245
    239246variant universal {
    240247    configure.universal_args-delete --disable-dependency-tracking
    241248    configure.args-delete -arch            \"${build_arch}\"