View | Details | Raw Unified | Return to bug 173845
Collapse All | Expand All

(-)basic256/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: ports/lang/basic256/Makefile,v 1.8 2012/11/17 05:58:48 svnexp Exp $
2
# $FreeBSD: ports/lang/basic256/Makefile,v 1.8 2012/11/17 05:58:48 svnexp Exp $
3
3
4
PORTNAME=	basic256
4
PORTNAME=	basic256
5
PORTVERSION=	0.9.9.13
5
PORTVERSION=	0.9.9.17
6
CATEGORIES=	lang
6
CATEGORIES=	lang
7
MASTER_SITES=	SF
7
MASTER_SITES=	SF
8
MASTER_SITE_SUBDIR=	kidbasic/${PORTNAME}
8
MASTER_SITE_SUBDIR=	kidbasic/${PORTNAME}
(-)basic256/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (basic256_0.9.9.13.tgz) = 253ac4c3c2685180fcb6259758823648becfdeb5c518f401cbf155af6e57a680
1
SHA256 (basic256_0.9.9.17.tgz) = f63cc6e9595b9104cd3a2d11cf4035837672514c41136319c2154fb8656e8b1f
2
SIZE (basic256_0.9.9.13.tgz) = 8042979
2
SIZE (basic256_0.9.9.17.tgz) = 8065227
(-)basic256/files/patch-BASIC256.pro (-4 / +26 lines)
Lines 1-7 Link Here
1
--- BASIC256.pro.orig	2011-08-26 19:37:38.000000000 +0200
1
--- BASIC256.pro.orig	2012-11-22 23:15:56.000000000 +0100
2
+++ BASIC256.pro	2011-09-03 13:07:27.000000000 +0200
2
+++ BASIC256.pro	2012-11-22 23:17:00.000000000 +0100
3
@@ -62,72 +62,72 @@
3
@@ -84,87 +84,87 @@
4
 	## rules for make install
4
 	#DEFINES 		+= SOUND_DSP
5
 
6
         # Sound - Option 1 - SDL Mixer
7
-	#DEFINES 		+= SOUND_SDL
8
-	#LIBS			+= -lSDL
9
-	#LIBS			+= -lSDL_mixer
10
+	DEFINES 		+= SOUND_SDL
11
+	LIBS			+= -lSDL
12
+	LIBS			+= -lSDL_mixer
13
 
14
 	# Sound - Option 2 - QT Mobility Multimedia AudioOut
15
-	DEFINES 		+= SOUND_QMOBILITY
16
-	QT			+= mobility
17
-	CONFIG			+= mobility
18
-	MOBILITY		+= multimedia
19
+#DEFINES 		+= SOUND_QMOBILITY
20
+#	QT			+= mobility
21
+#	CONFIG			+= mobility
22
+#	MOBILITY		+= multimedia
23
 
24
         ########
25
 	# rules for make install
26
         ########
5
 	examplesDiceFiles.files = ./Examples/dice/*.kbs \
27
 	examplesDiceFiles.files = ./Examples/dice/*.kbs \
6
 				./Examples/dice/*.wav
28
 				./Examples/dice/*.wav
7
-	examplesDiceFiles.path = /usr/share/basic256/Examples/dice
29
-	examplesDiceFiles.path = /usr/share/basic256/Examples/dice
(-)basic256/pkg-plist (+2 lines)
Lines 74-79 Link Here
74
share/basic256/Examples/testing/KalRGB.kbs
74
share/basic256/Examples/testing/KalRGB.kbs
75
share/basic256/Examples/testing/arraylistassign.kbs
75
share/basic256/Examples/testing/arraylistassign.kbs
76
share/basic256/Examples/testing/beautifytest.kbs
76
share/basic256/Examples/testing/beautifytest.kbs
77
share/basic256/Examples/testing/binaryfileio.kbs
77
share/basic256/Examples/testing/counttest.kbs
78
share/basic256/Examples/testing/counttest.kbs
78
share/basic256/Examples/testing/explodetest.kbs
79
share/basic256/Examples/testing/explodetest.kbs
79
share/basic256/Examples/testing/fontdemo.kbs
80
share/basic256/Examples/testing/fontdemo.kbs
Lines 98-103 Link Here
98
share/basic256/Examples/testing/testplusplus.kbs
99
share/basic256/Examples/testing/testplusplus.kbs
99
share/basic256/Examples/testing/testplusplus2.kbs
100
share/basic256/Examples/testing/testplusplus2.kbs
100
share/basic256/Examples/testing/testsubroutinebyref.kbs
101
share/basic256/Examples/testing/testsubroutinebyref.kbs
102
share/basic256/Examples/testing/testsuite.kbs
101
share/basic256/Examples/testing/testtextfont.kbs
103
share/basic256/Examples/testing/testtextfont.kbs
102
share/basic256/Examples/testing/testtime.kbs
104
share/basic256/Examples/testing/testtime.kbs
103
share/basic256/Examples/testing/uaarray.kbs
105
share/basic256/Examples/testing/uaarray.kbs

Return to bug 173845