From owner-freebsd-ports Thu Aug 9 20:50:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BA1137B406 for ; Thu, 9 Aug 2001 20:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7A3o2p72203; Thu, 9 Aug 2001 20:50:02 -0700 (PDT) (envelope-from gnats) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id BD5FB37B406 for ; Thu, 9 Aug 2001 20:43:05 -0700 (PDT) (envelope-from patrick@fledge.watson.org) Received: (from patrick@localhost) by fledge.watson.org (8.11.4/8.11.4) id f7A3h0f15654; Thu, 9 Aug 2001 23:43:00 -0400 (EDT) (envelope-from patrick) Message-Id: <200108100343.f7A3h0f15654@fledge.watson.org> Date: Thu, 9 Aug 2001 23:43:00 -0400 (EDT) From: Patrick M Doane Reply-To: Patrick M Doane To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29586: Update port: lang/ocaml Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29586 >Category: ports >Synopsis: Update port: lang/ocaml >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 09 20:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick M Doane >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD fledge.watson.org 4.3-STABLE FreeBSD 4.3-STABLE #1: Wed Jul 11 20:18:54 EDT 2001 robert@fledge.watson.org:/usr/obj/data/fbsd-stable/src/sys/FLEDGE i386 >Description: >How-To-Repeat: >Fix: diff -ruN ocaml.current/Makefile ocaml/Makefile --- ocaml.current/Makefile Mon Jul 30 19:56:33 2001 +++ ocaml/Makefile Thu Aug 9 18:45:20 2001 @@ -6,7 +6,7 @@ # PORTNAME= ocaml -PORTVERSION= 3.01 +PORTVERSION= 3.02 CATEGORIES= lang MASTER_SITES= http://caml.inria.fr/distrib/ \ ftp://ftp.inria.fr/lang/caml-light/ \ @@ -18,14 +18,18 @@ .if defined(WITH_TK) PLIST_SUB+= LABLTK:="" +BUILD_DEPENDS+= ${LOCALBASE}/include/tcl8.3:${PORTSDIR}/lang/tcl83 +BUILD_DEPENDS+= ${LOCALBASE}/include/tk8.3:${PORTSDIR}/x11-toolkits/tk83 LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 .else PLIST_SUB+= LABLTK:="@comment " .endif +WITH_TK= 1 + USE_XLIB= yes HAS_CONFIGURE= yes -ALL_TARGET= world bootstrap opt opt.opt +ALL_TARGET= world opt opt.opt .if ${MACHINE_ARCH} != "i386" PLIST_SUB+= PROF:="@comment " @@ -57,6 +61,11 @@ @${MKDIR} ${PREFIX}/share/doc/ocaml/html @cd ${WRKDIR}/htmlman; ${INSTALL_DATA} * ${PREFIX}/share/doc/ocaml/html @${CP} ${DISTDIR}/${DISTNAME}-refman.ps.gz ${PREFIX}/share/doc/ocaml +.endif +.if defined(WITH_TK) + @${MKDIR} ${PREFIX}/share/examples/ocaml + @${MKDIR} ${PREFIX}/share/examples/ocaml/labltk + @cd ${WRKSRC}/otherlibs/labltk/example; ${INSTALL_DATA} * ${PREFIX}/share/examples/ocaml/labltk .endif @strip ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc diff -ruN ocaml.current/distinfo ocaml/distinfo --- ocaml.current/distinfo Mon Jul 30 19:56:33 2001 +++ ocaml/distinfo Mon Jul 30 20:04:39 2001 @@ -1,3 +1,3 @@ -MD5 (ocaml-3.01.tar.gz) = 9359b1d827dcbd40a9321ed389d6a54b -MD5 (ocaml-3.01-refman.html.tar.gz) = ae2e0e385600a6987ecdf1a50dafab53 -MD5 (ocaml-3.01-refman.ps.gz) = f8a0b2892f66884480a4a393a1ca241d +MD5 (ocaml-3.02.tar.gz) = 2184258b41d3975648a4ebbb615c5046 +MD5 (ocaml-3.02-refman.html.tar.gz) = b2aeaa11f3ba48d59deb3fe1693606d4 +MD5 (ocaml-3.02-refman.ps.gz) = 6dc24a8b1f98b91e7ab8ecd34a90d59c diff -ruN ocaml.current/pkg-plist ocaml/pkg-plist --- ocaml.current/pkg-plist Mon Jul 30 19:56:33 2001 +++ ocaml/pkg-plist Thu Aug 9 18:36:19 2001 @@ -188,7 +188,9 @@ lib/ocaml/mutex.mli lib/ocaml/thread.mli lib/ocaml/libgraphics.a +lib/ocaml/graphicsX11.mli lib/ocaml/graphics.mli +lib/ocaml/graphicsX11.cmi lib/ocaml/graphics.cmi lib/ocaml/graphics.cma lib/ocaml/libmldbm.a @@ -394,6 +396,16 @@ %%LABLTK:%%lib/ocaml/labltk/fileselect.cmx %%LABLTK:%%lib/ocaml/labltk/libjpf.a %%LABLTK:%%lib/ocaml/labltk/libjpf.cmxa +%%LABLTK:%%share/examples/ocaml/labltk/Lambda2.back.gif +%%LABLTK:%%share/examples/ocaml/labltk/Makefile +%%LABLTK:%%share/examples/ocaml/labltk/README +%%LABLTK:%%share/examples/ocaml/labltk/calc.ml +%%LABLTK:%%share/examples/ocaml/labltk/clock.ml +%%LABLTK:%%share/examples/ocaml/labltk/demo.ml +%%LABLTK:%%share/examples/ocaml/labltk/eyes.ml +%%LABLTK:%%share/examples/ocaml/labltk/hello.ml +%%LABLTK:%%share/examples/ocaml/labltk/hello.tcl +%%LABLTK:%%share/examples/ocaml/labltk/tetris.ml share/doc/ocaml/LICENSE share/doc/ocaml/html/contents_motif.gif share/doc/ocaml/html/index.html @@ -478,10 +490,12 @@ share/doc/ocaml/html/manual075.html share/doc/ocaml/html/next_motif.gif share/doc/ocaml/html/previous_motif.gif -share/doc/ocaml/ocaml-3.01-refman.ps.gz +share/doc/ocaml/ocaml-3.02-refman.ps.gz @dirrm share/doc/ocaml/html @dirrm share/doc/ocaml @dirrm lib/ocaml/caml @dirrm lib/ocaml/threads %%LABLTK:%%@dirrm lib/ocaml/labltk +%%LABLTK:%%@dirrm share/examples/ocaml/labltk +%%LABLTK:%%@dirrm share/examples/ocaml @dirrm lib/ocaml >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message