From owner-dev-commits-ports-main@freebsd.org Tue Jun 29 06:58:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8738F644773; Tue, 29 Jun 2021 06:58:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GDb0V3Txzz3w8c; Tue, 29 Jun 2021 06:58:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 60DE7148D4; Tue, 29 Jun 2021 06:58:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15T6wIRk026973; Tue, 29 Jun 2021 06:58:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15T6wIQU026972; Tue, 29 Jun 2021 06:58:18 GMT (envelope-from git) Date: Tue, 29 Jun 2021 06:58:18 GMT Message-Id: <202106290658.15T6wIQU026972@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kirill Ponomarev Subject: git: 144dfa553a0c - main - devel/pcre2: resort Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: krion X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 144dfa553a0c6c892aeedc3489e62113865cec21 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2021 06:58:18 -0000 The branch main has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=144dfa553a0c6c892aeedc3489e62113865cec21 commit 144dfa553a0c6c892aeedc3489e62113865cec21 Author: Kirill Ponomarev AuthorDate: 2021-06-29 06:58:05 +0000 Commit: Kirill Ponomarev CommitDate: 2021-06-29 06:58:05 +0000 devel/pcre2: resort Makefile --- devel/pcre2/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile index fdacf9f01c5b..36f1fe3c4139 100644 --- a/devel/pcre2/Makefile +++ b/devel/pcre2/Makefile @@ -12,18 +12,19 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENCE USES= autoreconf libtool pkgconfig +USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_LDCONFIG= yes +CONFIGURE_ARGS= --enable-pcre2-16 \ + --enable-pcre2-32 INSTALL_TARGET= install-strip -CONFIGURE_ARGS= --enable-pcre2-16 --enable-pcre2-32 -OPTIONS_DEFINE= DOCS -OPTIONS_RADIO= CLI +OPTIONS_DEFINE= DOCS +OPTIONS_RADIO= CLI OPTIONS_RADIO_CLI= LIBEDIT READLINE -LIBEDIT_CONFIGURE_ENABLE= pcre2test-libedit LIBEDIT_USES= libedit +LIBEDIT_CONFIGURE_ENABLE= pcre2test-libedit READLINE_USES= readline READLINE_CONFIGURE_ENABLE= pcre2test-libreadline