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

Collapse All | Expand All

(-)Makefile (-1 / +5 lines)
Lines 4-10 Link Here
4
# for committer: bump PORTREVISION for math/facile whenever ocaml gets updated
4
# for committer: bump PORTREVISION for math/facile whenever ocaml gets updated
5
PORTNAME=	ocaml
5
PORTNAME=	ocaml
6
PORTVERSION=	4.01.0
6
PORTVERSION=	4.01.0
7
PORTREVISION=	4
7
PORTREVISION=	5
8
CATEGORIES=	lang
8
CATEGORIES=	lang
9
MASTER_SITES=	http://caml.inria.fr/pub/distrib/${DISTNAME:R}/ \
9
MASTER_SITES=	http://caml.inria.fr/pub/distrib/${DISTNAME:R}/ \
10
		${MASTER_SITE_GENTOO}
10
		${MASTER_SITE_GENTOO}
Lines 125-130 Link Here
125
BROKEN=	ocamlc.opt seg-faults on ${ARCH}, please try to fix
125
BROKEN=	ocamlc.opt seg-faults on ${ARCH}, please try to fix
126
.endif
126
.endif
127
127
128
.if ${OCAML_ARCH} == mips
129
BROKEN=	fails to build due to the lack of ASM code for ${OCAML_ARCH}
130
.endif
131
128
post-extract:
132
post-extract:
129
.if ${PORT_OPTIONS:MDOCS}
133
.if ${PORT_OPTIONS:MDOCS}
130
	@if ! (cd ${WRKDIR} && \
134
	@if ! (cd ${WRKDIR} && \

Return to bug 197127