Re: UPDATE: Jimtcl and OpenOCD

2014-09-16 Thread Stuart Cassoff
On 09/14/14 06:04, Stuart Henderson wrote: On 2014/09/12 17:50, Stuart Cassoff wrote: I'd like to update the Jimtcl port but that necessitates an update of OpenOCD. Your patch doesn't apply cleanly; specifically patch-Makefile_in in jimtcl. Urgh. Ok, I should have Thunderbird tamed by now.

Re: UPDATE: Jimtcl and OpenOCD

2014-09-16 Thread Stuart Henderson
On 2014/09/16 10:35, Stuart Cassoff wrote: On 09/14/14 06:04, Stuart Henderson wrote: On 2014/09/12 17:50, Stuart Cassoff wrote: I'd like to update the Jimtcl port but that necessitates an update of OpenOCD. Your patch doesn't apply cleanly; specifically patch-Makefile_in in jimtcl.

Re: UPDATE: Jimtcl and OpenOCD

2014-09-16 Thread Stuart Cassoff
On 09/16/14 11:18, Stuart Henderson wrote: On 2014/09/16 10:35, Stuart Cassoff wrote: On 09/14/14 06:04, Stuart Henderson wrote: On 2014/09/12 17:50, Stuart Cassoff wrote: I'd like to update the Jimtcl port but that necessitates an update of OpenOCD. Your patch doesn't apply cleanly;

Re: UPDATE: Jimtcl and OpenOCD

2014-09-14 Thread Stuart Henderson
On 2014/09/12 17:50, Stuart Cassoff wrote: I'd like to update the Jimtcl port but that necessitates an update of OpenOCD. Your patch doesn't apply cleanly; specifically patch-Makefile_in in jimtcl. Hmm... Looks like a unified diff to me... The text leading up to this was:

UPDATE: Jimtcl and OpenOCD

2014-09-12 Thread Stuart Cassoff
I'd like to update the Jimtcl port but that necessitates an update of OpenOCD. A typedef in Jim had a * removed so it has to be added to OpenOCD in a couple of places. I sent similar diffs to the OpenOCD maintainer last week but have yet to hear from him. It's a simple change to OpenOCD, and

Re: UPDATE: jimtcl

2013-11-11 Thread Stuart Cassoff
On 11/10/13 01:30, Stuart Cassoff wrote: Update to 0.75. Updated diff. Index: Makefile === RCS file: /cvs/ports/lang/jimtcl/Makefile,v retrieving revision 1.6 diff -u -p -u -p -r1.6 Makefile --- Makefile11 Mar 2013 11:20:27

Re: UPDATE: jimtcl

2013-11-10 Thread Landry Breuil
On Sun, Nov 10, 2013 at 01:30:11AM -0500, Stuart Cassoff wrote: Update to 0.75. Jimtcl picks up ccache if installed and won't build without USE_CCACHE=Yes, so I decided to force it. I'd rather see it patched to not pick it up. Even if ccache is available everywhere, i dont think it makes

Re: UPDATE: jimtcl

2013-11-10 Thread Stuart Cassoff
On 11/10/13 04:00, Landry Breuil wrote: On Sun, Nov 10, 2013 at 01:30:11AM -0500, Stuart Cassoff wrote: Update to 0.75. Jimtcl picks up ccache if installed and won't build without USE_CCACHE=Yes, so I decided to force it. I'd rather see it patched to not pick it up. Even if ccache is

Re: UPDATE: jimtcl

2013-11-10 Thread Stuart Cassoff
On 11/10/13 04:24, Stuart Cassoff wrote: On 11/10/13 04:00, Landry Breuil wrote: On Sun, Nov 10, 2013 at 01:30:11AM -0500, Stuart Cassoff wrote: Update to 0.75. Jimtcl picks up ccache if installed and won't build without USE_CCACHE=Yes, so I decided to force it. I'd rather see it patched

Re: UPDATE: jimtcl

2013-11-10 Thread Stuart Cassoff
On 11/10/13 14:39, Stuart Henderson wrote: On 2013/11/10 10:00, Landry Breuil wrote: On Sun, Nov 10, 2013 at 01:30:11AM -0500, Stuart Cassoff wrote: Update to 0.75. Jimtcl picks up ccache if installed and won't build without USE_CCACHE=Yes, so I decided to force it. I'd rather see it

Re: UPDATE: jimtcl

2013-11-10 Thread Juan Francisco Cantero Hurtado
On Sun, Nov 10, 2013 at 04:24:12AM -0500, Stuart Cassoff wrote: On 11/10/13 04:00, Landry Breuil wrote: On Sun, Nov 10, 2013 at 01:30:11AM -0500, Stuart Cassoff wrote: Update to 0.75. Jimtcl picks up ccache if installed and won't build without USE_CCACHE=Yes, so I decided to force it.

UPDATE: jimtcl

2013-11-09 Thread Stuart Cassoff
Update to 0.75. Jimtcl picks up ccache if installed and won't build without USE_CCACHE=Yes, so I decided to force it. Remove the SONAME stuff, I don't see how it would be needed. There should no longer be a need to play with -fPIC. Patch removed. If needed, can be done in the port Makefile.