UPDATE: Scratch

2014-03-26 Thread Stuart Cassoff
This update of Scratch needs the new Squeak. Port tarball supplied though diff not that bad. No need to build any plugins; all needed plugins available via the vm port. Adding a dependency on Squeak sources v2 and installing changes file allows users to modify Scratch. Removed homegrown startup sc

Re: UPDATE: Scratch

2014-03-27 Thread Fred
On 03/26/14 22:44, Stuart Cassoff wrote: This update of Scratch needs the new Squeak. Port tarball supplied though diff not that bad. No need to build any plugins; all needed plugins available via the vm port. Adding a dependency on Squeak sources v2 and installing changes file allows users to m

Re: UPDATE: Scratch

2014-03-27 Thread Stuart Cassoff
On 03/27/14 10:46, Fred wrote: > On 03/26/14 22:44, Stuart Cassoff wrote: >> This update of Scratch needs the new Squeak. >> Port tarball supplied though diff not that bad. >> >> No need to build any plugins; all needed plugins available via the vm port. >> Adding a dependency on Squeak sources v2

Re: UPDATE: Scratch

2014-04-06 Thread Stuart Cassoff
On 03/26/14 18:44, Stuart Cassoff wrote: > This update of Scratch needs the new Squeak. > Port tarball supplied though diff not that bad. > > No need to build any plugins; all needed plugins available via the vm port. > Adding a dependency on Squeak sources v2 and installing changes file > allows

UPDATE: Scratch 1.3->1.4

2012-04-17 Thread Stuart Cassoff
Index: Makefile === RCS file: /cvs/ports/graphics/scratch/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile17 Nov 2010 08:05:16 - 1.3 +++ Makefile18 Apr 2012 06:19:19 - @@ -2,11 +2,11 @@ C

Re: UPDATE: Scratch 1.3->1.4

2013-02-05 Thread Stuart Cassoff
On 11/01/12 09:43, Landry Breuil wrote: > On Thu, Nov 01, 2012 at 02:37:26PM +0100, Landry Breuil wrote: >> On Thu, Nov 01, 2012 at 08:57:26AM -0400, Stuart Cassoff wrote: >>> On 10/10/12 03:01, Stuart Cassoff wrote: Latest. Tested on i386 w/camera, lightly tested on amd64. >>> >>> Ok? >>

Re: UPDATE: Scratch 1.3->1.4

2012-10-10 Thread Stuart Cassoff
On 04/29/12 21:55, Stuart Cassoff wrote: > On 04/18/12 05:31, Stuart Cassoff wrote: >> On 04/18/12 03:21, Landry Breuil wrote: >>> On Wed, Apr 18, 2012 at 02:25:35AM -0400, Stuart Cassoff wrote: >>> Is it mandatory to copy all those files to ~ ? Cant it run from the >>> systemwide install ? >>> >>>

Re: UPDATE: Scratch 1.3->1.4

2012-11-01 Thread Stuart Cassoff
On 10/10/12 03:01, Stuart Cassoff wrote: > Latest. Tested on i386 w/camera, lightly tested on amd64. > Ok?

Re: UPDATE: Scratch 1.3->1.4

2012-11-01 Thread Landry Breuil
On Thu, Nov 01, 2012 at 08:57:26AM -0400, Stuart Cassoff wrote: > On 10/10/12 03:01, Stuart Cassoff wrote: > > Latest. Tested on i386 w/camera, lightly tested on amd64. > > > > Ok? - missing dep/goos for x11/gtk+2,-guic for the hicolor icon cache - WTF is that gross LD_PRELOAD for pangocairo.so

Re: UPDATE: Scratch 1.3->1.4

