From dom@happygiraffe.net  Fri Feb 21 01:47:07 2003
Return-Path: <dom@happygiraffe.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2D19137B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Feb 2003 01:47:07 -0800 (PST)
Received: from happygiraffe.net (happygiraffe.net [81.6.215.59])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8585B43FAF
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Feb 2003 01:47:06 -0800 (PST)
	(envelope-from dom@happygiraffe.net)
Received: by happygiraffe.net (Postfix, from userid 1001)
	id A445C5C42; Fri, 21 Feb 2003 09:47:04 +0000 (GMT)
Message-Id: <20030221094704.A445C5C42@happygiraffe.net>
Date: Fri, 21 Feb 2003 09:47:04 +0000 (GMT)
From: Dominic Mitchell <dom@happygiraffe.net>
Reply-To: Dominic Mitchell <dom@happygiraffe.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Rui Lopes <rui@ruilopes.com>
Subject: Small change to devel/pcre
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48521
>Category:       ports
>Synopsis:       Small change to devel/pcre
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 21 01:50:09 PST 2003
>Closed-Date:    Fri Feb 21 09:54:45 PST 2003
>Last-Modified:  Fri Feb 21 09:54:45 PST 2003
>Originator:     Dominic Mitchell
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ppe.happygiraffe.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Tue Feb 18 15:02:55 GMT 2003 root@ppe.happygiraffe.net:/usr/obj/usr/src/sys/PPE i386


>Description:
	After I submitted the last patch to devel/pcre, it was pointed
	out to me that WITH_foo is more common than ENABLE_foo.  This
	patch corrects that.
>How-To-Repeat:
	n/a
>Fix:

Here's the patch.

diff -urN pcre.orig/Makefile pcre/Makefile
--- pcre.orig/Makefile	Fri Feb 21 09:44:29 2003
+++ pcre/Makefile	Fri Feb 21 09:44:45 2003
@@ -21,7 +21,7 @@
 GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes
 
-.if defined(ENABLE_UTF8)
+.if defined(WITH_UTF8)
 CONFIGURE_ARGS+= --enable-utf8
 .endif
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Fri Feb 21 09:54:44 PST 2003 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48521 
>Unformatted:
