Ticket #23379: Portfile-qt4-mac-devel.diff
File Portfile-qt4-mac-devel.diff, 2.1 KB (added by mroman@…, 15 years ago) |
---|
-
Portfile
old new 5 5 6 6 name qt4-mac-devel 7 7 conflicts qt4-mac kdelibs3 libevent 8 epoch 1 9 version 4.6.0 10 revision 2 8 version 4.6.1 11 9 categories aqua 12 10 platforms macosx 13 11 maintainers nomaintainer … … 20 18 distname qt-everywhere-opensource-src-${version} 21 19 dist_subdir qt4-mac 22 20 23 checksums md5 2a7b5126f2450d8525af355fc4c12ad6 \24 sha1 c2cbbde83f1ebac3b8dd13a112fcad757d395041\25 rmd160 7842b9f4a5364016677fc2162dfd31f1440bb05d 21 checksums md5 0542a4be6425451ab5f668c6899cac36 \ 22 sha1 d3b44ae6d9bc9c44fc57f32e545b92daf0b54775 \ 23 rmd160 7365dfe3c688df36002d2c9aaef6b79ba8175402 26 24 27 25 depends_build port:pkgconfig 28 26 … … 33 31 # Test for Precompiled-headers support requires a C++ compiler, but configure calls it, by default, with a C compiler. 34 32 # Ensure that securesocketclient demo is built even with configure option -openssl-linked. 35 33 patchfiles patch-mac.conf.diff \ 36 patch-configure.diff \ 37 patch-precomp.test.diff \ 38 patch-network.pro.diff 34 patch-precomp.test.diff 39 35 40 36 # The build process uses -fconstant-cfstrings. 41 37 # configure.compiler should therefore not be one of the MacPorts compilers. … … 236 232 configure.args-append -graphicssystem raster 237 233 } 238 234 235 variant no_examples description {Do not build example programs} { 236 configure.args-append -nomake examples 237 } 238 variant no_demos description {Do not build demo programs} { 239 configure.args-append -nomake demos 240 } 241 variant no_debug description {Do not build debug library} { 242 configure.args-delete -debug-and-release 243 configure.args-append -release 244 } 245 239 246 variant universal { 240 247 configure.universal_args-delete --disable-dependency-tracking 241 248 configure.args-delete -arch \"${build_arch}\"