Opened 15 years ago
Last modified 14 years ago
#32056 new submission
picard port
| Reported by: | rudloff@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.3 |
| Keywords: | Cc: | drkp (Dan Ports) | |
| Port: | picard |
Description
Here is a port for Picard.
Attachments (2)
Change History (4)
Changed 15 years ago by rudloff@…
Changed 15 years ago by rudloff@…
comment:1 Changed 15 years ago by rudloff@…
comment:2 Changed 14 years ago by drkp (Dan Ports)
| Cc: | dports@… added |
|---|
Is there a reason that the port needs to use Python 2.5? That's a pretty old version, so if not, it'd be better to use python 2.7 instead...
Note: See
TracTickets for help on using
tickets.

Note : The launch script is there to avoid this kind of errors :
opts, args = getopt.getopt(sys.argv[1:], "hvd", ["help", "version", "debug"]) File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/getopt.py", line 91, in getopt File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/getopt.py", line 191, in do_shorts File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/getopt.py", line 207, in short_has_arg raise GetoptError('option -%s not recognized' % opt, opt) getopt.GetoptError: option -p not recognizedThis is caused by bundles always passing a -psn_ argument.
I see this with quite a lot of apps. Couldn't be something done with the portgroup ?