Ticket #39636: qt4-creator-mac-2.7.2.patch
File qt4-creator-mac-2.7.2.patch, 1.8 KB (added by macports@…, 11 years ago) |
---|
-
Portfile
old new 2 2 # $Id: Portfile 107700 2013-07-04 13:15:54Z mcalhoun@macports.org $ 3 3 4 4 PortSystem 1.0 5 PortGroup q t41.05 PortGroup qmake 1.0 6 6 7 7 name qt4-creator-mac 8 version 2.7.1 9 revision 1 8 version 2.7.2 10 9 categories devel aqua 11 10 platforms darwin 12 11 license LGPL-2.1 13 maintainers sicherha.de:macports 12 maintainers sicherha.de:macports openmaintainer 14 13 description Cross-platform integrated development environment (IDE) tailored to the needs of Qt developers. 15 14 long_description Qt Creator is a cross-platform integrated development environment (IDE) tailored to the needs of Qt developers. 16 15 … … 18 17 distname qt-creator-${version}-src 19 18 master_sites https://download.qt-project.org/official_releases/qtcreator/[join [lrange [split ${version} .] 0 1] .]/${version}/ 20 19 21 checksums rmd160 4ead068ad4c57888bf96266973fe69e8ee762ed2\22 sha256 5 b428b49579ab62ab0575010848b4d50b05d4ff1abebaa73883bcdd9863f761320 checksums rmd160 048e66a3c47837e8db4a553f0d6a528f488e7f57 \ 21 sha256 5df913faa43a5fbf44fb1f25faaf6d258134b8f9e6b8ef8a21277136dec9e189 23 22 24 23 depends_lib-append port:botan 25 24 … … 48 47 configure.pre_args-append CONFIG+="release" 49 48 } 50 49 51 configure.cmd ${qt_qmake_cmd} 52 configure.args "-o Makefile qtcreator.pro USE_SYSTEM_BOTAN=1" 53 configure.post_args 54 configure.universal_args 50 configure.args "USE_SYSTEM_BOTAN=1" 55 51 56 52 # allow ccache, if specified by the user 57 53 pre-build {