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

(-)lang/yap/Makefile (-3 / +11 lines)
Lines 7-15 Link Here
7
#
7
#
8
8
9
PORTNAME=	yap
9
PORTNAME=	yap
10
PORTVERSION=	4.5.6
10
PORTVERSION=	5.0.0
11
CATEGORIES=	lang
11
CATEGORIES=	lang
12
MASTER_SITES=	http://www.ncc.up.pt/~vsc/Yap/Yap4.5/
12
MASTER_SITES=	http://www.ncc.up.pt/~vsc/Yap/%SUBDIR%/
13
MASTER_SITE_SUBDIR=	Yap-${PORTVERSION:R}
13
DISTNAME=	Yap-${PORTVERSION}
14
DISTNAME=	Yap-${PORTVERSION}
14
15
15
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
Lines 17-22 Link Here
17
18
18
LIB_DEPENDS=	gmp.6:${PORTSDIR}/math/libgmp4
19
LIB_DEPENDS=	gmp.6:${PORTSDIR}/math/libgmp4
19
20
21
USE_REINPLACE=	yes
20
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
21
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
23
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
22
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
Lines 26-35 Link Here
26
28
27
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
28
30
29
ONLY_FOR_ARCHS=	i386
31
.if ${ARCH} != "i386"
32
BROKEN=		"Does not compile on !i386"
33
.endif
30
34
31
post-extract:
35
post-extract:
32
	@${RM} -f ${WRKSRC}/docs/*.info*
36
	@${RM} -f ${WRKSRC}/docs/*.info*
37
38
post-patch:
39
	@${REINPLACE_CMD} -e \
40
		's|@value{VERSION}|${PORTVERSION}|g' ${WRKSRC}/docs/yap.tex
33
41
34
post-build:
42
post-build:
35
	cd ${WRKSRC}/docs && makeinfo --no-split yap.tex
43
	cd ${WRKSRC}/docs && makeinfo --no-split yap.tex
(-)lang/yap/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (Yap-4.5.6.tar.gz) = 9b02b62d40b0639b4dd00d5cdd3f1e1d
1
MD5 (Yap-5.0.0.tar.gz) = 6afe0d720aa91a1191d4fbb8201062ed
2
SIZE (Yap-4.5.6.tar.gz) = 3297617
2
SIZE (Yap-5.0.0.tar.gz) = 3102749
(-)lang/yap/pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
YAP follows the Edinburgh tradition, and is largely compatible with the ISO-
4
YAP follows the Edinburgh tradition, and is largely compatible with the ISO-
5
Prolog standard and with Quintus and SICStus Prolog.
5
Prolog standard and with Quintus and SICStus Prolog.
6
6
7
WWW: http://yap.sourceforge.net/
7
WWW: http://www.ncc.up.pt/~vsc/Yap/
(-)lang/yap/pkg-plist (+5 lines)
Lines 81-91 Link Here
81
share/Yap/cleanup.yap
81
share/Yap/cleanup.yap
82
share/Yap/clpbn/aggregates.yap
82
share/Yap/clpbn/aggregates.yap
83
share/Yap/clpbn/bnt.yap
83
share/Yap/clpbn/bnt.yap
84
share/Yap/clpbn/discrete_utils.yap
84
share/Yap/clpbn/evidence.yap
85
share/Yap/clpbn/evidence.yap
86
share/Yap/clpbn/gibbs.yap
85
share/Yap/clpbn/graphs.yap
87
share/Yap/clpbn/graphs.yap
86
share/Yap/clpbn/graphviz.yap
88
share/Yap/clpbn/graphviz.yap
89
share/Yap/clpbn/topsort.yap
87
share/Yap/clpbn/utils.yap
90
share/Yap/clpbn/utils.yap
88
share/Yap/clpbn/vel.yap
91
share/Yap/clpbn/vel.yap
92
share/Yap/clpbn/viterbi.yap
89
share/Yap/clpbn/xbif.yap
93
share/Yap/clpbn/xbif.yap
90
share/Yap/clpbn.yap
94
share/Yap/clpbn.yap
91
share/Yap/clpq/arith_q.yap
95
share/Yap/clpq/arith_q.yap
Lines 236-241 Link Here
236
share/Yap/trees.yap
240
share/Yap/trees.yap
237
share/Yap/tries.yap
241
share/Yap/tries.yap
238
share/Yap/ugraphs.yap
242
share/Yap/ugraphs.yap
243
share/Yap/ypp.yap
239
@dirrm share/Yap/pl
244
@dirrm share/Yap/pl
240
@dirrm share/Yap/logtalk
245
@dirrm share/Yap/logtalk
241
@dirrm share/Yap/clpr
246
@dirrm share/Yap/clpr

Return to bug 85881