X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by lists.alpinelinux.org (Postfix) with ESMTP id A1E241EBFFD for ; Mon, 10 Jan 2011 14:06:52 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id A7E41AE4003; Mon, 10 Jan 2011 14:06:51 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Px6xjvkQ0MU0; Mon, 10 Jan 2011 14:06:50 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 9D6B3AE4001; Mon, 10 Jan 2011 14:06:50 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id 4EF83621BE0F3; Mon, 10 Jan 2011 14:06:50 +0000 (UTC) Received: from ncopa-desktop.nor.wtbts.net (unknown [10.65.65.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id D18A860A87544; Mon, 10 Jan 2011 14:06:49 +0000 (UTC) Date: Mon, 10 Jan 2011 15:07:06 +0100 From: Natanael Copa To: "Matt Smith" Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] main/pcre: enabled unicode properties (UCP) Message-ID: <20110110150706.2a8740c0@ncopa-desktop.nor.wtbts.net> In-Reply-To: <1294455075.004418410@192.168.2.227> References: <1293850278-20438-1-git-send-email-mcs@darkregion.net> <20110103144947.1259c797@ncopa-desktop.nor.wtbts.net> <20110104170816.2e96b88a@ncopa-desktop.nor.wtbts.net> <1294455075.004418410@192.168.2.227> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Fri, 7 Jan 2011 20:51:15 -0600 (CST) "Matt Smith" wrote: > >> > diff --git a/main/pcre/APKBUILD b/main/pcre/APKBUILD > >> > index ff18dbf..e4f0430 100644 > >> > --- a/main/pcre/APKBUILD > >> ... > >> > ./configure --prefix=/usr \ > >> > --enable-utf8 \ > >> > + --enable-unicode-properties \ > >> > --with-match-limit-recursion=8192 \ > >> ... > >> > >> Will this change break ABI compatibility? > > > > apparently no. Applied. Thanks! > > I'm sorry I haven't been active recently, but I'm assuming it wasn't > a problem? so far no problems. There have been similar changes, i think the --enable-utf8 or similar that broke every package linked to pcre. We just need to be careful sometimes. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---