diff options
author | Koop Mast <kwm@FreeBSD.org> | 2004-12-04 15:57:11 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2004-12-04 15:57:11 +0000 |
commit | 3c6ac23b945fe647ace294e9c7a0e8a718cde136 (patch) | |
tree | 1178a15484e548b4cd9665c36b5802d5666c8f42 /lang | |
parent | b4682df9353d027e2eacb8cbf51f04e94c2fd686 (diff) |
Notes
Diffstat (limited to 'lang')
-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 5b72ef902b1f..5406f9e951da 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 f1f0505b9af1..8992aa7b4174 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 efe28e9f46b3..e562111d6733 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 |