Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2003 20:27:14 +0000 (GMT)
From:      Dominic Mitchell <dom@happygiraffe.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Rui Lopes <rui@ruilopes.com>
Subject:   ports/48496: enable utf-8 option in devel/pcre
Message-ID:  <20030220202714.64C0B5C20@happygiraffe.net>

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

>Number:         48496
>Category:       ports
>Synopsis:       enable utf-8 option in devel/pcre
>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:   Thu Feb 20 12:30:04 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Mitchell
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD ppe.happygiraffe.net 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Thu Jan 16 22:16:53 GMT 2003 root@hollin.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386


>Description:
	This patch adds an option to use the UTF-8 code in pcre.  It's
not enabled by default as it's still labelled "experimental"...

	Many thanks to Rui Lopes for supplying me with the change.
>How-To-Repeat:
	n/a
>Fix:

	Here's the patch.

diff -urN /usr/ports/devel/pcre/Makefile pcre/Makefile
--- /usr/ports/devel/pcre/Makefile	Fri Sep 20 10:47:36 2002
+++ pcre/Makefile	Thu Feb 20 20:20:16 2003
@@ -21,6 +21,10 @@
 GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes
 
+.if defined(ENABLE_UTF8)
+CONFIGURE_ARGS+= --enable-utf8
+.endif
+
 MAN1=		pcregrep.1 pcretest.1
 MAN3=		pcre.3 pcreposix.3
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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