X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id B9FE6DCB75A for ; Tue, 23 Feb 2016 16:47:08 +0000 (UTC) Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 24939DC03EA for ; Tue, 23 Feb 2016 16:47:05 +0000 (UTC) Received: by mail-lf0-f41.google.com with SMTP id m1so120240787lfg.0 for ; Tue, 23 Feb 2016 08:47:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bJ7b0VqPaKwUL+9y91pIFotorW1Jpl1uVNA4jWaDanU=; b=lv3xMv0OET3Yxn6eNWKCjK1uCWF84t3YzlByjIg4VQgJHMIHAvCh76USnn/3pJvCn0 GZQmnBS04MQ/JQfVsm77cve9EGLEM+QoTdM6d4nluD6Xb9pzswEPyCIGda8YU3FgQ/0J GmhpzBy+VkKMdrKbvDDFtILBvgBm3JsbmvVjHd4+QnJcqfs5FtXYxsxJ6h9JCuafc829 uNxHbk42uCeByZQCW8w46Zmj/UpDS3hWureP9s1p0LMksAVDiSx04IuHSysV7rpfxQ1M VgdrvZP35PiLRWniGzy/JWnfw+o5MBUeQ0GhAY6LNB6Jlek8q7pvDbIdKpgeGsF7A5F1 Q83Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=bJ7b0VqPaKwUL+9y91pIFotorW1Jpl1uVNA4jWaDanU=; b=SGU7u5+UITQnNoDdg8xp9R9E4fFSS7PUiCwIRjSOabDEei85WHXxyGg3jpk1LrT5Hy om44uLMOfFQ37AxfNIY4PxRNGjOwo3YhEZoo5QkU1SivIB9HwzIqf5ioTPmrNvhiP6fI jlP4YluE7s9Tzgy78J7yZe+f4R/H2weDMExwmgeLm0+oVA+muHDqqhH0IoCgZsImbnMl qpvTIuollHJNcIQfv7SHXwkhzkhNBrSOjz4JI3KzQpFU3qyMxqpef/OFML4a1jpc6ioj ADp6LP0vX4/9r0pqS0ljO2NFwgmh7W/BiBoiOIc1cGwrW5C4W38BCf1JhJ4olklksocv wacQ== X-Gm-Message-State: AG10YORVkL19JKWAaRCah/DQNAr0tAt5JD3DCPFfLPbSv22TlYYqaYSGXRWUzEH0IoL27r2Pkr11gv0Ohkzt8Q== X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.25.79.14 with SMTP id d14mr12597675lfb.98.1456246019415; Tue, 23 Feb 2016 08:46:59 -0800 (PST) Received: by 10.25.196.1 with HTTP; Tue, 23 Feb 2016 08:46:59 -0800 (PST) In-Reply-To: <20160223140515.45adce67@vostro.util.wtbts.net> References: <1453909062-16950-1-git-send-email-valery.kartel@gmail.com> <20160223140515.45adce67@vostro.util.wtbts.net> Date: Tue, 23 Feb 2016 18:46:59 +0200 Message-ID: Subject: Re: [alpine-aports] [PATCH v2] main/glib: add system pcre support, bash completion moved to subpackage From: Valery Kartel To: Timo Teras Cc: alpine-aports@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=001a1141ef5ab1655f052c72b269 X-Virus-Scanned: ClamAV using ClamSMTP --001a1141ef5ab1655f052c72b269 Content-Type: text/plain; charset=UTF-8 2016-02-23 14:05 GMT+02:00 Timo Teras : > Hi, > > Sorry for the late response on this one. We've been backlogged. > > On Wed, 27 Jan 2016 17:37:42 +0200 > Valery Kartel wrote: > > > diff --git a/main/glib/APKBUILD b/main/glib/APKBUILD > > index 930e54f..f73ffe5 100644 > > @@ -40,41 +38,40 @@ build() { > > --mandir=/usr/share/man \ > > --disable-gtk-doc \ > > --disable-compile-warnings \ > > + --with-pcre=system \ > > + --with-pic \ > > --with-pic is probably not required. And the system PCRE is kind of > discouraged by glib. > > Yes, you are right --with-pic does not need there. I just test to compile latest version of glib (2.47.6) And it requires system pcre by default (minimal required version is 8.13) a bundled pcre now stays as workaround. What do you think to be better: bump to latest glib or just add bash-completion to current one? PS: as an upstream wrote 2.46 and 2.47 ABI-s 100% compatible --001a1141ef5ab1655f052c72b269 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


2016-02-23 14:05 GMT+02:00 Timo Teras <timo.teras@iki.fi>:
Hi,

Sorry for the late response on this one. We've been backlogged.

On Wed, 27 Jan 2016 17:37:42 +0200
Valery Kartel <valery.kartel@= gmail.com> wrote:

> diff --git a/main/glib/APKBUILD b/main/glib/APKBUILD
> index 930e54f..f73ffe5 100644
> @@ -40,41 +38,40 @@ build() {
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0--mandir=3D/usr/= share/man \
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0--disable-gtk-do= c \
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0--disable-compil= e-warnings \
> +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0--with-pcre=3Dsystem = \
> +=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0--with-pic \

--with-pic is probably not required. And the system PCRE is kind of<= br> discouraged by glib.

Yes, you are right --with-pic does not need there.
I just test to compile latest version of glib (2.47.6) And = it requires system pcre by default (minimal required version is 8.13) a bun= dled pcre now stays as workaround.

What do you think to b= e better: bump to latest glib or just add bash-completion to current one?
PS: as an upstream wrote 2.46 and 2.47 ABI-s 100% compatib= le
--001a1141ef5ab1655f052c72b269-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---