[MacPorts] #37331: qt5-mac

MacPorts noreply at macports.org
Mon Mar 31 16:52:51 PDT 2014


#37331: qt5-mac
-----------------------------+--------------------------------
  Reporter:  eric.c.brown@…  |      Owner:  macports-tickets@…
      Type:  request         |     Status:  new
  Priority:  Normal          |  Milestone:
 Component:  ports           |    Version:
Resolution:                  |   Keywords:
      Port:  qt5             |
-----------------------------+--------------------------------

Comment (by hsivank@…):

 This is a simple Portfile i use to build qtbase. (tested on Mavericks)

 {{{
 PortSystem      1.0
 name            qtbase
 categories      devel
 version         5.2.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 master_sites    http://download.qt-
 project.org/official_releases/qt/${branch}/${version}/submodules/
 distname        qtbase-opensource-src-${version}
 distfiles       ${distname}.tar.gz
 checksums       sha1 4724524d6262ff4a38bb479a36aac2021d7a5af1 \
                 rmd160 078963c30492ef6151b1017c4c3638e1c0f824d1

 configure.args  -opensource -confirm-license -no-compile-examples -nomake
 examples -nomake tests -no-xcb -system-zlib -qt-libpng -qt-libjpeg
 -release \
                 -prefix ${prefix}/libexec/qt5/desktop

 build.target ""
 }}}

 Includes,libraries, binaries ... are sandboxed inside
 /opt/local/libexec/qt5/desktop.[[BR]]
 This way i can manage other targets like /opt/local/libexec/qt5/ios,
 /opt/local/libexec/qt5/android ...[[BR]]
 I think we can use
 [http://trac.macports.org/browser/trunk/dports/_resources/port1.0/group/qt4-1.0.tcl
 qt4-1.0.tcl] as example for Qt5 PortGroup[[BR]]
 We *just* need to modify qt_dir (+ some minor fix) ?

-- 
Ticket URL: <https://trac.macports.org/ticket/37331#comment:66>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list