ports/74342: [maintainer-update] lang/ocaml: update to 3.08.2 (supersedes ports/74132)

Eugene Ossintsev eugos at gmx.net
Wed Nov 24 22:30:32 UTC 2004


>Number:         74342
>Category:       ports
>Synopsis:       [maintainer-update] lang/ocaml: update to 3.08.2 (supersedes ports/74132)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 24 22:30:31 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Eugene Ossintsev
>Release:        FreeBSD 5.3-RELEASE-p1 i386
>Organization:
>Environment:


System: FreeBSD 5.3-RELEASE-p1 #0: Fri Nov 19 18:29:05 CET 2004
    root at badger.home:/usr/obj/usr/src/sys/BADGER



>Description:


This PR supersedes PR ports/74132.

Update to 3.08.2.

Mark as broken on sparc64 regardless whether -DWITHOUT_X11 is used or not.


>How-To-Repeat:





>Fix:


--- ocaml.diff begins here ---
diff -ruN ocaml.orig/Makefile ocaml/Makefile
--- ocaml.orig/Makefile	Wed Nov 24 23:12:05 2004
+++ ocaml/Makefile	Wed Nov 24 22:02:10 2004
@@ -6,8 +6,7 @@
 #
 
 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$//}/ \
@@ -39,6 +38,7 @@
 .endif
 .endif
 
+USE_BZIP2=	yes
 HAS_CONFIGURE=	yes
 ALL_TARGET=	world.opt
 
@@ -82,14 +82,14 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${ARCH} == "sparc64"
+BROKEN=		"Build fails on sparc64"
+.endif
+
 .if ${ARCH} != "i386"
 PLIST_SUB+=	PROF="@comment "
 .else
 PLIST_SUB+=	PROF=""
-.endif
-
-.if ${ARCH} == "sparc64" && defined(WITHOUT_X11)
-BROKEN=		"Does not compile on sparc64"
 .endif
 
 post-install:
diff -ruN ocaml.orig/distinfo ocaml/distinfo
--- ocaml.orig/distinfo	Wed Nov 24 23:12:05 2004
+++ ocaml/distinfo	Wed Nov 24 22:03:45 2004
@@ -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 -ruN ocaml.orig/pkg-plist ocaml/pkg-plist
--- ocaml.orig/pkg-plist	Wed Nov 24 23:12:05 2004
+++ ocaml/pkg-plist	Wed Nov 24 23:00:30 2004
@@ -36,6 +36,7 @@
 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
--- ocaml.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list