#32056: picard port ---------------------------------+------------------------------------------ Reporter: rudloff@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: picard ---------------------------------+------------------------------------------ Comment(by rudloff@…): 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 recognized }}} This 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 ? -- Ticket URL: <https://trac.macports.org/ticket/32056#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS