[MacPorts] #20079: kile-2.1-new port
#20079: kile-2.1-new port ------------------------------------------------+--------------------------- Reporter: nicos_pavlov@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: kile, kde, tex | Port: kile ------------------------------------------------+--------------------------- Attached to this ticket is a suggested new portfile for Kile 2.1 beta, working on kde4. The suggested name of the new port is kile21, to differentiate it from the port kile, based on kde3. -- Ticket URL: <http://trac.macports.org/ticket/20079> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20079: kile-2.1-new port ------------------------------------------------+--------------------------- Reporter: nicos_pavlov@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: kile, kde, tex | Port: kile ------------------------------------------------+--------------------------- Comment(by nicos_pavlov@…): Small correction by adding build dependecies for completeness, although they are required by kdelibs4 -- Ticket URL: <http://trac.macports.org/ticket/20079#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20079: kile-2.1-new port ------------------------------------------------+--------------------------- Reporter: nicos_pavlov@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: kile, kde, tex | Port: kile-devel ------------------------------------------------+--------------------------- Changes (by macsforever2000@…): * port: kile => kile-devel Comment: This port should be called kile-devel since it is a beta version. -- Ticket URL: <http://trac.macports.org/ticket/20079#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20079: kile-2.1-new port ------------------------------------------------+--------------------------- Reporter: nicos_pavlov@… | Owner: snc@… Type: submission | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: kile-devel ------------------------------------------------+--------------------------- Changes (by snc@…): * keywords: kile, kde, tex => * owner: macports-tickets@… => snc@… * status: new => assigned -- Ticket URL: <http://trac.macports.org/ticket/20079#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20079: kile-2.1-new port ------------------------------------------------+--------------------------- Reporter: nicos_pavlov@… | Owner: snc@… Type: submission | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: kile-devel ------------------------------------------------+--------------------------- Comment(by snc@…): I got a configure error while attempting to build this. Do you want it committed anyways (as a -devel I find it safe to let it go even if it fails)? Which qt do you use? I'm using qt4-mac, which provides qmake in `${prefix}/libexec/qt4-mac/bin`. {{{ `cd "/opt/local/var/macports/build/_Users_snc_ports_tex_kile- devel/work/kile-2.1b1" && /opt/local/bin/cmake -DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_INCLUDE_PATH=/opt/local/include -DCMAKE_LIBRARY_PATH=/opt/local/lib` returned error 1 Command output: CMake Error at /opt/local/share/apps/cmake/modules/FindQt4.cmake:1485 (MESSAGE): Qt qmake not found! Call Stack (most recent call first): /opt/local/share/apps/cmake/modules/FindKDE4Internal.cmake:291 (find_package) /opt/local/share/cmake-2.6/Modules/FindKDE4.cmake:81 (FIND_PACKAGE) CMakeLists.txt:5 (find_package) }}} -- Ticket URL: <http://trac.macports.org/ticket/20079#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20079: kile-2.1-new port ------------------------------------------------+--------------------------- Reporter: nicos_pavlov@… | Owner: snc@… Type: submission | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: kile-devel ------------------------------------------------+--------------------------- Comment(by nicos_pavlov@…): That's perfectly right, and I am also using qt4-mac, but I forgot that I had a link qmake -> qmake-mac. With the standard install, cmake can't find qmake-mac in bin. This is solved in the new portfile, by adding -DQT_QMAKE_EXECUTABLE=/opt/local/bin/qmake-mac. I also changed the name of the portfile to kile-devel as asked above. -- Ticket URL: <http://trac.macports.org/ticket/20079#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20079: kile-2.1-new port -------------------------------------------------+-------------------------- Reporter: nicos_pavlov@… | Owner: snc@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: kile-devel | -------------------------------------------------+-------------------------- Changes (by snc@…): * status: assigned => closed * resolution: => fixed Comment: Committed in r54907. -- Ticket URL: <http://trac.macports.org/ticket/20079#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20079: kile-2.1-new port -------------------------------------------------+-------------------------- Reporter: nicos_pavlov@… | Owner: snc@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: kile-devel | -------------------------------------------------+-------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) Comment: Don't forget to use ${prefix} instead of hardcoding /opt/local. I fixed this in r54950. You should also consider moving this port to the cmake portgroup. -- Ticket URL: <http://trac.macports.org/ticket/20079#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20079: kile-2.1-new port -------------------------------------------------+-------------------------- Reporter: nicos_pavlov@… | Owner: snc@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: kile-devel | -------------------------------------------------+-------------------------- Comment(by snc@…): Got any documentation on that portgroup? :-P -- Ticket URL: <http://trac.macports.org/ticket/20079#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20079: kile-2.1-new port -------------------------------------------------+-------------------------- Reporter: nicos_pavlov@… | Owner: snc@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: kile-devel | -------------------------------------------------+-------------------------- Comment(by ryandesign@…): Replying to [comment:8 snc@…]:
Got any documentation on that portgroup? :-P I don't think anyone has written documentation on it yet. For now, I can recommend you [browser:trunk/dports/_resources/port1.0/group/cmake-1.0.tcl read the portgroup] to see what it does, and see what can be removed from the port if you use it.
-- Ticket URL: <http://trac.macports.org/ticket/20079#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts