Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #15820 (closed enhancement: fixed)

Opened 5 months ago

Last modified 5 months ago

New qgit port (v2.x)

Reported by: ocroquette@… Owned by: raimue@…
Priority: Normal Milestone: Port Submissions
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description

Here is a new port for qgit.

Attachments

Portfile.2 (1.1 KB) - added by ocroquette@… 5 months ago.
Portfile (1.1 KB) - added by ocroquette@… 5 months ago.

Change History

Changed 5 months ago by raimue@…

There is no 'qt4' port. Use qt4-x11 or qt4-mac. Maybe a path: dependency could be used to be satisfied by either of them.

Also, the use of cd in the Portfile itself is deprecated, it should be:

configure {
    system "cd ${worksrcpath} && qmake"
}

Changed 5 months ago by ocroquette@…

Changed 5 months ago by ocroquette@…

Changed 5 months ago by ocroquette@…

Since most of the current QT ports depends on qt4-mac and the latter being the probable option for the majority of users, I chose for port:qt4-mac only.

The new portfile is the attached Portfile. Portfile.2 is a mistake. I didn't find yet how to delete an attachment.

Changed 5 months ago by raimue@…

  • owner changed from macports-tickets@… to raimue@…
  • status changed from new to assigned

Changed 5 months ago by raimue@…

  • status changed from assigned to closed
  • resolution set to fixed

Thanks for your submission.

Committed in r38030.

Note: See TracTickets for help on using tickets.