Re: Cleaning distfiles

2011-01-25 Thread Scott Webster
I believe Ryan posted a script that deletes all distfiles older than a certain time at some point. If you are patient you can do "port clean --all all" but it will run through ALL the ports, so it takes a bit. Scott On Tue, Jan 25, 2011 at 8:59 PM, Adam Mercer wrote: > On Tue, Jan 25, 2011 at 2

Re: Cleaning distfiles

2011-01-25 Thread Adam Mercer
On Tue, Jan 25, 2011 at 22:50, Jason Swails wrote: > {sudo} port clean --all uninstalled > > Does that do the trick?  You can optionally replace --all with --dist to > just get rid of the distfiles.  I don't want to do this to test it since I > actually want to hold on to those files. That'll rem

Re: Cleaning distfiles

2011-01-25 Thread Jason Swails
{sudo} port clean --all uninstalled Does that do the trick? You can optionally replace --all with --dist to just get rid of the distfiles. I don't want to do this to test it since I actually want to hold on to those files. You can also do {sudo} port -u uninstall to clean out all old, inactiv

Cleaning distfiles

2011-01-25 Thread Adam Mercer
Hi My distfiles directory is getting quite large with old distfiles and sources for ports I no longer have installed, is there a simple way to clean this out so that the only distfiles remaining are for the ports that are installed? Cheers Adam ___ mac

Re: mingw-binutils: Segmentation fault & newer version

2011-01-25 Thread Mojca Miklavec
On Tue, Jan 25, 2011 at 00:20, Ryan Schmidt wrote: > > Since we're in MacPorts land here, you should probably file a ticket in our > issue tracker and request that the maintainer update the > i386-mingw32-binutils port to a newer version. I did that now. https://trac.macports.org/ticket/2815

Re: gtkada install

2011-01-25 Thread M
Thanks Björn! The non-macports method described at the URL you posted worked well. On Jan 23, 2011, at 1:38 PM, Björn Lundin wrote: > There is also a mail list dealing wih ada on macosx > gnat-...@hermes.gwu.edu > But a quck search did not provide any help... > > Someone who succeded wrote it do

Re: iOS cross compiling support

2011-01-25 Thread James Gregurich
howdy! I note that there is a config.guess at: var/macports/sources/rsync.macports.org/release/base/config.guess Is that file part of the macports software stack that I can call from portconfigure.tcl? If so, what is the proper way to invoke that script to get the triplet for the host system?

Re: iOS cross compiling support

2011-01-25 Thread Rainer Müller
On 2011-01-25 22:58 , James Gregurich wrote: > There is one more issue I want to address before I submit. > > To configure icu for iOS, you have to have --host=arm-apple-darwin as one of > the options. I'd like to automatically and generically create the label to > pass to --host. However, I'm

Re: iOS cross compiling support

2011-01-25 Thread James Gregurich
I've since found out it is called a "canonical system type." Its documented here: http://www.gnu.org/software/autoconf/manual/autoconf.html The string is generated by config.guess. I now know what it is and I'm deciding what to do with it. thanks, James On Jan 25, 2011, at 2:42 PM, Bradle

Re: iOS cross compiling support

2011-01-25 Thread Bradley Giesbrecht
On Jan 25, 2011, at 1:58 PM, James Gregurich wrote: There is one more issue I want to address before I submit. To configure icu for iOS, you have to have --host=arm-apple-darwin as one of the options. I'd like to automatically and generically create the label to pass to --host. However, I

Re: iOS cross compiling support

2011-01-25 Thread James Gregurich
There is one more issue I want to address before I submit. To configure icu for iOS, you have to have --host=arm-apple-darwin as one of the options. I'd like to automatically and generically create the label to pass to --host. However, I'm having a hard time finding documentation on how these