X-Original-To: alpine-aports@lists.alpinelinux.org Received: from sender153-mail.zoho.com (sender153-mail.zoho.com [74.201.84.153]) by lists.alpinelinux.org (Postfix) with ESMTP id DD3DE5C4250 for ; Fri, 26 Aug 2016 18:46:51 +0000 (GMT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=from:to:cc:subject:date:message-id; b=FbXWQz+D7IeDEcoaOxuOx4BFQJojBjUjWyWDxHqM2+ekYIG1vOvjwaUjU8YnornjXc5KhaDwZGfx oo88pNtmKC4TOUhkQWPyhEbTLQ+6HpOaPcIjMelnVZxfV5eXsP96 Received: from localhost (89-76-69-26.dynamic.chello.pl [89.76.69.26]) by mx.zohomail.com with SMTPS id 1472237206635123.17126529596794; Fri, 26 Aug 2016 11:46:46 -0700 (PDT) From: Przemyslaw Pawelczyk To: alpine-aports@lists.alpinelinux.org Cc: jomat+alpinebuild@jmt.gr, fcolista@alpinelinux.org Subject: [alpine-aports] [PATCH 0/2] Moving oniguruma to main and making jq support regexp. Date: Fri, 26 Aug 2016 20:46:37 +0200 Message-Id: <20160826184639.14546-1-przemoc@zoho.com> X-Mailer: git-send-email 2.8.3 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Let's get rid of following message in jq, when trying to use some funcs: jq was compiled without ONIGURUMA regex libary. match/test/sub and related functions are not available. I'm not Oniguruma maintainer, but if needed after the move, I may commit to that, officially or unofficially (as I'm not official AL developer). Przemyslaw Pawelczyk (2): main/oniguruma: Move from testing. main/jq: Depend on oniguruma library to provide regexp support. community/oniguruma/APKBUILD | 40 ---------------------------------------- main/jq/APKBUILD | 4 ++-- main/oniguruma/APKBUILD | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 community/oniguruma/APKBUILD create mode 100644 main/oniguruma/APKBUILD -- 2.8.3 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---