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

(-)lang/yap/Makefile (-1 / +2 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	yap
9
PORTNAME=	yap
10
PORTVERSION=	4.4.4
10
PORTVERSION=	4.5.2
11
CATEGORIES=	lang
11
CATEGORIES=	lang
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 19-24 Link Here
19
LIB_DEPENDS=	gmp.6:${PORTSDIR}/math/libgmp4
19
LIB_DEPENDS=	gmp.6:${PORTSDIR}/math/libgmp4
20
20
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
22
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
23
		LDFLAGS="-L${LOCALBASE}/lib"
24
		LDFLAGS="-L${LOCALBASE}/lib"
24
25
(-)lang/yap/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (Yap-4.4.4.tar.gz) = 7d0f17305c87874dccdad5ce465a164a
1
MD5 (Yap-4.5.2.tar.gz) = 03c091dbb3575c24b81c4ff995c8f6ad
2
SIZE (Yap-4.4.4.tar.gz) = 2970956
2
SIZE (Yap-4.5.2.tar.gz) = 3554331
(-)lang/yap/files/patch-C::amasm.c (+14 lines)
Line 0 Link Here
1
--- C/amasm.c.orig	Sat Mar  6 02:56:11 2004
2
+++ C/amasm.c	Thu Sep  2 17:47:02 2004
3
@@ -430,9 +430,9 @@
4
   }
5
   cip->cpc = cip->cpc->nextInst;
6
   if (pass_no) {
7
-    ve = (Ventry *) cip->cpc->rnd1;
8
     OPREG var_offset;
9
-    int is_y_var = (ve->KindOfVE == PermVar);
10
+    ve = (Ventry *) cip->cpc->rnd1;
11
+    is_y_var = (ve->KindOfVE == PermVar);
12
 
13
     var_offset = Var_Ref(ve, is_y_var);
14
     code_p->u.oxx.xr = emit_xreg(var_offset);
(-)lang/yap/files/patch-C::compiler.c (+16 lines)
Line 0 Link Here
1
--- C/compiler.c.orig	Fri Feb 27 01:48:29 2004
2
+++ C/compiler.c	Thu Sep  2 17:36:25 2004
3
@@ -2727,12 +2727,12 @@
4
   volatile int maxvnum = 512;
5
   int botch_why;
6
   volatile Term my_clause = inp_clause;
7
+  compiler_struct cglobs;
8
   /* may botch while doing a different module */
9
 
10
   /* first, initialise cglobs->cint.CompilerBotch to handle all cases of interruptions */
11
   Yap_ErrorMessage = NULL;
12
   Yap_Error_Size = 0;
13
-  compiler_struct cglobs;
14
 
15
   if ((botch_why = setjmp(cglobs.cint.CompilerBotch)) == 3) {
16
     /* out of local stack, just duplicate the stack */
(-)lang/yap/pkg-plist (+33 lines)
Lines 179-194 Link Here
179
share/Yap/logtalk.yap
179
share/Yap/logtalk.yap
180
share/Yap/ordsets.yap
180
share/Yap/ordsets.yap
181
share/Yap/pillow.pl
181
share/Yap/pillow.pl
182
share/Yap/pl/arith.yap
183
share/Yap/pl/arrays.yap
184
share/Yap/pl/boot.yap
185
share/Yap/pl/callcount.yap
186
share/Yap/pl/checker.yap
187
share/Yap/pl/consult.yap
188
share/Yap/pl/corout.yap
189
share/Yap/pl/debug.yap
190
share/Yap/pl/depth_bound.yap
191
share/Yap/pl/directives.yap
192
share/Yap/pl/errors.yap
193
share/Yap/pl/grammar.yap
194
share/Yap/pl/ground.yap
195
share/Yap/pl/init.yap
196
share/Yap/pl/listing.yap
197
share/Yap/pl/load_foreign.yap
198
share/Yap/pl/modules.yap
199
share/Yap/pl/preds.yap
200
share/Yap/pl/profile.yap
201
share/Yap/pl/protect.yap
202
share/Yap/pl/setof.yap
203
share/Yap/pl/signals.yap
204
share/Yap/pl/sockets.yap
205
share/Yap/pl/sort.yap
206
share/Yap/pl/statistics.yap
207
share/Yap/pl/strict_iso.yap
208
share/Yap/pl/tabling.yap
209
share/Yap/pl/threads.yap
210
share/Yap/pl/utils.yap
211
share/Yap/pl/yapor.yap
212
share/Yap/pl/yio.yap
182
share/Yap/prandom.yap
213
share/Yap/prandom.yap
183
share/Yap/queues.yap
214
share/Yap/queues.yap
184
share/Yap/random.yap
215
share/Yap/random.yap
185
share/Yap/regexp.yap
216
share/Yap/regexp.yap
217
share/Yap/splay.yap
186
share/Yap/system.yap
218
share/Yap/system.yap
187
share/Yap/terms.yap
219
share/Yap/terms.yap
188
share/Yap/timeout.yap
220
share/Yap/timeout.yap
189
share/Yap/trees.yap
221
share/Yap/trees.yap
190
share/Yap/tries.yap
222
share/Yap/tries.yap
191
share/Yap/ugraphs.yap
223
share/Yap/ugraphs.yap
224
@dirrm share/Yap/pl
192
@dirrm share/Yap/logtalk
225
@dirrm share/Yap/logtalk
193
@dirrm share/Yap/clpr
226
@dirrm share/Yap/clpr
194
@dirrm share/Yap/clpqr/examples/monash
227
@dirrm share/Yap/clpqr/examples/monash

Return to bug 71299