git: 958d4404a5b7 - stable/13 - pkgbase: Remove FreeBSD-libregex package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jan 2022 17:24:04 UTC
The branch stable/13 has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=958d4404a5b7f4e7a5b07eb3fcfa656ed37c78ad
commit 958d4404a5b7f4e7a5b07eb3fcfa656ed37c78ad
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-09-02 06:14:56 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-01-05 17:23:49 +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
(cherry picked from commit dfa9131d709121b2e502a82ff66cf3e376654942)
---
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 <src.opts.mk>
-PACKAGE=lib${LIB}
LIB= regex
SHLIB_MAJOR= 1
SHLIB_MINOR= 0