Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Aug 2004 14:02:11 +0200
From:      "Marwan Burelle <marwan.burelle@lri.fr>" <marwan.burelle@lri.fr>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        burelle@lri.fr
Subject:   ports/70074: [patch][maintainer update] port devel/ocaml-ulex build failed with ocaml-3.08, update to version 0.5
Message-ID:  <1091793731.0@pc5-179.lri.fr>
Resent-Message-ID: <200408061210.i76CANTr091033@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         70074
>Category:       ports
>Synopsis:       [patch][maintainer update] port devel/ocaml-ulex build failed with ocaml-3.08, update to version 0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 06 12:10:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Marwan Burelle <marwan.burelle@lri.fr>
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:


System: FreeBSD 5.2.1-RELEASE-p9 #0: Tue Aug  3 17:28:44 CEST 2004
    root@:/usr/home/obj/usr/home/src/sys/KER_pc5-179



>Description:


Since the change in OCaml 3.08, ulex 0.4 doesn't even build.

The new version (0.5) follows the change of OCaml.

Since maintainer is set to ports@. I should assume maintaining that port.


>How-To-Repeat:


cd $PORTSDIR/devel/ocaml-ulex && make all


>Fix:


--- diff-upgrade-ocaml-ulex begins here ---
diff -ruN ocaml-ulex.bak/Makefile ocaml-ulex/Makefile
--- ocaml-ulex.bak/Makefile	Fri Aug  6 13:16:30 2004
+++ ocaml-ulex/Makefile	Fri Aug  6 13:23:53 2004
@@ -7,12 +7,12 @@
 #
 
 PORTNAME=	ulex
-PORTVERSION=	0.4
+PORTVERSION=	0.5
 CATEGORIES=	devel
 MASTER_SITES=	http://www.cduce.org/download/
 PKGNAMEPREFIX=	ocaml-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	marwan.burelle@lri.fr
 COMMENT=	A lexer generator for Unicode and OCaml
 
 BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
diff -ruN ocaml-ulex.bak/distinfo ocaml-ulex/distinfo
--- ocaml-ulex.bak/distinfo	Fri Aug  6 13:16:30 2004
+++ ocaml-ulex/distinfo	Fri Aug  6 13:17:44 2004
@@ -1,2 +1,2 @@
-MD5 (ulex-0.4.tar.gz) = 10f32784ea8b5173f9a9ce058b452a3b
-SIZE (ulex-0.4.tar.gz) = 24862
+MD5 (ulex-0.5.tar.gz) = 6aa3ca0d73f9400ec6811a19fca414eb
+SIZE (ulex-0.5.tar.gz) = 25621
--- diff-upgrade-ocaml-ulex ends here ---



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1091793731.0>