On 2013/01/08 16:05, Lars Engblom wrote:
> 1. Both in current and stable the path to the image is wrong in
> /usr/local/share/scratch/iniscratch
I've just fixed this one.
> 2. In stable, I have problem to run the programs made by Scratch
Do you just mean run them by clicking the green flag (which seems
to work for some things, but not others), or something else? (I know
nothing about Scratch.. for the avoidance of doubt I am not stu@ ;)
> 3. With current, I do not get Scratch to open up at all
The below diff to squeak fixes this; ok with you espie?
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/squeak/vm/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile 29 Mar 2012 13:38:40 -0000 1.15
+++ Makefile 8 Jan 2013 15:32:00 -0000
@@ -4,10 +4,10 @@
COMMENT = smalltalk system, vm
SRCV = 1
-DISTFILES = Squeak-$V-${SRCV}.src.tar.gz
+DISTFILES = Squeak-$V-${SRCV}.src.tar.gz
PKGNAME = squeak-vm-$V.${SRCV}
-REVISION = 1
+REVISION = 2
WRKDIST = ${WRKDIR}/Squeak-$V-${SRCV}
WRKSRC = ${WRKDIST}/platforms/unix/config
@@ -19,7 +19,7 @@ MASTER_SITES = ${SQUEAK_SITE}unix-linux/
CONFIGURE_STYLE = gnu
AUTOCONF_VERSION = 2.60
DESTDIRNAME = ROOT
-CONFIGURE_ENV = RANLIB=ranlib \
+CONFIGURE_ENV = LDFLAGS="-lpthread ${LDFLAGS}" RANLIB=ranlib \
ac_cv_socklen_t=yes
USE_GMAKE = Yes
USE_GROFF = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/squeak/vm/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo 23 Jul 2008 11:17:22 -0000 1.5
+++ distinfo 8 Jan 2013 15:32:00 -0000
@@ -1,5 +1,2 @@
-MD5 (squeak-3.10/Squeak-3.10-1.src.tar.gz) = f7rAKRFYMdGEIvMHnbsERA==
-RMD160 (squeak-3.10/Squeak-3.10-1.src.tar.gz) = vmcjnkchlyfX6ofHWiRdL3Fzw6o=
-SHA1 (squeak-3.10/Squeak-3.10-1.src.tar.gz) = a3qwcbz3gxig/q2U/4nRVXqHfHc=
SHA256 (squeak-3.10/Squeak-3.10-1.src.tar.gz) =
1enKsx8l+EL0K94VPgS5NUe1WeddoI8bmXpH9w0AMTM=
SIZE (squeak-3.10/Squeak-3.10-1.src.tar.gz) = 5194944