Re: [22707] trunk/dports/sysutils
ALCON: This morning I placed some code in the MacPorts subversion repository for a GUI for MacPorts. The GUI is currently named Pallet. I'll write an explanation of the name later. The code is at https://svn.macosforge.org/repository/macports/users/ rhwood/Pallet Please feel free to check it out, run it, fix it, and commit the fixes or submit tickets (assigned to rhwood@macports.org) against it. There is a portfile for Pallet, and it checks out, builds, and installs, but fails to run. Status: * Crashes on start when run outside xcode. * Can only run port sync or port selfupdate as of now. * Does not know the status of ports. * Displays incomplete and truncated port information. * Really really immature. * Needs new application icon. * Log output needs formatting for legibility. * Gets confused when a port has a zero-length or missing long_description (I think I fixed all 3 ports that caused this problem--since the long_description is a required field per man portfile) Randall Wood rhwood@mac.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy."
Fixed. There was a problem with a nib file where you were trying to bind a boolean value against the selection of a controller, but the selection wasn't a boolean so it was raising an exception. I suspect it worked in xcode because of ZeroLink (ZeroLink likes to hide problems, especially problems during launching, which this was). I turned off zerolink and also unbound hidden so it runs outside xcode now. On Mar 12, 2007, at 7:11 AM, Randall Wood wrote:
* Crashes on start when run outside xcode.
-- Kevin Ballard http://kevin.sb.org eridius@macports.org http://www.tildesoft.com
participants (2)
-
Kevin Ballard
-
Randall Wood