Date: Fri, 18 Feb 2005 09:40:25 GMT From: Marwan Burelle <Marwan.Burelle@lri.fr> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/77342: New port : lang/cduce An XML oriented functionnal programming language Message-ID: <200502180940.j1I9ePTT036433@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/77342; it has been noted by GNATS. From: Marwan Burelle <Marwan.Burelle@lri.fr> To: Marwan Burelle <Marwan.Burelle@lri.fr> Cc: Volker Stolz <vs@freebsd.org>, freebsd-gnats-submit@freebsd.org Subject: Re: ports/77342: New port : lang/cduce An XML oriented functionnal programming language Date: Fri, 18 Feb 2005 10:36:46 +0100 --8GpibOaaTibBMecb Content-Type: multipart/mixed; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 16, 2005 at 06:32:13PM +0100, Marwan Burelle wrote: > Sorry, my mistake, it's not expat that need UTF8 support but pcre. >=20 > So, you need to build devel/pcre with WITH_UTF8. Does there any way to > force an option in *_DEPENDS ? I finaly made the modification in "pre-everything" and in pkg-descr. Here is a patch attached to the mail. Marwan Burelle. --=20 Burelle Marwan, Equipe Bases de Donnees - LRI http://www.cduce.org (burelle@lri.fr | Marwan.Burelle@ens.fr) --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="cduce.patch" Content-Transfer-Encoding: quoted-printable diff -ruN lang/cduce.orig/Makefile lang/cduce/Makefile --- lang/cduce.orig/Makefile Fri Feb 18 10:30:11 2005 +++ lang/cduce/Makefile Fri Feb 18 10:27:24 2005 @@ -76,9 +76,8 @@ @${ECHO} " WITHOUT_CURL Disable url support via ftp/ocaml-ocurl (=3D> no= url support)" @${ECHO} " WITH_OCAML_EXPAT Enable support for the expat XML parser" @${ECHO} "" - @${ECHO} "WARNING : If you want to use the expat XML parser, you must ins= tall" - @${ECHO} "the port textproc/expat with option WITH_UT8, it won't prevent = the" - @${ECHO} "port from building but the program will fail to run without it." + @${ECHO} "WARNING : For the port to build and work, you have to build dev= el/pcre" + @${ECHO} "with option WITH_UTF8." @${ECHO} "" =20 .include <bsd.port.mk> diff -ruN lang/cduce.orig/pkg-descr lang/cduce/pkg-descr --- lang/cduce.orig/pkg-descr Fri Feb 18 10:30:11 2005 +++ lang/cduce/pkg-descr Fri Feb 18 10:28:59 2005 @@ -6,9 +6,8 @@ contributing to this research effort. Some technical papers present the theoretical foundations of the language. =20 -WARNING : If you want to use the expat XML parser, you must install -the port textproc/expat with option WITH_UT8, it won't prevent the -port from building but the program will fail to run without it. +WARNING : For the port to build and work, you have to (re)build +devel/pcre with option WITH_UTF8. =20 WWW: http://www.cduce.org =20 --nFreZHaLTZJo0R7j-- --8GpibOaaTibBMecb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCFbcuI+2UvUKfgvgRAt09AJ4p0kty6YtbRTqFtCsAxzjNimO63ACgiQh9 aQQ1uYq+ua/OlsQ6bbyaM/c= =7WQa -----END PGP SIGNATURE----- --8GpibOaaTibBMecb--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502180940.j1I9ePTT036433>