2012-11-01 Thread Landry Breuil
On Thu, Nov 01, 2012 at 02:37:26PM +0100, Landry Breuil wrote: > On Thu, Nov 01, 2012 at 08:57:26AM -0400, Stuart Cassoff wrote: > > On 10/10/12 03:01, Stuart Cassoff wrote: > > > Latest. Tested on i386 w/camera, lightly tested on amd64. > > > > > > > Ok? > > - missing dep/goos for x11/gtk+2,-gu

Re: UPDATE: Scratch 1.3->1.4

2012-04-18 Thread Landry Breuil
On Wed, Apr 18, 2012 at 02:25:35AM -0400, Stuart Cassoff wrote: Ok for that and wcb/mentry, just one question : > mkdir ${SCRATCH_DIR} > -gunzip < ${PREFIX}/lib/scratch/Scratch.image.gz > > ${SCRATCH_DIR}/Scratch.image > -for i in Help locale ; do ln -s ${PREFIX}/lib/scratch/$i ${SCRATCH_DIR};

Re: UPDATE: Scratch 1.3->1.4

2012-04-18 Thread Stuart Cassoff
On 04/18/12 03:21, Landry Breuil wrote: > On Wed, Apr 18, 2012 at 02:25:35AM -0400, Stuart Cassoff wrote: > > Ok for that and wcb/mentry, just one question : > >> mkdir ${SCRATCH_DIR} >> -gunzip < ${PREFIX}/lib/scratch/Scratch.image.gz > >> ${SCRATCH_DIR}/Scratch.image >> -for i in Help locale

Re: UPDATE: Scratch 1.3->1.4

2012-04-18 Thread Stuart Cassoff
On 04/18/12 05:31, Stuart Cassoff wrote: > On 04/18/12 03:21, Landry Breuil wrote: >> On Wed, Apr 18, 2012 at 02:25:35AM -0400, Stuart Cassoff wrote: >> >> Ok for that and wcb/mentry, just one question : >> >>> mkdir ${SCRATCH_DIR} >>> -gunzip < ${PREFIX}/lib/scratch/Scratch.image.gz > >>> ${SCRA

Re: UPDATE: Scratch 1.3->1.4

2012-04-29 Thread Stuart Cassoff
On 04/18/12 05:31, Stuart Cassoff wrote: > On 04/18/12 03:21, Landry Breuil wrote: >> On Wed, Apr 18, 2012 at 02:25:35AM -0400, Stuart Cassoff wrote: >> Is it mandatory to copy all those files to ~ ? Cant it run from the >> systemwide install ? >> >> Landry > > Maybe. In any case, Scratch 1.4 need

Re: UPDATE: Scratch 1.3->1.4

2012-04-30 Thread OpenBSD
On 04/30/12 02:55, Stuart Cassoff wrote: On 04/18/12 05:31, Stuart Cassoff wrote: On 04/18/12 03:21, Landry Breuil wrote: On Wed, Apr 18, 2012 at 02:25:35AM -0400, Stuart Cassoff wrote: Is it mandatory to copy all those files to ~ ? Cant it run from the systemwide install ? Landry Maybe. In

Re: UPDATE: Scratch 1.3->1.4

2012-04-30 Thread OpenBSD
On 04/30/12 14:35, OpenBSD wrote: The camera plugin is not building for me as it cannot find asm/types.h and linux/videodev2.h Thanks Fred This was me being a muppet - I'd not applied the patches! I'm currently testing Scratch 1.4 - the camera application opens but returns just a black scr

Re: Fwd: Re: UPDATE: Scratch 1.3->1.4

2013-02-08 Thread Stuart Cassoff
On 02/07/13 10:06, Landry Breuil wrote: > On Thu, Feb 07, 2013 at 08:58:17AM -0500, Stuart Cassoff wrote: >> On 11/01/12 09:43, Landry Breuil wrote: >>> On Thu, Nov 01, 2012 at 02:37:26PM +0100, Landry Breuil wrote: On Thu, Nov 01, 2012 at 08:57:26AM -0400, Stuart Cassoff wrote: > On 10/10