From owner-dev-commits-src-main@freebsd.org Tue Sep 7 09:52:08 2021 Return-Path: Delivered-To: dev-commits-src-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 DF8376AFAB5; Tue, 7 Sep 2021 09:52:08 +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 4H3gXm4fd4z3HhS; Tue, 7 Sep 2021 09:52:08 +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 D2E7710727; Tue, 7 Sep 2021 09:52:07 +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 1879q7ks010788; Tue, 7 Sep 2021 09:52:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1879q74h010787; Tue, 7 Sep 2021 09:52:07 GMT (envelope-from git) Date: Tue, 7 Sep 2021 09:52:07 GMT Message-Id: <202109070952.1879q74h010787@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Emmanuel Vadot Subject: git: dfa9131d7091 - main - pkgbase: Remove FreeBSD-libregex package MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: manu X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dfa9131d709121b2e502a82ff66cf3e376654942 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2021 09:52:09 -0000 The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=dfa9131d709121b2e502a82ff66cf3e376654942 commit dfa9131d709121b2e502a82ff66cf3e376654942 Author: Emmanuel Vadot AuthorDate: 2021-09-02 06:14:56 +0000 Commit: Emmanuel Vadot CommitDate: 2021-09-07 08:23:53 +0000 pkgbase: Remove FreeBSD-libregex package The only user of libregex is grep (and its variation), no need for a dedicated package. This moves libregex to the default package (FreeBSD-utilities). Differential Revision: https://reviews.freebsd.org/D31802 --- lib/libregex/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libregex/Makefile b/lib/libregex/Makefile index 5e54c3a5312a..5bf248801b32 100644 --- a/lib/libregex/Makefile +++ b/lib/libregex/Makefile @@ -2,7 +2,6 @@ .include -PACKAGE=lib${LIB} LIB= regex SHLIB_MAJOR= 1 SHLIB_MINOR= 0