Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#15820 closed submission (fixed)

New qgit port (v2.x)

Reported by: ocroquette (Olivier Croquette) Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description

Here is a new port for qgit.

Attachments (2)

Portfile.2 (1.1 KB) - added by ocroquette (Olivier Croquette) 16 years ago.
Portfile (1.1 KB) - added by ocroquette (Olivier Croquette) 16 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 Changed 16 years ago by raimue (Rainer Müller)

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 16 years ago by ocroquette (Olivier Croquette)

Attachment: Portfile.2 added

Changed 16 years ago by ocroquette (Olivier Croquette)

Attachment: Portfile added

comment:2 Changed 16 years ago by ocroquette (Olivier Croquette)

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.

comment:3 Changed 16 years ago by raimue (Rainer Müller)

Owner: changed from macports-tickets@… to raimue@…
Status: newassigned

comment:4 Changed 16 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: assignedclosed

Thanks for your submission.

Committed in r38030.

comment:5 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementsubmission

comment:6 Changed 15 years ago by (none)

Milestone: Port Submissions

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.