View | Details | Raw Unified | Return to bug 183933 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-7 / +6 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	basic256
4
PORTNAME=	basic256
5
PORTVERSION=	0.9.9.64
5
PORTVERSION=	1.0.0.0
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}
Lines 18-34 Link Here
18
18
19
WRKSRC=		${WRKDIR}
19
WRKSRC=		${WRKDIR}
20
20
21
USES=		bison
21
USES=		bison dos2unix qmake
22
USE_SDL=	sdl mixer
22
USE_SDL=	sdl mixer
23
USE_QT4=	corelib gui network xml webkit moc_build qmake_build rcc_build uic_build
23
USE_QT4=	corelib gui network xml webkit moc_build qmake_build rcc_build uic_build
24
USE_DOS2UNIX=	yes
25
HAS_CONFIGURE=	yes
24
HAS_CONFIGURE=	yes
25
QMAKE_PRO=	BASIC256.pro
26
26
27
MAKE_JOBS_UNSAFE=yes
27
MAKE_JOBS_UNSAFE=yes
28
28
29
NO_STAGE=	yes
29
post-patch:
30
do-configure:
30
	@${REINPLACE_CMD} -e 's/mutex/mymutex/' ${WRKSRC}/*.cpp
31
	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
31
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/${QMAKE_PRO}
32
	${QMAKE} "PREFIX=${PREFIX}" BASIC256.pro
33
32
34
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (basic256_0.9.9.64.tgz) = 8a3a5f919502d98329e3922eb656d76bd69142e7bbb31c8cf5d78af1fbd3b991
1
SHA256 (basic256_1.0.0.0.tgz) = 4eda84360eb576b38b7e514aeb8f2700681f81521932532d60693bc6c85a6652
2
SIZE (basic256_0.9.9.64.tgz) = 1919053
2
SIZE (basic256_1.0.0.0.tgz) = 1848926
(-)files/patch-BASIC256.pro (-3 / +12 lines)
Lines 1-6 Link Here
1
--- BASIC256.pro.orig	2013-02-11 23:43:57.000000000 +0100
1
--- BASIC256.pro.orig	2013-11-13 18:26:47.000000000 +0100
2
+++ BASIC256.pro	2013-02-11 23:47:27.000000000 +0100
2
+++ BASIC256.pro	2013-11-13 18:36:29.000000000 +0100
3
@@ -101,19 +101,19 @@
3
@@ -82,7 +82,7 @@
4
 
5
 	## TTS Option 2 - use the espeak library
6
 	DEFINES					+=	ESPEAK
7
-	INCLUDEPATH				+=	/usr/include/espeak
8
+	INCLUDEPATH				+=	%%LOCALBASE%%/include/espeak
9
 	LIBS					+=	-lespeak
10
 
11
 	LIBS					+=	-lm
12
@@ -113,19 +113,19 @@
4
 	# rules for make install
13
 	# rules for make install
5
 	########
14
 	########
6
 	exampleFiles.files		=	./Examples
15
 	exampleFiles.files		=	./Examples
(-)files/patch-BasicGraph.cpp (+10 lines)
Line 0 Link Here
1
--- BasicGraph.cpp.orig	2013-09-28 18:25:56.000000000 +0200
2
+++ BasicGraph.cpp	2013-09-28 18:26:06.000000000 +0200
3
@@ -37,7 +37,6 @@
4
     #include <QPrinter>
5
 #endif
6
 
7
-using namespace std;
8
 
9
 #include "BasicGraph.h"
10
 
(-)files/patch-RunController.cpp (-11 lines)
Lines 1-11 Link Here
1
--- RunController.cpp.orig	2011-08-28 20:02:12.000000000 +0200
2
+++ RunController.cpp	2011-08-28 20:02:22.000000000 +0200
3
@@ -56,7 +56,7 @@
4
 
5
 
6
 #ifdef LINUX_ESPEAK
7
-	#include <speak_lib.h>
8
+	#include <espeak/speak_lib.h>
9
 #endif
10
 
11
 #ifdef LINUX_FLITE
(-)pkg-plist (-14 / +1 lines)
Lines 106-111 Link Here
106
%%DATADIR%%/Examples/testing/testplusplus2.kbs
106
%%DATADIR%%/Examples/testing/testplusplus2.kbs
107
%%DATADIR%%/Examples/testing/testsubroutinebyref.kbs
107
%%DATADIR%%/Examples/testing/testsubroutinebyref.kbs
108
%%DATADIR%%/Examples/testing/testsuite.kbs
108
%%DATADIR%%/Examples/testing/testsuite.kbs
109
%%DATADIR%%/Examples/testing/testsuite_functions.kbs
109
%%DATADIR%%/Examples/testing/testtextfont.kbs
110
%%DATADIR%%/Examples/testing/testtextfont.kbs
110
%%DATADIR%%/Examples/testing/testtime.kbs
111
%%DATADIR%%/Examples/testing/testtime.kbs
111
%%DATADIR%%/Examples/testing/uaarray.kbs
112
%%DATADIR%%/Examples/testing/uaarray.kbs
Lines 803-818 Link Here
803
%%DATADIR%%/help/graphicsutilitiesstampmaker.html
804
%%DATADIR%%/help/graphicsutilitiesstampmaker.html
804
%%DATADIR%%/help/graphicsutility.html
805
%%DATADIR%%/help/graphicsutility.html
805
%%DATADIR%%/help/index.html
806
%%DATADIR%%/help/index.html
806
%%DATADIR%%/help/jp_start.html
807
%%DATADIR%%/help/lib/exe/alert.png
808
%%DATADIR%%/help/lib/exe/arc_example.png
807
%%DATADIR%%/help/lib/exe/arc_example.png
809
%%DATADIR%%/help/lib/exe/basic256.png
808
%%DATADIR%%/help/lib/exe/basic256.png
810
%%DATADIR%%/help/lib/exe/chord_example.png
809
%%DATADIR%%/help/lib/exe/chord_example.png
811
%%DATADIR%%/help/lib/exe/circle.png
812
%%DATADIR%%/help/lib/exe/color.png
813
%%DATADIR%%/help/lib/exe/confirm.png
814
%%DATADIR%%/help/lib/exe/css1353871590.css
810
%%DATADIR%%/help/lib/exe/css1353871590.css
815
%%DATADIR%%/help/lib/exe/css1364650667.css
816
%%DATADIR%%/help/lib/exe/de.png
811
%%DATADIR%%/help/lib/exe/de.png
817
%%DATADIR%%/help/lib/exe/en.png
812
%%DATADIR%%/help/lib/exe/en.png
818
%%DATADIR%%/help/lib/exe/en_cir.png
813
%%DATADIR%%/help/lib/exe/en_cir.png
Lines 841-853 Link Here
841
%%DATADIR%%/help/lib/exe/fr_cos.jpg
836
%%DATADIR%%/help/lib/exe/fr_cos.jpg
842
%%DATADIR%%/help/lib/exe/fr_sin.jpg
837
%%DATADIR%%/help/lib/exe/fr_sin.jpg
843
%%DATADIR%%/help/lib/exe/fr_tan.jpg
838
%%DATADIR%%/help/lib/exe/fr_tan.jpg
844
%%DATADIR%%/help/lib/exe/gamesballoons.png
845
%%DATADIR%%/help/lib/exe/gamescopycat.png
846
%%DATADIR%%/help/lib/exe/gamesspinner.png
847
%%DATADIR%%/help/lib/exe/graphicsutilitiesstamp2sprite.png
848
%%DATADIR%%/help/lib/exe/jmreneau_mobius.png
839
%%DATADIR%%/help/lib/exe/jmreneau_mobius.png
849
%%DATADIR%%/help/lib/exe/jmreneau_morie.png
840
%%DATADIR%%/help/lib/exe/jmreneau_morie.png
850
%%DATADIR%%/help/lib/exe/line.png
851
%%DATADIR%%/help/lib/exe/nl.png
841
%%DATADIR%%/help/lib/exe/nl.png
852
%%DATADIR%%/help/lib/exe/nl_array.png
842
%%DATADIR%%/help/lib/exe/nl_array.png
853
%%DATADIR%%/help/lib/exe/nl_arrays_disp.png
843
%%DATADIR%%/help/lib/exe/nl_arrays_disp.png
Lines 866-874 Link Here
866
%%DATADIR%%/help/lib/exe/nl_wrong_string.png
856
%%DATADIR%%/help/lib/exe/nl_wrong_string.png
867
%%DATADIR%%/help/lib/exe/opensearch.php
857
%%DATADIR%%/help/lib/exe/opensearch.php
868
%%DATADIR%%/help/lib/exe/pie_chart.png
858
%%DATADIR%%/help/lib/exe/pie_chart.png
869
%%DATADIR%%/help/lib/exe/prompt.png
870
%%DATADIR%%/help/lib/exe/pt.png
859
%%DATADIR%%/help/lib/exe/pt.png
871
%%DATADIR%%/help/lib/exe/rect.png
872
%%DATADIR%%/help/lib/exe/ro.png
860
%%DATADIR%%/help/lib/exe/ro.png
873
%%DATADIR%%/help/lib/exe/ru.png
861
%%DATADIR%%/help/lib/exe/ru.png
874
%%DATADIR%%/help/lib/exe/ru_cir.png
862
%%DATADIR%%/help/lib/exe/ru_cir.png
Lines 878-884 Link Here
878
%%DATADIR%%/help/lib/exe/ru_radians.png
866
%%DATADIR%%/help/lib/exe/ru_radians.png
879
%%DATADIR%%/help/lib/exe/ru_stamp.png
867
%%DATADIR%%/help/lib/exe/ru_stamp.png
880
%%DATADIR%%/help/lib/exe/sp.png
868
%%DATADIR%%/help/lib/exe/sp.png
881
%%DATADIR%%/help/lib/exe/stampmaker.png
882
%%DATADIR%%/help/lib/images/license/button/cc-by-nc-sa.png
869
%%DATADIR%%/help/lib/images/license/button/cc-by-nc-sa.png
883
%%DATADIR%%/help/lib/images/smileys/fixme.gif
870
%%DATADIR%%/help/lib/images/smileys/fixme.gif
884
%%DATADIR%%/help/lib/images/smileys/icon_exclaim.gif
871
%%DATADIR%%/help/lib/images/smileys/icon_exclaim.gif

Return to bug 183933