diff options
author | kwm <kwm@FreeBSD.org> | 2004-12-04 15:57:11 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2004-12-04 15:57:11 +0000 |
commit | f11640b0e8ad824c8849d2399394eaed040aa633 (patch) | |
tree | f032f75bdf46f9ebd06019047761e4b6c08cbbeb /lang/ocaml | |
parent | 24778b79d8d809d22310d3df208326f422f39486 (diff) | |
download | FreeBSD-ports-f11640b0e8ad824c8849d2399394eaed040aa633.zip FreeBSD-ports-f11640b0e8ad824c8849d2399394eaed040aa633.tar.gz |
Update to version 3.08.2.
Mark broken on sparc64.
PR: 74342
Submitted by: maintainer
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 12 | ||||
-rw-r--r-- | lang/ocaml/distinfo | 4 | ||||
-rw-r--r-- | lang/ocaml/pkg-plist | 1 |
3 files changed, 9 insertions, 8 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 5b72ef9..5406f9e 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -6,12 +6,11 @@ # PORTNAME= ocaml -PORTVERSION= 3.08.1 -PORTREVISION= 1 +PORTVERSION= 3.08.2 CATEGORIES= lang -MASTER_SITES= http://caml.inria.fr/distrib/${DISTNAME:S/.1$//}/ \ - ftp://ftp.inria.fr/INRIA/caml-light/${DISTNAME:S/.1$//}/ \ - ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/${DISTNAME:S/.1$//}/ +MASTER_SITES= http://caml.inria.fr/distrib/${DISTNAME:R}/ \ + ftp://ftp.inria.fr/INRIA/caml-light/${DISTNAME:R}/ \ + ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/${DISTNAME:R}/ PKGNAMESUFFIX= ${SFX} MAINTAINER?= eugos@gmx.net @@ -39,6 +38,7 @@ LIB_DEPENDS+= tk84.1:${PORTSDIR}/x11-toolkits/tk84 .endif .endif +USE_BZIP2= yes HAS_CONFIGURE= yes ALL_TARGET= world.opt @@ -88,7 +88,7 @@ PLIST_SUB+= PROF="@comment " PLIST_SUB+= PROF="" .endif -.if ${ARCH} == "sparc64" && defined(WITHOUT_X11) +.if ${ARCH} == "sparc64" BROKEN= "Does not compile on sparc64" .endif diff --git a/lang/ocaml/distinfo b/lang/ocaml/distinfo index f1f0505..8992aa7 100644 --- a/lang/ocaml/distinfo +++ b/lang/ocaml/distinfo @@ -1,2 +1,2 @@ -MD5 (ocaml-3.08.1.tar.gz) = 8a32dd665d0d8fc08a027e1b8f68a001 -SIZE (ocaml-3.08.1.tar.gz) = 2435044 +MD5 (ocaml-3.08.2.tar.bz2) = 608319707707cf4ac3f7a13eb63260ad +SIZE (ocaml-3.08.2.tar.bz2) = 2052501 diff --git a/lang/ocaml/pkg-plist b/lang/ocaml/pkg-plist index efe28e9..e562111 100644 --- a/lang/ocaml/pkg-plist +++ b/lang/ocaml/pkg-plist @@ -36,6 +36,7 @@ lib/ocaml/caml/intext.h lib/ocaml/caml/memory.h lib/ocaml/caml/misc.h lib/ocaml/caml/mlvalues.h +lib/ocaml/caml/printexc.h lib/ocaml/caml/signals.h lib/ocaml/camlp4/ast2pt.cmi lib/ocaml/camlp4/ast2pt.mli |