From owner-freebsd-advocacy@FreeBSD.ORG Wed Apr 13 12:50:21 2005 Return-Path: Delivered-To: freebsd-advocacy@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FB4216A4CE for ; Wed, 13 Apr 2005 12:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9777643D41 for ; Wed, 13 Apr 2005 12:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3DCoKBN051977 for ; Wed, 13 Apr 2005 12:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3DCoKVF051973; Wed, 13 Apr 2005 12:50:20 GMT (envelope-from gnats) Resent-Date: Wed, 13 Apr 2005 12:50:20 GMT Resent-Message-Id: <200504131250.j3DCoKVF051973@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-advocacy@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Marwan Burelle " Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16AAC16A4CE for ; Wed, 13 Apr 2005 12:47:32 +0000 (GMT) Received: from lri.lri.fr (lri.lri.fr [129.175.15.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF6C743D5E for ; Wed, 13 Apr 2005 12:47:31 +0000 (GMT) (envelope-from marwan.burelle@lri.fr) Received: from localhost (localhost [127.0.0.1]) by lri.lri.fr (Postfix) with ESMTP id EC4DE19E7F3; Wed, 13 Apr 2005 14:47:28 +0200 (CEST) Received: from lri.lri.fr ([127.0.0.1]) by localhost (lri.lri.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21463-01; Wed, 13 Apr 2005 14:47:28 +0200 (CEST) Received: from pc5-179.lri.fr (pc5-179 [129.175.5.179]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by lri.lri.fr (Postfix) with ESMTP id D5FFA19E7E3; Wed, 13 Apr 2005 14:47:28 +0200 (CEST) Received: from pc5-179.lri.fr (pc5-179.lri.fr [129.175.5.179]) by pc5-179.lri.fr (8.13.3/8.13.1) with ESMTP id j3DClS5R005808; Wed, 13 Apr 2005 14:47:28 +0200 (CEST) (envelope-from marwan.burelle@lri.fr) Message-Id: <1113396448.0@pc5-179.lri.fr> Date: Wed, 13 Apr 2005 14:47:28 +0200 From: "Marwan Burelle " To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.5 cc: marwan.burelle@lri.fr Subject: advocacy/79860: [maintainer-update] devel/ocaml-pcre : change dependancy to pcre-utf8 X-BeenThere: freebsd-advocacy@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Evangelism List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2005 12:50:21 -0000 >Number: 79860 >Category: advocacy >Synopsis: [maintainer-update] devel/ocaml-pcre : change dependancy to pcre-utf8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-advocacy >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Apr 13 12:50:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marwan Burelle >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD 5.4-PRERELEASE #0: Thu Mar 17 19:10:49 CET 2005 root@:/usr/home/obj/usr/src/sys/KER_pc5-179 >Description: Many ocaml programs assume pcre is built with utf8 support, so I change the dependancy to the slave port of pcre with utf8 enabled. >How-To-Repeat: >Fix: --- diff-ocaml-pcre begins here --- diff -ruN ocaml-pcre.orig/Makefile ocaml-pcre/Makefile --- ocaml-pcre.orig/Makefile Wed Apr 13 13:49:46 2005 +++ ocaml-pcre/Makefile Wed Apr 13 14:16:54 2005 @@ -17,7 +17,7 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 USE_GMAKE= yes MAKE_ENV= OCAML_LIB_INSTALL="${PREFIX}/lib/ocaml/site-lib/pcre" \ --- diff-ocaml-pcre ends here --- >Release-Note: >Audit-Trail: >Unformatted: